Wed, 01 Sep 2010 10:26:28 +0000 |
aurel |
add FF_API_PALETTE_CONTROL define to drop usage of AVPaletteControl
libavcodec
|
Wed, 01 Sep 2010 02:12:03 +0000 |
diego |
Use quotes instead of angle brackets for local #includes.
libavcodec
|
Tue, 31 Aug 2010 12:32:24 +0000 |
rbultje |
Fix vertical align.
libavcodec
|
Tue, 31 Aug 2010 07:14:47 +0000 |
bindhammer |
Checking return values of av_malloc(z) and report an error in case.
libavcodec
|
Tue, 31 Aug 2010 00:33:56 +0000 |
alexc |
aacenc: Remove an unused variable from adjust_frame_information().
libavcodec
|
Tue, 31 Aug 2010 00:31:17 +0000 |
alexc |
aacenc: Don't set s->cur_channel before apply_window_and_mdct().
libavcodec
|
Mon, 30 Aug 2010 23:52:03 +0000 |
alexc |
aacenc: Write tag.elem_id early.
libavcodec
|
Mon, 30 Aug 2010 23:48:35 +0000 |
alexc |
psymodel: Const correct FFPsyWindowInfo.
libavcodec
|
Mon, 30 Aug 2010 23:43:03 +0000 |
alexc |
aacenc: Only apply M/S if common_window is set.
libavcodec
|
Mon, 30 Aug 2010 22:34:09 +0000 |
conrad |
vorbisdec: Use int instead of uint16_fast_t for index variables
libavcodec
|
Mon, 30 Aug 2010 20:30:40 +0000 |
rbultje |
Fix compilation failure if yasm is disabled (missing vp3 symbols).
libavcodec
|
Mon, 30 Aug 2010 16:34:13 +0000 |
rbultje |
Split intra prediction initialization (i.e. assigning of function pointers)
libavcodec
|
Mon, 30 Aug 2010 16:31:04 +0000 |
rbultje |
Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1
libavcodec
|
Mon, 30 Aug 2010 16:25:46 +0000 |
rbultje |
Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6
libavcodec
|