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
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-01-11avcodec/pgssubdec: Use av_malloc*_array()Michael Niedermayer
2014-08-01Merge commit 'd98e6c5d5d80c1dfe0c30f2e73d41a3aea0b920d'Michael Niedermayer
2014-08-01pgssubdec: Check RLE size before copyingMichael Niedermayer
2014-07-12avcodec/pgssubdec: Fix input ptsMichael Niedermayer
2014-06-30avcodec/pgssubdec: remove unused variablesMichael Niedermayer
2014-06-30avcodec/pgssubdec: Check input buffer size in parse_presentation_segment()Michael Niedermayer
2014-06-30Merge commit '253d0be6a1ecc343d29ff8e1df0ddf961ab9c772'Michael Niedermayer
2014-06-30avcodec/pgssubdec: fix end display timeJohn Stebbins
2014-06-30avcodec/pgssubdec: Bail out of decode_rle() if error and AV_EF_EXPLODE is setJohn Stebbins
2014-06-30avcodec/pgssubdec: better error codesJohn Stebbins
2014-06-30avcodec/pgssubdec: Pass AVSubtitleRect to decode_rle()John Stebbins
2014-06-30avcodec/pgssubdec: split out flush_cache()John Stebbins
2014-06-30avcodec/pgssubdec: do not fail when part of the packet is faulty unless AV_EF...John Stebbins
2014-06-30avcodec/pgssubdec: rename PICTURE_SEGMENTJohn Stebbins
2014-06-30pgssubdec: handle more complex PGS scenariosJohn Stebbins
2014-05-22avcodec/pgssubdec: Use av_malloc(z)_array()Michael Niedermayer
2014-03-23Merge commit 'f9279ee74936b4990fc46287c27816ef828cc06c'Michael Niedermayer
2014-03-22dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.hDiego Biurrun
2014-03-14Merge commit '05563ccacc98fd185affdbf8cbaf094caf36b852'Michael Niedermayer
2014-03-13dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun
2014-01-16avcodec/pgssubdec: Use av_fast_padded_malloc() for rle bufferMichael Niedermayer
2013-11-01Merge commit '0f21d8b1b40848973558c737aebe800c46e93a3d'Michael Niedermayer
2013-10-31pgssubdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-08-12Fix wrong use of "an" in some comments.Thilo Borgmann
2012-11-28pgssubdec: remove unused variablePaul B Mahol
2012-11-19Merge commit '1c5805521c3e406886341d752ebf38f8d41e1d13'Michael Niedermayer
2012-11-18PGS subtitles: Set AVSubtitle pts valueJohn Stebbins
2012-11-15pgssubdec: check RLE size before copying. Fix out of array accessesMichael Niedermayer
2012-11-03Merge commit '9a07c1332cfe092b57b5758f22b686ca58806c60'Michael Niedermayer
2012-11-02PGS subtitles: Expose forced flagJohn Stebbins
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-15lavc/pgssubdec: use the PTS from the presentation segment.Nicolas George
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-30Exposing forced flag for DVD and PGS subtitleshakuya
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-10Fix a bunch of common typos.Diego Biurrun
2012-01-30Add option forced_subs_only for Bluray subtitles.Carl Eugen Hoyos
2012-01-23Improve support for PGS subtitles.David Mitchell
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer