summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* ensure all compiled in codec/muxer are registeredAurelien Jacobs2007-10-18
* small simplificationAurelien Jacobs2007-10-18
* WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transformKostya Shishkov2007-10-18
* Unaligned memory access rcrash fixBenjamin Larsson2007-10-18
* Print pixel and display aspect ratiosMichel Bardiaux2007-10-18
* replace (disabled by default) assert(0) by abort() if the picture bufferMichael Niedermayer2007-10-18
* Rename LIB to LIBNAME for consistency.Diego Biurrun2007-10-18
* Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample().Timofei V. Bondarenko2007-10-17
* Explain why there are no multiple inclusion guards in these header files.Diego Biurrun2007-10-17
* Clarify comment that explains why this header lacks multiple inclusion guards.Diego Biurrun2007-10-17
* Remove wrong multiple inclusion guards.Aurelien Jacobs2007-10-17
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Add a comment that explains why this header lacks multiple inclusion guards.Diego Biurrun2007-10-17
* Add missing multiple inclusion guards.Diego Biurrun2007-10-17
* Fix #endif comment typo.Diego Biurrun2007-10-17
* Use filename as multiple inclusion guard.Diego Biurrun2007-10-17
* Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF byJeff Downs2007-10-15
* Cygwin don't like this function declaration.Aurelien Jacobs2007-10-15
* Nellymoser ASAO decoderBenjamin Larsson2007-10-15
* Fix mix-up of values in r10690 (deblocking for PAFF).Martin Zlomek2007-10-15
* add support for VP6 with huffman encoded blocksAurelien Jacobs2007-10-14
* moves fraps huffman decoder to its own file, making it more genericAurelien Jacobs2007-10-14
* VP6A needs its Makefile rules tooAurelien Jacobs2007-10-14
* Fix MJPEG decoder for AMV files.Vladimir Voroshilov2007-10-13
* prevent infinite loop and memcpy of negative amountsMichael Niedermayer2007-10-13
* factorize code and add safety check to prevent memcpying negative amountsMichael Niedermayer2007-10-13
* Simplify tests for field macroblocksJeff Downs2007-10-13
* Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870Stefan Lucke2007-10-13
* 10l: refill2() is not unused, it is used conditionally.Diego Biurrun2007-10-12
* Interlaced pictures (not just MBAFF) + spatial direct mode is notJeff Downs2007-10-12
* Disable unused code; fixes several gcc warnings:Diego Biurrun2007-10-12
* Enable avpicture_deinterlace() for PIX_FMT_GRAY8.Andrea Gualano2007-10-11
* Fix intended order of operations for 4 assert() checks.Shane2007-10-11
* Specify in documentation that avcodec_find_(en|de)coder* only searches forVille Skyttä2007-10-11
* warning fixes:Diego Biurrun2007-10-11
* Set pict->interlaced_frame if returned frame is MBAFF or PAFF.Carl Eugen Hoyos2007-10-10
* fix incorrect check for abs_diff_pic_num overflowJeff Downs2007-10-09
* Allow to override zlib compression level in PNG encoder via avctx->compressio...Reimar Döffinger2007-10-09
* reindentAndreas Öman2007-10-09
* better lambda search methodBaptiste Coudurier2007-10-09
* Enable PAFF decodingCarl Eugen Hoyos2007-10-09
* oops... mpegvideo_enc also depends on motion_est and ratecontrolAurelien Jacobs2007-10-09
* dnxhdenc depends on mpegvideo_enc (usage of ff_convert_matrix)Aurelien Jacobs2007-10-09
* Manage Picture buffers for fields as well as frames. Pair complementary field...Jeff Downs2007-10-08
* Fix deblocking for PAFF contentMartin Zlomek2007-10-08
* dnxhd 36mbit supportBaptiste Coudurier2007-10-08
* typo weigth->weightBaptiste Coudurier2007-10-08
* preliminary 10 bit depth decoding support, still miss generic api to export p...Baptiste Coudurier2007-10-08
* mergeBaptiste Coudurier2007-10-08
* 10l, check 'i' validity before using itBaptiste Coudurier2007-10-08