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-24avcodec, avformat: Remove unnecessary inclusions of lavc/internal.hAndreas Rheinhardt
2022-02-08all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt
2021-09-02avcodec/avcodec: Allow up to seven codec ids per parserAndreas Rheinhardt
2021-04-27avcodec: Move all AVCodecParser.split functions to remove_extradata_bsfAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecParserContext.parserAndreas Rheinhardt
2021-04-27avcodec/parser: Remove deprecated av_parser_changeAndreas Rheinhardt
2021-04-27avcodec, avformat: Remove AVPacket.convergence_durationAndreas Rheinhardt
2021-03-20avcodec/parser: Don't return pointer to stack bufferAndreas Rheinhardt
2021-03-06avcodec/parser: Schedule av_parser_change for removalAndreas Rheinhardt
2019-08-23avcodec/parser: Optimize ff_combine_frame() with massivly negative nextMichael Niedermayer
2019-07-18avcodec/parser: Check next index validity in ff_combine_frame()Michael Niedermayer
2018-07-21avcodec/parser: move parsers list and related API to its own fileJames Almer
2018-03-08sbc: add parser for SBCAurelien Jacobs
2018-02-06lavc: add new API for iterating codecs and codec parsersJosh de Kock
2018-01-05avcodec/parser: use a mutex instead of atomics in av_register_codec_parser()James Almer
2017-06-16avcodec/parser: assert that there is a past buffer if theres a reference into...Michael Niedermayer
2017-05-05Merge commit '53618054b64ce4dab459d23a7efebe9d5afc4855'James Almer
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2016-12-25parser: Add missing #include for printing ISO C99 conversion specifiersDiego Biurrun
2016-12-23Use correct printf conversion specifiers for POSIX integer typesDiego Biurrun
2016-10-24lavc/parser: export field order if not already setRodger Combs
2016-04-01avcodec/parser: assert that the codec id is not NONE in av_parser_parse2()Michael Niedermayer
2016-01-06parser: add av_assert1 to make sure the codec matchesAndreas Cadhalpun
2015-09-29Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'Hendrik Leppkes
2015-09-29lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm4
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-05-31avcodec/parser: Print an error in case of reallocation fails in ff_combine_fr...Michael Niedermayer
2015-04-20avcodec/parser: Remove duplicate header inlcudeMichael Niedermayer
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-02-19Merge commit '31d2039cb42668ebcf08248bc48bbad44aa05f49'Michael Niedermayer
2015-02-19h264_parser: export video format and dimensionsAnton Khirnov
2015-02-14avcodec/parser: optimize ff_mpeg4video_split()Zhaoxiu Zeng
2015-01-15avcodec/parser: Check that the parser return code is validMichael Niedermayer
2015-01-15Merge commit '8a9641a652ed1546fedfda22584f79d3d423096e'Michael Niedermayer
2015-01-15bsf: check memory allocationsVittorio Giovara
2015-01-07avcodec/parser: add fuzzy mode to ff_fetch_timestamp()Michael Niedermayer
2014-11-01avcodec/parser: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-08-16Drop remaining unneeded != NULLMichael Niedermayer
2014-07-27Merge commit '53abe32409f13687c864b3cda077a1aa906a2459'Michael Niedermayer
2014-07-27avcodec: Mark argument in av_{parser|hwaccel|bitstream_filter}_next as constDiego Biurrun
2014-02-26avcodec/parser: put lost comments backMichael Niedermayer
2014-02-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-02-25Merge commit 'a1c699659d56b76c0bf399307f642c6fd6d28281'Michael Niedermayer
2014-02-25Merge commit 'ed61f3ca8a0664a697782253b354055136c5d303'Michael Niedermayer
2014-02-25parser: cosmetics: Drop some unnecessary parenthesesDiego Biurrun
2014-02-25parser: K&R formatting cosmeticsLuca Barbato