Thu, 20 Aug 2009 18:54:50 +0000 |
reimar |
Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitle
libavcodec
|
Sat, 15 Aug 2009 09:12:58 +0000 |
reimar |
Fix start_display_time/end_display_time to be relative to packet pts in xsub decoder.
libavcodec
|
Sat, 15 Aug 2009 00:58:26 +0000 |
reimar |
Reindent.
libavcodec
|
Sat, 15 Aug 2009 00:57:24 +0000 |
reimar |
Remove code that is now dead.
libavcodec
|
Sat, 15 Aug 2009 00:46:33 +0000 |
reimar |
Make sure AVSubtitle is initialized, memset it to 0.
libavcodec
|
Sun, 26 Jul 2009 23:08:04 +0000 |
stefano |
Set subtitle type in DVD and XSUB subtitle decoders.
libavcodec
|
Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
libavcodec
|
Tue, 07 Apr 2009 15:59:50 +0000 |
rbultje |
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
libavcodec
|
Thu, 12 Feb 2009 01:27:56 +0000 |
diego |
Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes format
libavcodec
|
Mon, 09 Feb 2009 00:18:26 +0000 |
cehoyos |
Fix timestamp parsing in XSUB decoder.
libavcodec
|
Sat, 03 Jan 2009 19:17:18 +0000 |
michael |
Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.
libavcodec
|
Sat, 03 Jan 2009 17:54:48 +0000 |
michael |
Change AVSubtitle.rects to an array of pointers so ABI does not break
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Sun, 27 Apr 2008 10:52:44 +0000 |
diego |
Add long names to many AVCodec declarations.
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|
Fri, 01 Feb 2008 03:26:31 +0000 |
michael |
consts
libavcodec
|
Mon, 03 Dec 2007 13:33:48 +0000 |
diego |
colour --> color in variable names
libavcodec
|
Sun, 05 Aug 2007 12:11:34 +0000 |
reimar |
Add proper license header
libavcodec
|
Sun, 05 Aug 2007 12:11:31 +0000 |
reimar |
Remove AVCodecContext parameter from parse_timecode function
libavcodec
|
Sun, 05 Aug 2007 12:11:28 +0000 |
reimar |
Fix deinterlacing for odd height
libavcodec
|
Sun, 05 Aug 2007 12:11:26 +0000 |
reimar |
Deinterlace xsub subtitles
libavcodec
|
Sun, 05 Aug 2007 12:11:24 +0000 |
reimar |
Colours except background should not be transparent
libavcodec
|
Sun, 05 Aug 2007 12:11:22 +0000 |
reimar |
get rid of av_rescale_q, it does not work as intended.
libavcodec
|
Sun, 05 Aug 2007 12:11:20 +0000 |
reimar |
get rid of xsubdec array and calculate value instead
libavcodec
|
Sun, 05 Aug 2007 12:11:18 +0000 |
reimar |
10l, runbits order was reversed
libavcodec
|
Sun, 05 Aug 2007 12:11:13 +0000 |
reimar |
100l, wrong argument to av_freep
libavcodec
|
Sun, 05 Aug 2007 12:11:11 +0000 |
reimar |
Add forgotten xsub timecode parsing
libavcodec
|
Sun, 05 Aug 2007 12:11:09 +0000 |
reimar |
First version of xsub decoder, not yet tested
libavcodec
|