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-12move all cavs-parsing to cavs.cStefan Gehrer
2006-11-12make mpeg4video_split public as ff_mpeg4video_splitStefan Gehrer
2006-11-06move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo...Baptiste Coudurier
2006-11-05use AVRational and ff_frame_rate_tab for frame_rateBaptiste Coudurier
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
2006-10-30dont set the sampling rate just because 1 mp3 packet header says so (fixes pl...Michael Niedermayer
2006-10-11doxyMichael Niedermayer
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-27fix some signedness warningsMåns Rullgård
2006-08-26dont copy frame if the whole mp1/2/3 frame is available in one piece in the i...Michael Niedermayer
2006-07-09make some tables constMåns Rullgård
2006-07-09--enable/disable parsers. Warning: some combinations are broken.Måns Rullgård
2006-07-07Fix compilation with --disable-decoders.Emiliano Parasassi
2006-07-06AVBitStreamFilter (some thingy which can modify the bitstream like add or rem...Michael Niedermayer
2006-07-03CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)Michael Niedermayer
2006-06-17The AAC frame header uses 13 bits for the frame size, so the buffer shouldMåns Rullgård
2006-02-10use get_bits1/skip_bits[1] in ac3 and aac parsersMåns Rullgård
2006-02-08adts aac parserMåns Rullgård
2006-02-04faster find_startcode()Michael Niedermayer
2006-02-02output last ac3 frame and simplifyMichael Niedermayer
2006-01-24Remove all stray tabs and trailing whitespace, this time for good.Diego Biurrun
2006-01-21native ac3 parserMåns Rullgård
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-07Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård
2005-08-26Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...Michael Niedermayer
2005-08-15parse pict_type for streams in aviMichael Niedermayer
2005-06-29off by 1 error bugfixMichael Niedermayer
2005-06-27support changing in bitstream global headers into extradata style and backMichael Niedermayer
2005-05-01switch to native time basesMichael Niedermayer
2005-03-1810l typoMichael Niedermayer
2005-03-05mpeg-es bitrate parsingMichael Niedermayer
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård
2005-02-0110l (array gets padded with 0 which is CODEC_ID_NONE -> parsers claim to supp...Michael Niedermayer
2005-02-0110000l vbr mp3 fixMichael Niedermayer
2005-01-30require a few valid and equal mp3 headers for resyncMichael Niedermayer
2004-12-14fix timestamp prediction for low_delay mpeg streamsMichael Niedermayer
2004-12-12flush remaining data from parser at EOFMichael Niedermayer
2004-11-13pnm parserMichael Niedermayer
2004-09-27lowres width/height cleanup 3rd tryMichael Niedermayer
2004-09-27lowres fixes for the parserMichael Niedermayer
2004-07-101000000lMichael Niedermayer
2004-07-10field pic timestamp fixMichael Niedermayer
2004-06-30timestamp duplication bugfixMichael Niedermayer
2004-05-23mpeg audio timestamp fixMichael Niedermayer
2004-05-18some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer
2004-04-29remove duplicated find_frame_end() codeMichael Niedermayer
2004-04-29>2 channels decoding fixMichael Niedermayer
2003-12-16pts and dts support in parser APIFabrice Bellard