summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use the new avcodec_decode_* API.Thilo Borgmann2009-04-10
* Make try_decode_frame() use the new avcodec_decode_* API.Thilo Borgmann2009-04-10
* Make sure error resilience does not try to use unavailable reference frames.Reimar Döffinger2009-04-10
* Add a ff_h264_free_context function and call it from the H.264 parser.Reimar Döffinger2009-04-10
* Make sure mpeg2 has its height rounded up to 32 as that is neededMichael Niedermayer2009-04-10
* Do not use SSE2 SAD for snow as it requires more alignment than can beMichael Niedermayer2009-04-09
* Fix documentation for the "-ps" optionMartin Storsjö2009-04-09
* AAC packetiser cleanup: use consts instead of #definesLuca Abeni2009-04-09
* AAC packetiser cleanup: remove check for a condition that cannot happenLuca Abeni2009-04-09
* Fix two checks in the AAC packetiser, which were too conservativeMartin Storsjö2009-04-09
* Make sure the next used frame is released so get_buffer() wont fail.Michael Niedermayer2009-04-09
* Move release_buffer() up so it is prior to a future call to it.Michael Niedermayer2009-04-09
* Factorize release_buffer()Michael Niedermayer2009-04-09
* Make sure spatial_decomposition_count is not too large for picture size.Michael Niedermayer2009-04-09
* Skip non intra frames that have no reference frames.Michael Niedermayer2009-04-09
* Make sure spatial_decomposition_count is >0.Michael Niedermayer2009-04-09
* Make sure the block array is of the correct size.Michael Niedermayer2009-04-09
* Check spatial_decomposition_count too, fixes another crash.Michael Niedermayer2009-04-09
* 10l, forgot to remove old code, which broke snow.Michael Niedermayer2009-04-09
* Factorize check of read symbols.Michael Niedermayer2009-04-09
* Fix spatial_decomposition_type validity check.Michael Niedermayer2009-04-09
* Fix crash when max_ref_frames was out of range.Michael Niedermayer2009-04-09
* Give liblzo benchmark conditionals more descriptive names and add convenienceDiego Biurrun2009-04-09
* Add a configure check for lzo1x_999_compress() and compile the lzo test programDiego Biurrun2009-04-09
* Fix memleak in nuv demuxer: free packet already allocated packet whenReimar Döffinger2009-04-09
* Remove unnecessary gcc_fixes.h #include.Diego Biurrun2009-04-09
* cosmetics: Reformat comment paragraph and fix a few typos in it.Diego Biurrun2009-04-09
* Fix -ss / -t interaction with -acodec copy.Michael Niedermayer2009-04-09
* Fix mb_height for interlaced mpeg2.Michael Niedermayer2009-04-08
* configure: Add --enable-runtime-cpudetectRamiro Polla2009-04-08
* Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.Ramiro Polla2009-04-08
* Correctly set packet size for partial video packets in nuv demuxer.Reimar Döffinger2009-04-08
* Add av_shrink_packet function for use in av_get_packet that reduces pkt->sizeReimar Döffinger2009-04-08
* Reduce code duplication.Zhentan Feng2009-04-08
* Document addition of new avcodec_decode_video2/audio3/subtitle2() API andRonald S. Bultje2009-04-08
* Add support for AMR audio in the RTP muxerMartin Storsjö2009-04-08
* force sample for qcelp when not stored in mov, fix #968Baptiste Coudurier2009-04-08
* Reindent after r18372.Ronald S. Bultje2009-04-08
* Add waveformat-extensible support in the wav muxer.Ronald S. Bultje2009-04-08
* Clarify which time_base the relevant members of AVPacket useRobert Swain2009-04-08
* move codec tag tables near corresponding codeBaptiste Coudurier2009-04-07
* cosmetics, reindentBaptiste Coudurier2009-04-07
* cosmetics, add empty line and remove useless bracesBaptiste Coudurier2009-04-07
* fix compilation, add missing parenthesisBaptiste Coudurier2009-04-07
* comment the ipod subtitle checkBaptiste Coudurier2009-04-07
* invert condition to simplify codeBaptiste Coudurier2009-04-07
* remove no more needed code, tag is set by defaultBaptiste Coudurier2009-04-07
* cosmetics, reindent, add empty linesBaptiste Coudurier2009-04-07
* split mov_find_codec_tag in separate per format functionsBaptiste Coudurier2009-04-07
* Improve grammar/comprehensibility of the lavu 50.2.0 entry.Stefano Sabatini2009-04-07