Mon, 29 Mar 2010 20:58:19 +0000 |
reimar |
Fix indentation.
libavcodec
|
Mon, 29 Mar 2010 17:37:03 +0000 |
rbultje |
Simplify interleaving code.
libavcodec
|
Mon, 29 Mar 2010 12:53:35 +0000 |
jai_menon |
Cosmetics : add a space after ",".
libavcodec
|
Mon, 29 Mar 2010 02:50:41 +0000 |
lorenm |
indent
libavcodec
|
Mon, 29 Mar 2010 02:50:23 +0000 |
lorenm |
optimize init_vlc().
libavcodec
|
Sun, 28 Mar 2010 17:17:48 +0000 |
jai_menon |
TTA : Check if the output buffer size is within bounds.
libavcodec
|
Sat, 27 Mar 2010 13:22:07 +0000 |
reimar |
Clearer CODEC_CAP_DR1 documentation.
libavcodec
|
Fri, 26 Mar 2010 05:04:03 +0000 |
astrange |
h264: Use + instead of | in some places
libavcodec
|
Fri, 26 Mar 2010 04:12:28 +0000 |
ramiro |
libxvid: Clear extradata pointer when freeing it.
libavcodec
|
Fri, 26 Mar 2010 03:31:56 +0000 |
astrange |
h264: Remove unused function argument
libavcodec
|
Fri, 26 Mar 2010 03:29:31 +0000 |
astrange |
h264: Simplify decode_cabac_residual() specialization
libavcodec
|
Thu, 25 Mar 2010 21:01:35 +0000 |
stefano |
Make wmaprodec.c:decode_init() return AVERROR_INVALIDDATA /
libavcodec
|
Thu, 25 Mar 2010 19:39:06 +0000 |
bcoudurier |
Enable mbtree by default, and remove it from presets
libavcodec
|
Thu, 25 Mar 2010 19:25:21 +0000 |
bcoudurier |
Enable more libx264 options, aq, psy, rc lookahead and ssim
libavcodec
|
Wed, 24 Mar 2010 17:09:21 +0000 |
alexc |
aacenc: Merge quantize_band_cost() with quantize_and_encode_band().
libavcodec
|
Tue, 23 Mar 2010 20:03:20 +0000 |
vitor |
Bump minor version, I forgot in the last commit
libavcodec
|
Tue, 23 Mar 2010 19:48:16 +0000 |
vitor |
Implement the discrete sine/cosine transforms DCT-I and DST-I
libavcodec
|
Tue, 23 Mar 2010 17:58:39 +0000 |
cehoyos |
Always check if ff_alloc_picture() succeeds.
libavcodec
|
Tue, 23 Mar 2010 17:55:08 +0000 |
diego |
Remove unused variable, fixes the warning:
libavcodec
|
Tue, 23 Mar 2010 03:35:02 +0000 |
mru |
ARM: NEON optimised RDFT
libavcodec
|
Tue, 23 Mar 2010 02:17:04 +0000 |
michael |
Change ref_index structure so it matches how its organized in h264.
libavcodec
|
Mon, 22 Mar 2010 21:12:31 +0000 |
michael |
Disallow VLC coding with more than 8 bits as there are several bugs
libavcodec
|
Mon, 22 Mar 2010 15:04:11 +0000 |
michael |
Throw out last experimental warning that was printed for colorspaces with more than
libavcodec
|
Mon, 22 Mar 2010 14:57:50 +0000 |
mstorsjo |
Add doxygen docs for av_xiphlacing
libavcodec
|
Mon, 22 Mar 2010 14:26:17 +0000 |
michael |
Remove the word "experimental"
libavcodec
|
Sun, 21 Mar 2010 22:23:37 +0000 |
michael |
Ignore x264 build=0 as there is no such version, this restores previous
libavcodec
|
Sun, 21 Mar 2010 16:34:01 +0000 |
stefano |
Make g729dec.c:decode_frame() return AVERROR_INVALIDDATA rather than
libavcodec
|
Sun, 21 Mar 2010 16:29:08 +0000 |
reimar |
Do not use puts, it adds additional newlines making the generated files
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:46:32 +0000 |
reimar |
Extend and move macros to create table printing functions to header.
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
|
Sun, 21 Mar 2010 11:36:17 +0000 |
vitor |
Reindent after r22618.
libavcodec
|