19190 Commits (bea183757b05ef56afb3f5f98e43e0ac60c7d7a4)
 

Author SHA1 Message Date
Thilo Borgmann bea183757b Use the new avcodec_decode_* API. 16 years ago
Diego Biurrun 222ab26c62 Remove unused variables along with the related warnings. 16 years ago
Reimar Döffinger cbf1eae9a5 Add forgotten void return type to ff_h264_free_context 16 years ago
Diego Biurrun e4732ba98b Fix sigill on non-MMX2 CPUs. 16 years ago
Thilo Borgmann 4f313925ec Use the new avcodec_decode_* API. 16 years ago
Thilo Borgmann 655d47c2cb Make try_decode_frame() use the new avcodec_decode_* API. 16 years ago
Reimar Döffinger b6b6676085 Make sure error resilience does not try to use unavailable reference frames. 16 years ago
Reimar Döffinger 15861962a7 Add a ff_h264_free_context function and call it from the H.264 parser. 16 years ago
Michael Niedermayer c81185a183 Make sure mpeg2 has its height rounded up to 32 as that is needed 16 years ago
Michael Niedermayer cfe675269b Do not use SSE2 SAD for snow as it requires more alignment than can be 16 years ago
Martin Storsjö 2b12317a90 Fix documentation for the "-ps" option 16 years ago
Luca Abeni 9331967007 AAC packetiser cleanup: use consts instead of #defines 16 years ago
Luca Abeni ddffcb2d3a AAC packetiser cleanup: remove check for a condition that cannot happen 16 years ago
Martin Storsjö d2ce53b786 Fix two checks in the AAC packetiser, which were too conservative 16 years ago
Michael Niedermayer cc0241283b Make sure the next used frame is released so get_buffer() wont fail. 16 years ago
Michael Niedermayer 38fd076c21 Move release_buffer() up so it is prior to a future call to it. 16 years ago
Michael Niedermayer 0a08b5735b Factorize release_buffer() 16 years ago
Michael Niedermayer eebbb33abf Make sure spatial_decomposition_count is not too large for picture size. 16 years ago
Michael Niedermayer 69409ccb80 Skip non intra frames that have no reference frames. 16 years ago
Michael Niedermayer 440882f7be Make sure spatial_decomposition_count is >0. 16 years ago
Michael Niedermayer dc7f45a08e Make sure the block array is of the correct size. 16 years ago
Michael Niedermayer bc4350a333 Check spatial_decomposition_count too, fixes another crash. 16 years ago
Michael Niedermayer 45d1d9794d 10l, forgot to remove old code, which broke snow. 16 years ago
Michael Niedermayer 158f189f82 Factorize check of read symbols. 16 years ago
Michael Niedermayer a794356602 Fix spatial_decomposition_type validity check. 16 years ago
Michael Niedermayer f0812be883 Fix crash when max_ref_frames was out of range. 16 years ago
Diego Biurrun 985fdd534f Give liblzo benchmark conditionals more descriptive names and add convenience 16 years ago
Diego Biurrun e467369278 Add a configure check for lzo1x_999_compress() and compile the lzo test program 16 years ago
Reimar Döffinger ef12ec23fa Fix memleak in nuv demuxer: free packet already allocated packet when 16 years ago
Diego Biurrun 7a709548a7 Remove unnecessary gcc_fixes.h #include. 16 years ago
Diego Biurrun 952f18ffe6 cosmetics: Reformat comment paragraph and fix a few typos in it. 16 years ago
Michael Niedermayer cdf38a17fb Fix -ss / -t interaction with -acodec copy. 16 years ago
Michael Niedermayer 0127b86108 Fix mb_height for interlaced mpeg2. 16 years ago
Ramiro Polla e90f5b5ab1 configure: Add --enable-runtime-cpudetect 16 years ago
Ramiro Polla 10a7d21672 Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it. 16 years ago
Reimar Döffinger 9470511185 Correctly set packet size for partial video packets in nuv demuxer. 16 years ago
Reimar Döffinger feb993e579 Add av_shrink_packet function for use in av_get_packet that reduces pkt->size 16 years ago
Zhentan Feng c81604f862 Reduce code duplication. 16 years ago
Ronald S. Bultje 2851d2253f Document addition of new avcodec_decode_video2/audio3/subtitle2() API and 16 years ago
Martin Storsjö 08e696c0b2 Add support for AMR audio in the RTP muxer 16 years ago
Baptiste Coudurier 17ad7b24c8 force sample for qcelp when not stored in mov, fix #968 16 years ago
Ronald S. Bultje 4bce3ba480 Reindent after r18372. 16 years ago
Ronald S. Bultje 6e9f56c127 Add waveformat-extensible support in the wav muxer. 16 years ago
Robert Swain 7b356d3951 Clarify which time_base the relevant members of AVPacket use 16 years ago
Baptiste Coudurier 3c8d144789 move codec tag tables near corresponding code 16 years ago
Baptiste Coudurier 08680ab8c2 cosmetics, reindent 16 years ago
Baptiste Coudurier 0872acc45c cosmetics, add empty line and remove useless braces 16 years ago
Baptiste Coudurier b6cb99469f fix compilation, add missing parenthesis 16 years ago
Baptiste Coudurier 130ba4b17a comment the ipod subtitle check 16 years ago
Baptiste Coudurier 6452af7a33 invert condition to simplify code 16 years ago