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-03-15psxstr: convert to new channel layout APIVittorio Giovara
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2020-01-08avformat: Improve returned error codesAndreas Rheinhardt
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2016-07-17cosmetics: fix some misspelled wordsJames Almer
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-03-31psxstr: Remove some commented out codeDerek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-10-27Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-09-05Merge commit '01bcc2d5c23fa757d163530abb396fd02f1be7c8'Hendrik Leppkes
2015-08-28lavc: Drop deprecated destruct_packet related functionsVittorio Giovara
2014-08-24Correct few "ffmpeg" typosPaul B Mahol
2014-08-08replace calls to url_feof() with avio_feof()James Almer
2013-12-16avformat/psxstr: zero packet to prevent uninitialized data to leak through to...Michael Niedermayer
2013-08-03Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-05-05Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2013-03-08Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov
2012-12-25str_probe: make buffer related pointers constMichael Niedermayer
2012-11-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-12psxstr: set channel layoutJustin Ruggles
2012-09-02psxstr: more correct array type.Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-03-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-04psx-str: fix audio ptsJustin Ruggles
2012-03-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-01psx-str: do not allow seeking by bytesJustin Ruggles
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-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-09-23psxstr: improve probe to not misdetect so much.Michael Niedermayer
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-03Remove statements immediately following unconditional jumpsMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-05avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov