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-06-01Merge commit '522d971c7f5921bebcea2fc50e67056afdabb951'Michael Niedermayer
2015-05-31xsub: Check memory allocationVittorio Giovara
2015-01-19avcodec/xsubdec: Check av_mallocz() return codesMichael Niedermayer
2015-01-08Merge commit '5a1addd7c1d8ff218ed4b84f4f02fdb83980094c'Michael Niedermayer
2015-01-07xsub: Support DXSA subtitlesAlexandre Colucci
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-26xsub: feed init_get_bits the whole bufferAlexandre Colucci
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-23xsubdec: print frame size when too smallMichael Niedermayer
2011-08-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-04cosmetics: fix indentation/alignment in AVCodec declarationsDiego Biurrun
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-05-02Fix init_get_bits length argument for init_get_bits.Alexandre Colucci
2011-04-27Fix decoding of DXSA subtitles.Alexandre Colucci
2011-04-12add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
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-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-08-20Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitleReimar Döffinger
2009-08-15Fix start_display_time/end_display_time to be relative to packet pts in xsub ...Reimar Döffinger
2009-08-15Reindent.Reimar Döffinger
2009-08-15Remove code that is now dead.Reimar Döffinger
2009-08-15Make sure AVSubtitle is initialized, memset it to 0.Reimar Döffinger
2009-07-27Set subtitle type in DVD and XSUB subtitle decoders.Janne Grunau
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-12Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes formatBjörn Axelsson
2009-02-09Fix timestamp parsing in XSUB decoder.Björn Axelsson
2009-01-03Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer
2009-01-03Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01constsMichael Niedermayer
2007-12-03colour --> color in variable namesDiego Biurrun
2007-08-05Add proper license headerReimar Döffinger
2007-08-05Remove AVCodecContext parameter from parse_timecode functionReimar Döffinger