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
2019-12-12avformat: Don't free old extradata before ff_alloc/get_extradataAndreas Rheinhardt
2019-12-12avformat: Forward errors where possibleAndreas Rheinhardt
2019-10-26avformat/avidec: Remove superfluous headerAndreas Rheinhardt
2019-10-08avformat/avidec: add logging context to logSteven Liu
2019-09-10lavf/avidec: fix memory leak in error handling pathJun Zhao
2019-08-31avformat/avidec: add support for recognizing HEVC fourcc when demuxingMarton Balint
2019-05-10lavf/avidec: Do not test for bitrate <= INT_MAX.Carl Eugen Hoyos
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2019-03-20lavf: Constify AVInputFormat pointer.Carl Eugen Hoyos
2018-08-21avformat/avidec: fix demuxing of all keyframes of sample 200707170736151.aviPaul B Mahol
2018-03-10avformat/avidec: Fix integer overflow in cum_len checkMichael Niedermayer
2017-10-26avcodec/exif: remove GetByteContext usage from avpriv_exif_decode_ifd()James Almer
2017-09-01Use the new AVIOContext destructor.Anton Khirnov
2017-08-11avformat/avidec: Move packet skip after prefix and related checksMichael Niedermayer
2017-05-31avformat/avidec: Limit formats in gab2 to srt and ass/ssaMichael Niedermayer
2017-05-31avformat/avidec: Fix txts fmts parsingMichael Niedermayer
2017-03-29lavf: use av_fourcc2str() where appropriateClément Bœsch
2017-03-29lavf: fix usages of av_get_codec_tag_string()Clément Bœsch
2017-03-24Merge commit 'ca1e5eea0c7b72a6e30aa6488cfeced3a4853521'Clément Bœsch
2017-03-23Merge commit 'bad4aad4037f59ba0ad656164be9ab8f7a0fa2d4'Clément Bœsch
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2017-01-03avformat/avidec: clean-up identifier namesTobias Rapp
2016-12-23avformat/avidec: skip odml master index chunks in avi_syncTobias Rapp
2016-11-30avidec: fix leaking extradataAndreas Cadhalpun
2016-10-27Remove some pointless TRACE level debug codeDiego Biurrun
2016-10-18lavf/avidec: Be more verbose when ignoring very large tag size.Carl Eugen Hoyos
2016-10-18lavf/avidec: Do not fail for very large idx1 tags.Carl Eugen Hoyos
2016-10-02avidec: Do not special case palette on big-endianVittorio Giovara
2016-10-02avidec: Set palette alpha as fully opaqueVittorio Giovara
2016-09-30lavf: fix usage of AVIOContext.seekableAnton Khirnov
2016-09-28avformat/avidec: Check nb_streams in read_gab2_sub()Michael Niedermayer
2016-09-28avformat/avidec: Remove ancient assertMichael Niedermayer
2016-09-25avformat/avidec: remove warning about deprecated declarationsJames Almer
2016-09-25avformat/avidec: Fix memleak with dv in aviMichael Niedermayer
2016-09-02avformat/avidec: Fix infinite loop in avi_read_nikon()Michael Niedermayer
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-19avformat/avidec: Detect index with too short entriesMichael Niedermayer
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-14avformat: add AVFormatContext to ff_get_extradata()Paul B Mahol
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-03-18lavf/avidec: Add blurb regarding the skipping of xxpc entries in the indexMats Peterson
2016-03-10lavf/avidec: Skip xxpc entries in index; fixes trac #5311Mats Peterson
2016-03-04avformat: Add a protocol blacklisting APIDerek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-12-08Merge commit '5f3a081b42b84404a40a52c80ef7a354cf048c56'Hendrik Leppkes
2015-12-07Merge commit 'd017ed878a45171f2f6c69fb9d76401c3c494110'Hendrik Leppkes
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-12-03avi: Spin out the logic to position to the next non-interleaved streamLuca Barbato
2015-12-03avi: Use the correct data typeLuca Barbato
2015-12-03avi: Validate the stream-id for DV as wellMichael Niedermayer