source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @2a0241ae   16 years michaelni Get rid of INIT_VLC_USE_STATIC in 4xm. Originally committed as …
(edit) @5338bec6   16 years michaelni Get rid of INIT_VLC_USE_STATIC in asv1. Originally committed as …
(edit) @5cf4331b   16 years michaelni Get rid of INIT_VLC_USE_STATIC in msmpeg4 Originally committed as …
(edit) @0a73e94f   16 years stefano.sabatini-lala Clarify documentation for put_bits_count(). Originally committed as …
(edit) @80d403fc   16 years Reimar.Doeffinger Get rid of av_destruct_packet_nofree and use NULL instead. It is still …
(edit) @e161e007   16 years Carl Eugen Hoyos Use INIT_VLC_USE_STATIC and not its value "1". Originally committed …
(edit) @46e97dc   16 years Reimar.Doeffinger Reindent Originally committed as revision 18429 to …
(edit) @f772b7fa   16 years Reimar.Doeffinger Make electronicarts demuxer return partial frames, this is the default …
(edit) @facf521d   16 years stefano.sabatini-lala Document align_put_bits(). Originally committed as revision 18427 to …
(edit) @fc660a01   16 years stefano.sabatini-lala Doxygenate flush_put_bits() documentation. Originally committed as …
(edit) @e46ddebd   16 years stefano.sabatini-lala Doxygenate put_bits_count() documentation. Originally committed as …
(edit) @f77dddfc   16 years Carl Eugen Hoyos Fix comment: gcc 2.95.3 binaries decode ac3 fine if SSE is available …
(edit) @f7a2aab7   16 years stefano.sabatini-lala Doxygenate init_put_bits(). Originally committed as revision 18423 to …
(edit) @64bde197   16 years diego cosmetics: Rename prn variable to prng (Pseudo Random Number …
(edit) @ee30cdab   16 years stefano.sabatini-lala Add support to CorePNG P-frames. Patch by Thilo Borgmann thilo DOT …
(edit) @cc7b62af   16 years diego Replace rand() usage by av_lfg_get(). Originally committed as …
(edit) @a2085ccc   16 years diego cosmetics: Align output columns. Originally committed as revision …
(edit) @6752dd5a   16 years Reimar.Doeffinger Loop up to MAX_THREADS instead of h->s.avctx->thread_count to free the …
(edit) @ede0e475   16 years stefano.sabatini-lala Use the new avcodec_decode_* API. Patch by Thilo Borgmann …
(edit) @ed54ae08   16 years Aurélien Jacobs remove useless duplication of what av_new_stream() already does …
(edit) @0dccbba0   16 years stefano.sabatini-lala Add 'PNG1' to PNG fourcc codes. Patch by Thilo Borgmann thilo DOT …
(edit) @bea18375   16 years stefano.sabatini-lala Use the new avcodec_decode_* API. Patch by Thilo Borgmann …
(edit) @222ab26c   16 years diego Remove unused variables along with the related warnings. Originally …
(edit) @cbf1eae9   16 years Reimar.Doeffinger Add forgotten void return type to ff_h264_free_context Originally …
(edit) @e4732ba9   16 years diego Fix sigill on non-MMX2 CPUs. Originally committed as revision 18410 …
(edit) @4f313925   16 years stefano.sabatini-lala Use the new avcodec_decode_* API. Patch by Thilo Borgmann …
(edit) @655d47c   16 years stefano.sabatini-lala Make try_decode_frame() use the new avcodec_decode_* API. Patch by …
(edit) @b6b66760   16 years Reimar.Doeffinger Make sure error resilience does not try to use unavailable reference …
(edit) @15861962   16 years Reimar.Doeffinger Add a ff_h264_free_context function and call it from the H.264 parser. …
(edit) @c81185a   16 years michaelni Make sure mpeg2 has its height rounded up to 32 as that is needed for …
(edit) @cfe67526   16 years michaelni Do not use SSE2 SAD for snow as it requires more alignment than can be …
(edit) @2b12317a   16 years lucabe72 Fix documentation for the "-ps" option Patch by Martin Storsjö (martin …
(edit) @93319670   16 years lucabe72 AAC packetiser cleanup: use consts instead of #defines Originally …
(edit) @ddffcb2d   16 years lucabe72 AAC packetiser cleanup: remove check for a condition that cannot …
(edit) @d2ce53b7   16 years lucabe72 Fix two checks in the AAC packetiser, which were too conservative …
(edit) @cc02412   16 years michaelni Make sure the next used frame is released so get_buffer() wont fail. …
(edit) @38fd076c   16 years michaelni Move release_buffer() up so it is prior to a future call to it. …
(edit) @0a08b573   16 years michaelni Factorize release_buffer() Originally committed as revision 18397 to …
(edit) @eebbb33   16 years michaelni Make sure spatial_decomposition_count is not too large for picture …
(edit) @69409ccb   16 years michaelni Skip non intra frames that have no reference frames. Originally …
(edit) @440882f7   16 years michaelni Make sure spatial_decomposition_count is >0. Originally committed as …
(edit) @dc7f45a0   16 years michaelni Make sure the block array is of the correct size. This might have been …
(edit) @bc4350a3   16 years michaelni Check spatial_decomposition_count too, fixes another crash. …
(edit) @45d1d979   16 years michaelni 10l, forgot to remove old code, which broke snow. Originally …
(edit) @158f189f   16 years michaelni Factorize check of read symbols. Originally committed as revision …
(edit) @a7943566   16 years michaelni Fix spatial_decomposition_type validity check. Fixes infinite loop …
(edit) @f0812be8   16 years michaelni Fix crash when max_ref_frames was out of range. This might have been …
(edit) @985fdd53   16 years diego Give liblzo benchmark conditionals more descriptive names and add …
(edit) @e4673692   16 years diego Add a configure check for lzo1x_999_compress() and compile the lzo …
(edit) @ef12ec23   16 years Reimar.Doeffinger Fix memleak in nuv demuxer: free packet already allocated packet when …
(edit) @7a709548   16 years diego Remove unnecessary gcc_fixes.h #include. Originally committed as …
(edit) @952f18ff   16 years diego cosmetics: Reformat comment paragraph and fix a few typos in it. …
(edit) @cdf38a17   16 years michaelni Fix -ss / -t interaction with -acodec copy. Fixes issue203 Originally …
(edit) @0127b861   16 years michaelni Fix mb_height for interlaced mpeg2. This correctly fixes issue961, …
(edit) @e90f5b5a   16 years ramiro.polla configure: Add --enable-runtime-cpudetect Originally committed as …
(edit) @10a7d216   16 years ramiro.polla Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define …
(edit) @94705111   16 years Reimar.Doeffinger Correctly set packet size for partial video packets in nuv demuxer. …
(edit) @feb993e5   16 years Reimar.Doeffinger Add av_shrink_packet function for use in av_get_packet that reduces …
(edit) @c81604f8   16 years Carl Eugen Hoyos Reduce code duplication. Patch by Zhentan Feng, spyfeng gmail …
(edit) @2851d225   16 years rsbultje Document addition of new avcodec_decode_video2/audio3/subtitle2() API …
(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. …
Note: See TracRevisionLog for help on using the revision log.