Wed, 14 Jul 2010 17:28:40 +0000 |
reimar |
Pass the composition and ancillary ID for DVB subtitles via extradata instead
libavcodec
|
Sun, 11 Jul 2010 07:45:42 +0000 |
reimar |
Remove useless casts and memset.
libavcodec
|
Thu, 01 Jul 2010 18:49:44 +0000 |
stefano |
Move colorspace.h from libavcodec to libavutil.
libavcodec
|
Wed, 16 Jun 2010 13:07:12 +0000 |
janne |
dvbsub: parse display definition segment
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
|
Thu, 30 Jul 2009 21:00:08 +0000 |
diego |
Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.
libavcodec
|
Tue, 14 Jul 2009 23:12:43 +0000 |
stefano |
Set subtitle type in DVB subtitle decoder.
libavcodec
|
Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
libavcodec
|
Sun, 12 Apr 2009 21:48:43 +0000 |
reynaldo |
Fix wrong size computation for buffer. Patch is part of
libavcodec
|
Tue, 07 Apr 2009 15:59:50 +0000 |
rbultje |
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
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 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
|
Wed, 28 May 2008 01:34:46 +0000 |
michael |
minor simplification
libavcodec
|
Wed, 28 May 2008 01:30:59 +0000 |
michael |
redundant
libavcodec
|
Sun, 27 Apr 2008 22:39:51 +0000 |
diego |
Add long names to 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
|
Mon, 19 Nov 2007 20:33:25 +0000 |
michael |
cosmetic (x==NULL -> !x)
libavcodec
|
Mon, 19 Nov 2007 20:30:00 +0000 |
michael |
cosmetic (place { consistently)
libavcodec
|
Mon, 19 Nov 2007 20:26:35 +0000 |
michael |
cosmetic (remove != 0 / != NULL)
libavcodec
|
Mon, 19 Nov 2007 20:18:30 +0000 |
michael |
use sizeof in snprintf (note the changed code is all under #if 0)
libavcodec
|
Mon, 19 Nov 2007 20:14:46 +0000 |
michael |
check region depth for validity
libavcodec
|
Thu, 09 Aug 2007 00:13:31 +0000 |
alex |
use get_bits1(..) instead get_bits(.., 1)
libavcodec
|
Tue, 17 Jul 2007 12:33:14 +0000 |
benoit |
create colorspace.h and use it where appropriate
libavcodec
|
Sun, 06 May 2007 02:11:31 +0000 |
diego |
Move dvbsubdec parser to its own file.
libavcodec
|
Tue, 13 Mar 2007 22:53:01 +0000 |
michael |
remove useless static cm variable
libavcodec
|