aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/dvbsub.c
AgeCommit message (Expand)Author
2011-02-11dvbsubenc: Fix placement of the object versionRonen Mizrahi
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-07-01Move colorspace.h from libavcodec to libavutil.Stefano Sabatini
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
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-03Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer
2008-06-12Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-27Add long names to AVCodec declarations.Stefano Sabatini
2007-11-25remove some empty close/init functions in avcodecAurelien Jacobs
2007-07-17create colorspace.h and use it where appropriateIan Caulfield
2007-05-23Remove duplicate bytestream functionsRamiro Polla
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-11-14dvbsub encoder, patch by Wolfram Gloger < wmglo AH dent POIS med POIS uni-mue...Wolfram Gloger
2005-07-17DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)Michael Niedermayer
2005-06-03subtitle codec type supportFabrice Bellard