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
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