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
2022-08-08avformat: allow .ec3 as extension for raw E-AC-3 streamRuben Gonzalez
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2021-07-08avformat/rawdec: Deduplicate AVClasses based upon ff_raw_optionsAndreas Rheinhardt
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2019-07-18avformat/rawdec: Make the raw packet size configurableMichael Niedermayer
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2018-11-30avformat/ac3dec: always skip junk bytes before sync bytesPaul B Mahol
2017-10-28avformat/ac3dec: Check buf2 before adding 16 in ac3_eac3_probe()Michael Niedermayer
2017-10-28Merge commit '50a1c66cf6ab7eb683daaa9e2da3869fa3a54609'James Almer
2017-04-12ac3_parser: add a public function for parsing the data required by the demuxerAnton Khirnov
2017-01-29avformat/ac3dec: Fix to prevent runaway ac3 detection by looking at the actua...Marijn Meijles
2015-10-22avcodec: drop 2 suffix from avpriv_ac3_parse_header2Andreas Cadhalpun
2015-07-18avformat: increase first_frames threshold for mp3,ac3Ganesh Ajjanagadde
2014-03-01avformat/ac3dec: Use avpriv_ac3_parse_header2()Michael Niedermayer
2013-05-05Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2012-12-25ac3_eac3_probe: mark buffer pointers constMichael Niedermayer
2012-08-30ac3dec: fix uninitialized var warningMichael Niedermayer
2012-08-26ac3_probe: fix probing of non standard AC3Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-31ac3_probe: speedup by checking for header earlierMichael Niedermayer
2012-05-30mp3/ac3 probe: search for PES headers to prevent probing MPEG-PS as MP3.Ronald S. Bultje
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
2012-02-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-31lavf: rename AVInputFormat.value to raw_codec_id.Anton Khirnov
2011-11-30ac3probe: Change threshold from 500 to 200 to keep in sync with mp3.Michael Niedermayer
2011-11-17ac3probe: Detect Sonic Foundry Soft Encode AC3 as raw AC3.Michael Niedermayer
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-20lavc: use avpriv_ prefix for ff_ac3_parse_header.Anton Khirnov
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-08-31split raw.c into rawdec.c and rawenc.cAurelien Jacobs
2010-08-30move ac3/eac3 demuxer to its own fileAurelien Jacobs