source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @08e696c0   16 years lucabe72 Add support for AMR audio in the RTP muxer patch by Martin Storsjö …
(edit) @17ad7b24   16 years baptiste.coudurier force sample for qcelp when not stored in mov, fix #968 Originally …
(edit) @4bce3ba4   16 years rsbultje Reindent after r18372. Originally committed as revision 18373 to …
(edit) @6e9f56c1   16 years rsbultje Add waveformat-extensible support in the wav muxer. Patch (GSoC …
(edit) @7b356d39   16 years robert.swain Clarify which time_base the relevant members of AVPacket use …
(edit) @3c8d1447   16 years baptiste.coudurier move codec tag tables near corresponding code Originally committed as …
(edit) @08680ab8   16 years baptiste.coudurier cosmetics, reindent Originally committed as revision 18369 to …
(edit) @0872acc4   16 years baptiste.coudurier cosmetics, add empty line and remove useless braces Originally …
(edit) @b6cb9946   16 years baptiste.coudurier fix compilation, add missing parenthesis Originally committed as …
(edit) @130ba4b1   16 years baptiste.coudurier comment the ipod subtitle check Originally committed as revision …
(edit) @6452af7a   16 years baptiste.coudurier invert condition to simplify code Originally committed as revision …
(edit) @cf9ce6a3   16 years baptiste.coudurier remove no more needed code, tag is set by default Originally …
(edit) @2ab57c04   16 years baptiste.coudurier cosmetics, reindent, add empty lines Originally committed as revision …
(edit) @6b600285   16 years baptiste.coudurier split mov_find_codec_tag in separate per format functions Originally …
(edit) @f3370e14   16 years stefano.sabatini-lala Improve grammar/comprehensibility of the lavu 50.2.0 entry. …
(edit) @b0723c8a   16 years Reimar.Doeffinger Always return 0 if read_packet is successful. Originally committed as …
(edit) @ac2b2226   16 years Reimar.Doeffinger Do not uselessly read version string into a buffer. Originally …
(edit) @6883ebe4   16 years Reimar.Doeffinger Describe read_alloc return value and required pkt handling to avoid …
(edit) @4e5735f7   16 years Reimar.Doeffinger Error out also when reading nuv header returns with partial data and …
(edit) @2fa6bc78   16 years baptiste.coudurier set bits_per_coded_sample for rawvideo Originally committed as …
(edit) @50d2d05d   16 years baptiste.coudurier override mov fourcc for pcm audio, this is safer when stream copying …
(edit) @f0ed92df   16 years robert.swain Fix second amr_nb_decode_frame() to also use the new AVPacket argument …
(edit) @cdd8930e   16 years rsbultje Move av_packet_*() functions from libavformat/ to libavcodec/, where …
(edit) @012f9308   16 years Aurélien Jacobs fix vp5/vp6 decoding by using new prototype for decode function …
(edit) @7a00bbad   16 years rsbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which …
(edit) @18c915ee   16 years rsbultje Move AVPacket up a bit, so that structs/functions that include …
(edit) @b02d3aef   16 years Aurélien Jacobs use av_freep() instead of av_free() + =NULL. Originally committed as …
(edit) @0f55f341   16 years lucabe72 Fix the copyright year Originally committed as revision 18348 to …
(edit) @9edfaf3   16 years lucabe72 Add support for H.263 video in the RTP muxer patch by Martin Storsjö …
(edit) @2150378   16 years lucabe72 Do not return payload type 34 for H.263 (it is deprecated) Originally …
(edit) @809e07c   16 years Reynaldo H. Verdejo Pinochet Move scale factor computation to its own function. Patch by Kenan …
(edit) @38d5647a   16 years michaelni Try to honor even completely invalid motion vectors as far as is easy. …
(edit) @99f373f3   16 years lucabe72 Only insert the SPS and PPS NALs in sprop-parameter-sets Patch by …
(edit) @5a43bbc3   16 years stefano.sabatini-lala Add missing entry corresponding to r18163. Originally committed as …
(edit) @26f3f291   16 years stefano.sabatini-lala Cosmetics: remove empty line. Originally committed as revision 18341 …
(edit) @b4656e6b   16 years stefano.sabatini-lala Fix minor version for the r18116 entry: minor was not bumped in that …
(edit) @8613af0   16 years justin.ruggles Add convenience macros for 5.0/5.1 back speaker configurations. …
(edit) @75428fa4   16 years ramiro.polla mlpdec: Filters and matrices may change only once per substream per …
(edit) @89e39be3   16 years ramiro.polla mlpdec: There must be no extraword for MLP. Originally committed as …
(edit) @cc9c5126   16 years ramiro.polla mlpdec: Validate non-restart bit from the substream header. …
(edit) @0091d8a1   16 years ramiro.polla mlpdec: matrix_out_ch must not be greater than max_matrix_channel, and …
(edit) @dd40902   16 years ramiro.polla swscale: Remove X86 commented out code. Originally committed as …
(edit) @300a3d0d   16 years michaelni Make sure the last bits of huffyuv frames are zeroed. Fixes issue946 …
(edit) @40fa5140   16 years ramiro.polla swscale: Use function pointers for swScale functions. Originally …
(edit) @14d5c18c   16 years ramiro.polla swscale: {}-related cosmetics. Originally committed as revision 29144 …
(edit) @7ac40327   16 years ramiro.polla swscale: Add const to some swScale functions' parameters. Originally …
(edit) @cc2e555   16 years lessen42 ARM: NEON optimized put_signed_pixels_clamped Originally committed as …
(edit) @08e12b22   16 years mans ARM: NEON optimised add_pixels_clamped Based on patch by David …
(edit) @3c00556f   16 years Reynaldo H. Verdejo Pinochet Add missing static qualifier from function declaration. Patch by Kenan …
(edit) @6b434361   16 years stefano.sabatini-lala Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency …
(edit) @1b2120c3   16 years stefano.sabatini-lala Remove JACK input device addition entry. The addition of a new …
(edit) @634b927f   16 years michaelni Do not fail on zero packets. Originally committed as revision 18328 …
(edit) @0be9e73e   16 years Reimar.Doeffinger Mark line_skip3 asm argument as output-only instead of using …
(edit) @d7460a9c   16 years Reimar.Doeffinger Mark put_signed_pixels_clamped_mmx output operands as early-clobber …
(edit) @531a3d2   16 years Reimar.Doeffinger Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via …
(edit) @68367bde   16 years gbeauchesne Add VC-1 bitstream decoding through VA API. Originally committed as …
(edit) @b1516707   16 years stefano.sabatini-lala Update after the last two commits. Originally committed as revision …
(edit) @80ff8a1   16 years stefano.sabatini-lala Implement JACK input device. Patch by Olivier Guilyardi list samalyse …
(edit) @7b09db35   16 years stefano.sabatini-lala Implement av_fifo_space(). Patch by Olivier Guilyardi list et …
(edit) @a8f9e7f6   16 years diego Fix lzo-test linking: -llzo2 should be in ELIBS, not EXTRALIBS. …
(edit) @3dd65312   16 years alex.converse Rewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from …
(edit) @dd3bbb49   16 years stefano.sabatini-lala Update after the last API change. Originally committed as revision …
(edit) @fabd2469   16 years stefano.sabatini-lala Move AVPacket declaration from avformat.h to avcodec.h. Patch by …
(edit) @95b5770b   16 years ramiro.polla swscale: Remove mmx2 params from h[yc]scale(). Originally committed …
(edit) @392b6567   16 years ramiro.polla swscale: Split h[yc]scale_fast() into their own functions. Originally …
(edit) @5b7c7dd3   16 years ramiro.polla swscale: Execute sfence and emms depending on runtime flags. …
(edit) @3dd2f87e   16 years Carl Eugen Hoyos Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422. Patch by Jai Menon …
(edit) @3dd36041   16 years Reimar.Doeffinger Reindent Originally committed as revision 18315 to …
(edit) @fb9ac654   16 years Reimar.Doeffinger Support DVD subtitles in mov/mp4 as created by Nero. See also …
(edit) @e103e6db   16 years gbeauchesne Register VA API HW accelerators. Pending bits from earlier approved …
(edit) @ff41873   16 years gbeauchesne Add VA API deps. Originally committed as revision 18312 to …
(edit) @5666fd73   16 years gbeauchesne Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCEL …
(edit) @82a6ef20   16 years diego Replace manual setting of the removed av_log_level variable by the …
(edit) @da425800   16 years gbeauchesne Add VA API pixfmt (only VLD is available ATM). Originally committed …
(edit) @d326cf7f   16 years diego Add an empty line in front of configure debug instructions. This makes …
(edit) @b4df973   16 years gbeauchesne Add MPEG-4 / H.263 bitstream decoding through VA API. Originally …
(edit) @fcb4228c   16 years baptiste.coudurier skip empty data packets in flv, fix input.flv Originally committed as …
(edit) @60c703ac   16 years mans ARM: START/STOP_TIMER support for ARMv7 Originally committed as …
(edit) @439ccc4e   16 years mans Split libavutil/timer.h per architecture Originally committed as …
(edit) @0a47f60a   16 years stefano.sabatini-lala Extend read_line() to make it take a read_pal_component parameter. …
(edit) @710441c2   16 years lessen42 Add SSE4 detection support Originally committed as revision 18302 to …
(edit) @41913a35   16 years gbeauchesne Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152. …
(edit) @828775e1   16 years lessen42 Remove unused FILTSIGN macro Originally committed as revision 18300 …
(edit) @e5d0dbf   16 years mans Remove aandcttab.o from dct-test dependencies, the lib includes it …
(edit) @99cc563f   16 years mans Make examples and test progs depend on libraries Originally committed …
(edit) @33afad54   16 years mans Add $(ELIBS) to example/test app link command Originally committed as …
(edit) @bbba084b   16 years mans Make examples and test progs depend on libraries Originally committed …
(edit) @92c093c1   16 years mans Link tests/examples with -lfoo instead of libfoo.a Originally …
(edit) @bdc2cc16   16 years mans Always use -L flags for all subdirs Originally committed as revision …
(edit) @3fd422ff   16 years mans Move make rules applicable only to subdirs into subdir.mak Originally …
(edit) @13b47b40   16 years tempn add another dv fourcc CDVH Originally committed as revision 18293 to …
(edit) @59b05350   16 years stefano.sabatini-lala Reindent after the last patch. Originally committed as revision 18292 …
(edit) @c95dd8d3   16 years stefano.sabatini-lala Add/fix support for bitstream formats reading in read_line(). …
(edit) @21010f6b   16 years stefano.sabatini-lala Make the step and offset fields of the component descriptor express a …
(edit) @8514f842   16 years Reimar.Doeffinger Fix ipvideo_decode_block_opcode_0xD again. Originally committed as …
(edit) @9b34899e   16 years stefano.sabatini-lala Document read_line(). Originally committed as revision 18286 to …
(edit) @f9f74ab9   16 years stefano.sabatini-lala Add a notice telling that the behavior of skip_put_bits() is undefined …
(edit) @dd9630e4   16 years Reimar.Doeffinger Cosmetics: remove some pointless {} Originally committed as revision …
(edit) @993a4423   16 years Reimar.Doeffinger Slightly simplify ipvideo_decode_block_opcode_0xD Originally …
(edit) @49a20ffa   16 years Reimar.Doeffinger One more simplification for ipvideo_decode_block_opcode_0xA …
Note: See TracRevisionLog for help on using the revision log.