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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-14Remove redundant #ifdef HAVE_THREAD, the file is only compiledDiego Biurrun
2006-11-14rename CONFIG_AC3 to CONFIG_A52Måns Rullgård
2006-11-13Support for 16-bit grayscaleKostya Shishkov
2006-11-13Give error about planar RGBKostya Shishkov
2006-11-13Update error messageKostya Shishkov
2006-11-13Use table for determining type sizesKostya Shishkov
2006-11-13add low delay forcing option for mpeg1/2 encodingBaptiste Coudurier
2006-11-13Decoder can decode many ZLib-packed stripsKostya Shishkov
2006-11-13Print error message for unsupported mode (RGB planar,CMYK,YCrCb)Kostya Shishkov
2006-11-138-bit images support for TIFFKostya Shishkov
2006-11-13Rows per strip may be >= heightKostya Shishkov
2006-11-13Warn about JPEG in TIFFKostya Shishkov
2006-11-13Correctly detect 4-component imagesKostya Shishkov
2006-11-13Output proper 16-bit sound (fixes decoding on PPC)Kostya Shishkov
2006-11-13zigzag_direct_noperm doesn't exist, remove declarationMåns Rullgård
2006-11-13make more tables staticMåns Rullgård
2006-11-13rename squareTbl -> ff_squareTblMåns Rullgård
2006-11-12rename ff_cavs_flush to cavs_flush and make it staticStefan Gehrer
2006-11-12move all cavs-parsing to cavs.cStefan Gehrer
2006-11-12rename cropTbl -> ff_cropTblMåns Rullgård
2006-11-12make mpeg4video_split public as ff_mpeg4video_splitStefan Gehrer
2006-11-12rename inverse -> ff_inverseMåns Rullgård
2006-11-12make some tables staticMåns Rullgård
2006-11-12adding more static keywordsMåns Rullgård
2006-11-12make vp6_pcr_tree staticMåns Rullgård
2006-11-11make some symbols staticMåns Rullgård
2006-11-11make two functions staticMåns Rullgård
2006-11-10zero private bitsMichael Niedermayer
2006-11-10store a identifer and the first header in extradataMichael Niedermayer
2006-11-10mp3 header (de)compression bitstream filterMichael Niedermayer
2006-11-0916bit in avi is RGB555Michael Niedermayer
2006-11-09Remove the H264Context parameter from decode_init_vlc() as it is not being used.Panagiotis Issaris
2006-11-09get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_...Baptiste Coudurier
2006-11-0910000l to myself, fixing regression test failureMichael Niedermayer
2006-11-08100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a ...Michael Niedermayer
2006-11-08allow spaces in source and build directory namesMåns Rullgård
2006-11-07typoBaptiste Coudurier
2006-11-07add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flagBaptiste Coudurier
2006-11-07SimplifyLuca Barbato
2006-11-07Use MMX only under x86_32, there are compilation problems.Diego Biurrun
2006-11-07add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx valuesBaptiste Coudurier
2006-11-07Bump version for Fraps v[24] supportKostya Shishkov
2006-11-06Avoid void*-arithmetic, and uint8_t* is more correct anyway.Reimar Döffinger
2006-11-06include parser.h instead of mpegvideo.hBaptiste Coudurier
2006-11-06rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it staticBaptiste Coudurier
2006-11-06move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo...Baptiste Coudurier
2006-11-06Fix ASF format parser's broken UTF-16 string handlingZuxy Meng
2006-11-06Check for symbol countKostya Shishkov
2006-11-06Limit output sample to 0..maxval, fixes decoding of T16E0.JLSKostya Shishkov
2006-11-05use AVRational and ff_frame_rate_tab for frame_rateBaptiste Coudurier