Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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