summaryrefslogtreecommitdiffstats
path: root/libavcodec/dvbsub.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/dvbsub: add support for Display Definition Segment to DVB Subtitle en...Jernej Fijacko2019-07-131-3/+16
* lavc/dvbsub: Add the missing line separator to dvb_encode_rle8().Carl Eugen Hoyos2017-10-241-2/+2
* lavc/dvbsub: Do not fail hard in the region block for 256-colour encoding.JULIAN GARDNER2017-10-241-0/+3
* Merge commit 'a17a7661906ba295d67afd80ac0770422e1b02b3'Hendrik Leppkes2015-10-221-3/+3
|\
| * lavc: Add data and linesize to AVSubtitleRectVittorio Giovara2015-10-211-3/+3
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-1/+1
|\ \ | |/
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
* | mpegts muxer, DVB subtitles encoder: common DVB subtitles payloadSerhii Marchuk2014-01-121-4/+0
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer2012-09-181-4/+4
|\ \ | |/
| * lavc: replace AVCodecContext.encode with subtitle-specific callbackAnton Khirnov2012-09-171-4/+4
* | dvbsub: reindent after last commit.Nicolas George2012-08-091-6/+5
* | dvbsub: fix encoding of termination packets.Nicolas George2012-08-091-11/+5
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-1/+1
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* | dvbsub: remove unused variablePaul B Mahol2012-03-221-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-031-1/+1
|\ \ | |/
| * Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-021-1/+1
* | dvbsub: add commentsJULIAN GARDNER2011-10-151-0/+3
* | dvbsub: add dvb_encode_rle8()JULIAN GARDNER2011-10-151-0/+61
* | dvbsub: Move setting of *dvb_encode_rle() upJULIAN GARDNER2011-10-151-11/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-6/+5
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-6/+5
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * dvbsubenc: Fix placement of the object versionRonen Mizrahi2011-02-101-1/+1
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | dvbsubenc: Fix placement of the object versionRonen Mizrahi2011-02-111-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Move colorspace.h from libavcodec to libavutil.Stefano Sabatini2010-07-011-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer2009-01-031-6/+7
* Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer2009-01-031-20/+20
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* remove some empty close/init functions in avcodecAurelien Jacobs2007-11-251-12/+1
* create colorspace.h and use it where appropriateIan Caulfield2007-07-171-16/+1
* Remove duplicate bytestream functionsRamiro Polla2007-05-231-27/+19
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-8/+8
* dvbsub encoder, patch by Wolfram Gloger < wmglo AH dent POIS med POIS uni-mue...Wolfram Gloger2005-11-141-2/+2
* DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)Michael Niedermayer2005-07-171-96/+132
* subtitle codec type supportFabrice Bellard2005-06-031-0/+407
OpenPOWER on IntegriCloud