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-11-07Remove #undefs for formerly forbidden system functionsDiego Biurrun
2013-10-31dvdsubdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-04-08lavc: Make pointers to ff_cropTbl constMartin Storsjö
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2013-01-19dvdsubdec: parse the size from the extradataClément Bœsch
2013-01-15dvdsubdec: Support palette in mkvJoakim Plate
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2011-11-02Remove some stray unnecessary ffmpeg references.Diego Biurrun
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-24dvdsubdec: fix incorrect colors.Alexandre Colucci
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-30Replace dprintf with av_dlogLuca Barbato
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
2007-05-06Move dvdsub parser to its own file.Diego Biurrun
2007-01-30Remove the getbe16 functions and use the AV_RB16 macro instead. Patch by IanPanagiotis Issaris
2007-01-30Fix a bug in the DVD subtitle decoder where subtitles with odd heights would notIan Caulfield
2006-10-28Rename dvdsub.c to dvdsubdec.c.Diego Biurrun