Thu, 06 Aug 2009 12:56:25 +0000 |
diego |
Make WMV1 encoder depend on H.263 encoder in configure.
libavcodec
|
Wed, 05 Aug 2009 15:27:22 +0000 |
diego |
Do not check for both CONFIG_H263_ENCODER and CONFIG_FLV_ENCODER.
libavcodec
|
Wed, 05 Aug 2009 15:26:54 +0000 |
diego |
Make FLV encoder depend on H.263 encoder in configure.
libavcodec
|
Wed, 05 Aug 2009 15:22:16 +0000 |
diego |
Do not check for both CONFIG_H263_ENCODER and CONFIG_H263P_ENCODER.
libavcodec
|
Wed, 05 Aug 2009 15:21:36 +0000 |
diego |
Make H.263+ (H263P) encoder depend on H.263 encoder in configure.
libavcodec
|
Wed, 05 Aug 2009 13:02:04 +0000 |
diego |
Declare the dependencies of the MSMPEG4v1/MSMPEG4v2/MSMPEG4v3 encoders on the
libavcodec
|
Wed, 05 Aug 2009 10:46:43 +0000 |
diego |
Do not redundantly check for preprocessor definitions of CONFIG_RV10_ENCODER or
libavcodec
|
Wed, 05 Aug 2009 10:44:12 +0000 |
diego |
Declare the dependency of RV10/RV20 encoder on the H.263 encoder in configure.
libavcodec
|
Wed, 05 Aug 2009 02:37:49 +0000 |
jbr |
cosmetics: move fixed_coeffs into the aligned arrays comment group
libavcodec
|
Wed, 05 Aug 2009 02:31:13 +0000 |
jbr |
cosmetics: reindent after last commit
libavcodec
|
Wed, 05 Aug 2009 02:30:34 +0000 |
jbr |
ac3dec: simplify zero-bit mantissa dithering by calculating it
libavcodec
|
Wed, 05 Aug 2009 01:58:28 +0000 |
jbr |
cosmetics: indentation and line wrap
libavcodec
|
Wed, 05 Aug 2009 01:14:28 +0000 |
jbr |
cosmetics after last commit
libavcodec
|
Wed, 05 Aug 2009 01:13:42 +0000 |
jbr |
Modify decode_band_structure() so that the actual band structure is only
libavcodec
|
Wed, 05 Aug 2009 01:00:41 +0000 |
jbr |
Use coupling band sizes instead of coupling band structure when
libavcodec
|
Tue, 04 Aug 2009 21:55:47 +0000 |
rbultje |
Parse frame size code, see "svq3.c: parse frame size" thread on ML.
libavcodec
|
Tue, 04 Aug 2009 07:42:55 +0000 |
darkshikari |
Update x264 asm code to latest to add support for 64-bit Windows.
libavcodec
|
Mon, 03 Aug 2009 23:22:46 +0000 |
diego |
Split RV10 encoder off into its own file.
libavcodec
|
Mon, 03 Aug 2009 23:07:08 +0000 |
diego |
Split RV20 encoder into its own file.
libavcodec
|
Mon, 03 Aug 2009 22:05:31 +0000 |
jbr |
cosmetics: add more detailed information to the documentation for
libavcodec
|
Mon, 03 Aug 2009 17:55:02 +0000 |
heydowns |
Cosmetic: Reindent after last commit
libavcodec
|
Mon, 03 Aug 2009 17:54:11 +0000 |
heydowns |
Revert r18344. Fixes at least issue 1218, 1221, and 1187), see master
libavcodec
|
Mon, 03 Aug 2009 17:15:01 +0000 |
superdump |
Correct the sign of the arithmetic in ff_celp_lp_zero_synthesis_filterf()
libavcodec
|
Mon, 03 Aug 2009 15:23:53 +0000 |
diego |
Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c.
libavcodec
|