Thu, 01 Jul 2010 18:49:44 +0000 |
stefano |
Move colorspace.h from libavcodec to libavutil.
libavcodec
|
Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavcodec
|
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 00:52:41 +0000 |
reimar |
Simplify initialization of AVSubtitle by using memset.
libavcodec
|
Sat, 15 Aug 2009 00:02:42 +0000 |
reimar |
Fix cmd_pos bounds check to avoid the overflow case.
libavcodec
|
Thu, 30 Jul 2009 21:00:08 +0000 |
diego |
Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.
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, 19 Jan 2009 15:46:40 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavcodec
|
Sat, 03 Jan 2009 19:17:18 +0000 |
michael |
Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.
libavcodec
|
Sat, 03 Jan 2009 18:26:07 +0000 |
michael |
Forgot to update (I likely missed it due to its similar name to dvb...)
libavcodec
|
Sun, 13 Jul 2008 19:41:13 +0000 |
mru |
dvdsubdec: allow compilation with -DDEBUG
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 22:39:51 +0000 |
diego |
Add long names to AVCodec declarations.
libavcodec
|
Fri, 01 Feb 2008 03:26:31 +0000 |
michael |
consts
libavcodec
|
Sun, 25 Nov 2007 17:31:55 +0000 |
aurel |
remove some empty close/init functions in avcodec
libavcodec
|
Tue, 24 Jul 2007 13:05:28 +0000 |
takis |
Reindent two lines.
libavcodec
|
Tue, 24 Jul 2007 13:04:47 +0000 |
takis |
Add HD-DVD subpicture decoding.
libavcodec
|
Tue, 24 Jul 2007 13:03:13 +0000 |
takis |
Rename "palette" to "colormap" when it's referring to the mapping from a 2-bit
libavcodec
|
Sun, 06 May 2007 09:12:10 +0000 |
diego |
Move dvdsub parser to its own file.
libavcodec
|
Tue, 30 Jan 2007 14:24:12 +0000 |
takis |
Remove the getbe16 functions and use the AV_RB16 macro instead. Patch by Ian
libavcodec
|
Tue, 30 Jan 2007 14:19:43 +0000 |
takis |
Fix a bug in the DVD subtitle decoder where subtitles with odd heights would not
libavcodec
|
Fri, 27 Oct 2006 23:37:35 +0000 |
diego |
Rename dvdsub.c to dvdsubdec.c.
libavcodec
|