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
2014-01-05avformat/mp3dec: fix start time in light of initial skip samplesMichael Niedermayer
2013-11-09avformat/mp3dec: 4x faster probingMichael Niedermayer
2013-10-25avformat/mp3dec: perform seek resync in the correct directionMichael Niedermayer
2013-09-12Merge commit 'c0779a67e85df856904ee6fab760c4233d4c2be5'Michael Niedermayer
2013-09-12mp3: add .mpa extensionVittorio Giovara
2013-08-26avformat/mp3dec: improve detection of mp3s with huge id3 tagsMichael Niedermayer
2013-08-05mp3dec: make const tables static constMichael Niedermayer
2013-07-08mp3dec: detect CBR and use CBR axiom to seekMichael Niedermayer
2013-07-07avformat/mp3dec: read TOC even if not all needed information is availableMichael Niedermayer
2013-07-07avformat/mp3dec: read xing toc independant of usetoc, only skip filling index...Michael Niedermayer
2013-07-06avformat/mp3dec: Add usetoc option to allow dlsabling the use of the xing TOCMichael Niedermayer
2013-05-05Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2013-04-19Merge commit '505642f18276aed03278ac91b1f334ea888eac6a'Michael Niedermayer
2013-04-19mp3dec: fallback to generic seeking when a TOC is not presentMichael Niedermayer
2013-03-08mp3dec: Fix VBR bit rate parsingAlexander Kojevnikov
2013-03-05mp3dec: Fix VBR bit rate parsingAlexander Kojevnikov
2012-12-25mp3_read_probe: make buffer related pointers constMichael Niedermayer
2012-10-30mp3dec: remove unused variableMichael Niedermayer
2012-10-21mp3demux: Rewrite xing TOC based seekingMichael Niedermayer
2012-09-21mp3dec: fix seeking without xing TOCMichael Niedermayer
2012-09-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-19mp3dec: read Xing frame TOC indexAnton Khirnov
2012-09-19mp3dec: use named constants for Xing header flagsAnton Khirnov
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-28mp3dec: forward errors for av_get_packet().Anton Khirnov
2012-07-28mp3dec: remove a pointless local variable.Anton Khirnov
2012-07-28mp3dec: remove commented out cruft.Anton Khirnov
2012-07-26mp3dec: mark as AVSTREAM_PARSE_FULL_RAWMichael Niedermayer
2012-07-14mp3enc: add lame tag with start padding infoMichael Niedermayer
2012-07-13mp3dec: parse initial silence padding information from lame tagMichael Niedermayer
2012-05-30mp3/ac3 probe: search for PES headers to prevent probing MPEG-PS as MP3.Ronald S. Bultje
2012-05-08mp3demux: fix id3 discard codeMichael Niedermayer
2012-05-08mp3demux: fix off by 1 errorMichael Niedermayer
2012-05-02Mark truncated packets as corrupt in av_get_packet.Reimar Döffinger
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
2012-03-19mp3_probe: consider id3 tags to be low scoring mp3.Michael Niedermayer
2012-03-02mp3dec: Fix reading file size and frames in VBRI headersIngo Brückl
2012-01-31mp3dec: fix truncating packet error message while decoding a complete MP3.Clément Bœsch
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-30mp3probe: Detect mp3 stronger with just 200 frames, this should speed up dete...Michael Niedermayer
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer