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
2007-12-12av_*_next() API for libavcodecMichael Niedermayer
2007-05-09remove no more useful includesAurelien Jacobs
2007-05-09move aac and ac3 parsers in their own filesAurelien Jacobs
2007-05-07make some parser parameters const to avoid casting const to non-constAurelien Jacobs
2007-05-05move mpegaudio_parser in it's own fileAurelien Jacobs
2007-05-05move mpeg4video_parser in it's own fileAurelien Jacobs
2007-04-15Move AC3 header parsing code together with the rest of the AC3 parsing code.Diego Biurrun
2007-04-13timestamps generation improvement when parsing aviJoakim Plate
2007-04-07typos/grammarDiego Biurrun
2007-03-26set pict_type to I type during init so parsers which dont set it get all i fr...Michael Niedermayer
2007-03-18hardcode ff_ac3_frame_sizes tableJustin Ruggles
2007-03-12Give context to dprintfMichel Bardiaux
2007-03-11move AC-3 header parsing to ac3.cJustin Ruggles
2007-03-11remove redundancy in AC-3 parser by using common tables from ac3tab.hJustin Ruggles
2007-02-09fix parsing of RealAudio AC-3/DolbyNetJustin Ruggles
2007-01-24fix indentation, patch by Ian Caulfield % ian P caulfield A gmail P com %Ian Caulfield
2007-01-24Allows the AC3 parser to read the frame size and codec parameters from E-AC3 ...Ian Caulfield
2006-12-18minor doc fixMichael Niedermayer
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