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-04-27avcodec: Constify all the AVCodecParsersAndreas Rheinhardt
2020-10-26avcodec/dirac_parser: do not offset AV_NOPTS_OFFSETMichael Niedermayer
2019-08-05avcodec/dirac_parser: Fix overflow in dtsMichael Niedermayer
2016-01-21dirac: add more parse codes from the specificationsRostislav Pehlivanov
2016-01-21dirac_parser: add exceptions for Dirac inter parse codesRostislav Pehlivanov
2016-01-21dirac_parser: Improve parsing and silence pointless warningsRostislav Pehlivanov
2015-12-05avcodec/dirac_parser: Check that there is a previous PU before accessing itMichael Niedermayer
2015-12-05avcodec/dirac_parser: Add basic validity checks for next_pu_offset and prev_p...Michael Niedermayer
2015-12-05avcodec/dirac_parser: Fix potential overflows in pointer checksMichael Niedermayer
2015-11-06avcodec/dirac_parser: Fix undefined memcpy() useMichael Niedermayer
2014-10-12avcodec/dirac_parser: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer
2014-10-02Check for oom in the dirac parser.Carl Eugen Hoyos
2014-09-09Merge commit '9752d07d33d5370f7819865fbb5e582b982aad06'Michael Niedermayer
2014-09-09dirac: K&R formatting cosmeticsGabriel Dume
2012-12-15dirac_parser: check prev_pu_offset before using itMichael Niedermayer
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-02lavc: use designated initialisers for parsers.Anton Khirnov
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-12-22Fix incorrectly constructed Dirac parse units that caused A/V sync loss.Anuradha Suraparaju
2008-05-03Add Dirac parser from SoC; written by Marco Gerards;Diego Biurrun