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
|
Sat, 31 Jan 2009 01:46:25 +0000 |
romansh |
unrolling encoding loops
libavcodec
|
Sat, 31 Jan 2009 01:41:04 +0000 |
romansh |
Cosmetics: simplifying static initialization
libavcodec
|
Sat, 31 Jan 2009 01:39:05 +0000 |
romansh |
simplifying DIF encoding process
libavcodec
|
Sat, 31 Jan 2009 01:37:31 +0000 |
romansh |
Cosmetics: fixing the indentation
libavcodec
|
Sat, 31 Jan 2009 01:36:38 +0000 |
romansh |
factoring code into dv_init_enc_block
libavcodec
|
Sat, 31 Jan 2009 01:36:00 +0000 |
romansh |
Cosmetics: replacing 0 with NULL for pointer assignment
libavcodec
|
Sat, 31 Jan 2009 01:35:29 +0000 |
romansh |
Cosmetics: moving the function definition around
libavcodec
|
Sat, 31 Jan 2009 01:34:44 +0000 |
romansh |
Replacing the constant with a macro
libavcodec
|
Mon, 19 Jan 2009 15:46:40 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavcodec
|
Wed, 14 Jan 2009 17:19:17 +0000 |
aurel |
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
libavcodec
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavcodec
|
Thu, 20 Nov 2008 01:40:40 +0000 |
romansh |
Making idct factor tables dynamically allocated
libavcodec
|
Wed, 19 Nov 2008 01:40:09 +0000 |
romansh |
Change of indentation
libavcodec
|