summaryrefslogtreecommitdiffstats
path: root/libavcodec/xsubdec.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: fix indentation/alignment in AVCodec declarationsDiego Biurrun2011-08-031-5/+5
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+5
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitleReimar Döffinger2009-08-201-1/+1
* Fix start_display_time/end_display_time to be relative to packet pts in xsub ...Reimar Döffinger2009-08-151-4/+7
* Reindent.Reimar Döffinger2009-08-151-3/+3
* Remove code that is now dead.Reimar Döffinger2009-08-151-4/+0
* Make sure AVSubtitle is initialized, memset it to 0.Reimar Döffinger2009-08-151-0/+1
* Set subtitle type in DVD and XSUB subtitle decoders.Janne Grunau2009-07-261-0/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes formatBjörn Axelsson2009-02-121-0/+2
* Fix timestamp parsing in XSUB decoder.Björn Axelsson2009-02-091-1/+1
* Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer2009-01-031-8/+8
* Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer2009-01-031-14/+15
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-1/+1
* constsMichael Niedermayer2008-02-011-3/+3
* colour --> color in variable namesDiego Biurrun2007-12-031-2/+2
* Add proper license headerReimar Döffinger2007-08-051-0/+20
* Remove AVCodecContext parameter from parse_timecode functionReimar Döffinger2007-08-051-3/+3
* Fix deinterlacing for odd heightReimar Döffinger2007-08-051-1/+1
* Deinterlace xsub subtitlesReimar Döffinger2007-08-051-0/+4
* Colours except background should not be transparentReimar Döffinger2007-08-051-0/+3
* get rid of av_rescale_q, it does not work as intended.Reimar Döffinger2007-08-051-1/+0
* get rid of xsubdec array and calculate value insteadReimar Döffinger2007-08-051-3/+1
* 10l, runbits order was reversedReimar Döffinger2007-08-051-1/+1
* 100l, wrong argument to av_freepReimar Döffinger2007-08-051-1/+1
* Add forgotten xsub timecode parsingReimar Döffinger2007-08-051-0/+26
* First version of xsub decoder, not yet testedReimar Döffinger2007-08-051-0/+86
OpenPOWER on IntegriCloud