summaryrefslogtreecommitdiff
path: root/libavcodec/xsubdec.c
Commit message (Collapse)AuthorAge
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
| | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitleReimar Döffinger2009-08-20
| | | | | | | decoders instead of as small as possible. This avoids completely unnecessary issues with e.g. libswscale. Originally committed as revision 19673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix start_display_time/end_display_time to be relative to packet pts in xsub ↵Reimar Döffinger2009-08-15
| | | | | | | | decoder. Makes no difference for the sample AVI files since they all have no packet pts values. Originally committed as revision 19646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent.Reimar Döffinger2009-08-15
| | | | Originally committed as revision 19645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove code that is now dead.Reimar Döffinger2009-08-15
| | | | Originally committed as revision 19644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure AVSubtitle is initialized, memset it to 0.Reimar Döffinger2009-08-15
| | | | Originally committed as revision 19642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set subtitle type in DVD and XSUB subtitle decoders.Janne Grunau2009-07-26
| | | | | | Patch by Janne Grunau <ja?ne-f?mpeg jannau net>. Originally committed as revision 19512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
| | | | Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
| | | | | | | | | | | AVPacket argument rather than a const uint8_t *buf + int buf_size. This allows passing of packet-specific flags from demuxer to decoder, such as the keyframe flag, which appears necessary to playback corePNG P-frames. Patch by Thilo Borgmann thilo.borgmann googlemail com, see also the thread "Google Summer of Code participation" on the mailinglist. Originally committed as revision 18351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes formatBjörn Axelsson2009-02-12
| | | | | | | to 0, but ffplay checks it before displaying subtitles (ffplay.c:1437). patch by Björn Axelsson, gecko acc.umu se Originally committed as revision 17170 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix timestamp parsing in XSUB decoder.Björn Axelsson2009-02-09
| | | | | | Patch by Björn Axelsson gecko A acc D umu D se Originally committed as revision 17087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer2009-01-03
| | | | Originally committed as revision 16416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer2009-01-03
| | | | | | when the size of AVSubtitleRect changes. Originally committed as revision 16412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
| | | | Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
| | | | Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constsMichael Niedermayer2008-02-01
| | | | | | I have underestimated this a little, and these are just some ... Originally committed as revision 11708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* colour --> color in variable namesDiego Biurrun2007-12-03
| | | | Originally committed as revision 11159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add proper license headerReimar Döffinger2007-08-05
| | | | Originally committed as revision 9944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove AVCodecContext parameter from parse_timecode functionReimar Döffinger2007-08-05
| | | | Originally committed as revision 9943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix deinterlacing for odd heightReimar Döffinger2007-08-05
| | | | Originally committed as revision 9942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deinterlace xsub subtitlesReimar Döffinger2007-08-05
| | | | Originally committed as revision 9941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Colours except background should not be transparentReimar Döffinger2007-08-05
| | | | Originally committed as revision 9940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of av_rescale_q, it does not work as intended.Reimar Döffinger2007-08-05
| | | | Originally committed as revision 9939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of xsubdec array and calculate value insteadReimar Döffinger2007-08-05
| | | | Originally committed as revision 9938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, runbits order was reversedReimar Döffinger2007-08-05
| | | | Originally committed as revision 9937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l, wrong argument to av_freepReimar Döffinger2007-08-05
| | | | Originally committed as revision 9935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add forgotten xsub timecode parsingReimar Döffinger2007-08-05
| | | | Originally committed as revision 9934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* First version of xsub decoder, not yet testedReimar Döffinger2007-08-05
Originally committed as revision 9933 to svn://svn.ffmpeg.org/ffmpeg/trunk