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
2021-09-17avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt
2021-08-06avformat: Use ffio_read_size where appropriateAndreas Rheinhardt
2021-05-07avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2018-07-05avformat/pva: Check for EOF before retrying in read_part_of_packet()Michael Niedermayer
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-02-14Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2013-12-21avformat/pva: Make sure the header is large enough before reading the timesta...Michael Niedermayer
2013-12-21avformat/pva: Make sure the first byte of pes_header_data has been initializedMichael Niedermayer
2013-05-05Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2012-12-25pva_probe: make buffer related pointers and function arguments constMichael 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-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
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: replace av_new_stream->avformat_new_stream part II.Anton Khirnov
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-10-13Improve PVA probe function.Reimar Döffinger
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-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-05-27technically mp2 in pva needs AVSTREAM_PARSE_FULLBaptiste Coudurier
2009-04-23avoid possibly uninitialized return valueIvo van Poorten
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-01-08Implement read_timestamp and enable seeking in PVA files.Ivo van Poorten
2008-01-08cosmeticsIvo van Poorten
2008-01-08remove unnecessary checkIvo van Poorten
2008-01-08use ff_parse_pes_pts for parsing an MPEG-PES timestampIvo van Poorten
2008-01-06cosmetics, superfluous spaceIvo van Poorten
2008-01-06proper check for valid pva_ptsIvo van Poorten
2008-01-06do not return an error, but warn and recover when encountering an audio packetIvo van Poorten