summaryrefslogtreecommitdiff
path: root/libavcodec/dvbsub.c
Commit message (Expand)AuthorAge
* Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer2012-09-18
|\
| * lavc: replace AVCodecContext.encode with subtitle-specific callbackAnton Khirnov2012-09-17
* | dvbsub: reindent after last commit.Nicolas George2012-08-09
* | dvbsub: fix encoding of termination packets.Nicolas George2012-08-09
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* | dvbsub: remove unused variablePaul B Mahol2012-03-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-03
|\|
| * Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-02
* | dvbsub: add commentsJULIAN GARDNER2011-10-15
* | dvbsub: add dvb_encode_rle8()JULIAN GARDNER2011-10-15
* | dvbsub: Move setting of *dvb_encode_rle() upJULIAN GARDNER2011-10-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * dvbsubenc: Fix placement of the object versionRonen Mizrahi2011-02-10
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | dvbsubenc: Fix placement of the object versionRonen Mizrahi2011-02-11
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Move colorspace.h from libavcodec to libavutil.Stefano Sabatini2010-07-01
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer2009-01-03
* Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer2009-01-03
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* remove some empty close/init functions in avcodecAurelien Jacobs2007-11-25
* create colorspace.h and use it where appropriateIan Caulfield2007-07-17
* Remove duplicate bytestream functionsRamiro Polla2007-05-23
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* dvbsub encoder, patch by Wolfram Gloger < wmglo AH dent POIS med POIS uni-mue...Wolfram Gloger2005-11-14
* DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)Michael Niedermayer2005-07-17
* subtitle codec type supportFabrice Bellard2005-06-03