Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavcodec
|
Mon, 29 Mar 2010 20:58:19 +0000 |
reimar |
Fix indentation.
libavcodec
|
Sun, 21 Mar 2010 16:03:45 +0000 |
reimar |
Add support for hard-coding the 256kB large dv_vlc_map table.
libavcodec
|
Sun, 21 Mar 2010 14:43:50 +0000 |
reimar |
Split VLC-related tables out of dvdata.h to make it easier to add support
libavcodec
|
Wed, 17 Feb 2010 20:36:20 +0000 |
mru |
Use LOCAL_ALIGNED macro for local arrays
libavcodec
|
Fri, 22 Jan 2010 03:25:11 +0000 |
mru |
Move array specifiers outside DECLARE_ALIGNED() invocations
libavcodec
|
Tue, 12 Jan 2010 13:54:35 +0000 |
michael |
Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by assert().
libavcodec
|
Fri, 11 Dec 2009 23:56:49 +0000 |
cehoyos |
Fail earlier for unsupported resolutions or pixel formats when encoding
libavcodec
|
Mon, 09 Nov 2009 22:10:43 +0000 |
rbultje |
Make get_bits_left() available for use in libavcodec (was previously held
libavcodec
|
Fri, 16 Oct 2009 07:55:57 +0000 |
reimar |
Split parts of dvdata.h into dvdata.c, this ensures that things like
libavcodec
|
Tue, 29 Sep 2009 19:18:51 +0000 |
reimar |
Use context instead of NULL for logging.
libavcodec
|
Tue, 29 Sep 2009 19:17:18 +0000 |
reimar |
Make sure that dv encoder initializes all encoded packet data.
libavcodec
|
Sun, 06 Sep 2009 16:09:21 +0000 |
reimar |
Mark all pix_fmts and supported_framerates compound literals as const.
libavcodec
|
Wed, 26 Aug 2009 12:12:40 +0000 |
mru |
Remove some unnecessary alignment specifiers
libavcodec
|
Sun, 14 Jun 2009 22:41:30 +0000 |
bcoudurier |
print error when dv frame profile cannot be found
libavcodec
|
Sun, 14 Jun 2009 22:34:28 +0000 |
bcoudurier |
check if frame size matches old sys and assumes corrupted input, fixes #1192
libavcodec
|
Sun, 31 May 2009 06:33:58 +0000 |
bcoudurier |
remove cast and use put_sbits, fix assertion in put_bits
libavcodec
|
Mon, 11 May 2009 04:34:23 +0000 |
conrad |
Add a chroma_sample_location field to define positioning of chroma samples
libavcodec
|
Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
libavcodec
|
Sun, 12 Apr 2009 08:35:26 +0000 |
stefano |
Split bitstream.h, put the bitstream writer stuff in the new file
libavcodec
|
Tue, 07 Apr 2009 15:59:50 +0000 |
rbultje |
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
libavcodec
|
Fri, 20 Feb 2009 02:00:44 +0000 |
romansh |
Fixing a value returning issue
libavcodec
|
Thu, 19 Feb 2009 00:34:42 +0000 |
romansh |
transitioning dv_guess_dct_mode to dsputil cmp function
libavcodec
|
Tue, 17 Feb 2009 12:03:10 +0000 |
diego |
cosmetics: 'const static' --> 'static const' to avoid warnings of the type
libavcodec
|
Wed, 04 Feb 2009 16:16:53 +0000 |
romansh |
No need to compute stype
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Sat, 31 Jan 2009 22:49:58 +0000 |
bcoudurier |
remove some warnings due to avctx->execute
libavcodec
|
Sat, 31 Jan 2009 22:16:17 +0000 |
bcoudurier |
assume widescreen when ratio also > 17, patch by Ben Hutchings, ben at decadent dot org dot uk
libavcodec
|
Sat, 31 Jan 2009 01:50:18 +0000 |
romansh |
Cosmetics: fixing indentation
libavcodec
|