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
2013-01-13dvdsubdec: use unsigned shifts to avoid shifting into the sign bitMichael Niedermayer
2012-12-05lavc/dvdsubdec: accept palette from options.Nicolas George
2012-11-03Merge commit '9a07c1332cfe092b57b5758f22b686ca58806c60'Michael Niedermayer
2012-09-05lavc/dvdsubdec: parse the size from the extradata.Clément Bœsch
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-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-02Remove some stray unnecessary ffmpeg references.Diego Biurrun
2011-09-14dvdsubdec: fix bad free in dvdsub_initKelly Anderson
2011-09-13dvdsubdec: Move colormap and alpha to contextJoakim Plate
2011-09-12dvdsubdec: Support palette information for vobsub's stored as text in extradataJoakim Plate
2011-08-03Abort if command offset decreases, avoids potential endless loop.Reimar Döffinger
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-24dvdsubdec: fix incorrect colors.Alexandre Colucci
2011-05-02Change guess_palette so its output matches the most common palette.Reimar Döffinger
2011-04-12add avcodec_get_subtitle_defaults() to initialize AVSubtitle structAurelien Jacobs
2011-03-25Fix incorrect colors when decoding DVD subtitlesAlexandre Colucci
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-30Replace dprintf with av_dlogLuca Barbato
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-07-28remove useless castAurelien Jacobs
2010-07-01Move colorspace.h from libavcodec to libavutil.Stefano 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-15Simplify initialization of AVSubtitle by using memset.Reimar Döffinger
2009-08-15Fix cmd_pos bounds check to avoid the overflow case.Reimar Döffinger
2009-07-31Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.Diego Biurrun
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-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-03Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer
2009-01-03Forgot to update (I likely missed it due to its similar name to dvb...)Michael Niedermayer
2008-07-13dvdsubdec: allow compilation with -DDEBUGMåns Rullgård
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2008-02-01constsMichael Niedermayer
2007-11-25remove some empty close/init functions in avcodecAurelien Jacobs
2007-07-24Reindent two lines.Ian Caulfield
2007-07-24Add HD-DVD subpicture decoding.Ian Caulfield
2007-07-24Rename "palette" to "colormap" when it's referring to the mapping from a 2-bitIan Caulfield