Wed, 01 Oct 2008 14:40:29 +0000 |
conrad |
filter_limit_values only needs 7 bits, make its tables smaller
libavcodec
|
Wed, 01 Oct 2008 12:48:26 +0000 |
benoit |
Fix indentation.
libavcodec
|
Wed, 01 Oct 2008 08:29:19 +0000 |
benoit |
Remove useless context variable.
libavcodec
|
Wed, 01 Oct 2008 08:27:37 +0000 |
benoit |
Merge declaration and assignment.
libavcodec
|
Wed, 01 Oct 2008 07:28:34 +0000 |
benoit |
Interleaved forward/backward channels processing in order to increase chances
libavcodec
|
Tue, 30 Sep 2008 19:51:02 +0000 |
conrad |
Cosmetics: indentation
libavcodec
|
Tue, 30 Sep 2008 19:50:43 +0000 |
conrad |
Merge (vp3|theora)_calculate_pixel_addresses
libavcodec
|
Tue, 30 Sep 2008 19:22:20 +0000 |
conrad |
Missed hunks of last commit
libavcodec
|
Tue, 30 Sep 2008 19:18:22 +0000 |
conrad |
Remove unused vp3 debugging info
libavcodec
|
Tue, 30 Sep 2008 14:43:55 +0000 |
benoit |
Move iv_decode_frame function to remove a forward declaration.
libavcodec
|
Tue, 30 Sep 2008 14:41:11 +0000 |
benoit |
Remove useless lines.
libavcodec
|
Tue, 30 Sep 2008 14:22:10 +0000 |
benoit |
Reindent whole file.
libavcodec
|
Tue, 30 Sep 2008 11:55:40 +0000 |
benoit |
Indent.
libavcodec
|
Tue, 30 Sep 2008 11:55:20 +0000 |
benoit |
Simplify iv_free_func().
libavcodec
|
Tue, 30 Sep 2008 11:51:44 +0000 |
benoit |
Move allocated buffer out of YUV buffer structure.
libavcodec
|
Tue, 30 Sep 2008 11:46:37 +0000 |
benoit |
Remove useless initializations.
libavcodec
|
Tue, 30 Sep 2008 09:54:13 +0000 |
benoit |
Check allocations on init.
libavcodec
|
Tue, 30 Sep 2008 09:41:04 +0000 |
benoit |
Remove useless test.
libavcodec
|
Tue, 30 Sep 2008 09:35:53 +0000 |
benoit |
Cosmetics
libavcodec
|
Tue, 30 Sep 2008 09:32:14 +0000 |
benoit |
use uint8_t instead of unsigned char
libavcodec
|
Tue, 30 Sep 2008 09:26:49 +0000 |
benoit |
Corrector type fits in 8 bits.
libavcodec
|
Tue, 30 Sep 2008 09:08:27 +0000 |
benoit |
Remove useless casts and use variable instead of its type in sizeof.
libavcodec
|
Tue, 30 Sep 2008 09:05:34 +0000 |
benoit |
Change table types to uint8_t
libavcodec
|
Tue, 30 Sep 2008 04:18:22 +0000 |
conrad |
Downgrade severity of leftover bits in header packets, and don't check for the comment header
libavcodec
|
Tue, 30 Sep 2008 01:45:53 +0000 |
michael |
Allocate 1 line more in the chroma plane for H.264, this avoids some
libavcodec
|
Tue, 30 Sep 2008 01:07:25 +0000 |
michael |
Replace second (and wrong) call to avcodec_align_dimensions() by adjusting
libavcodec
|
Tue, 30 Sep 2008 00:28:13 +0000 |
michael |
Do not attempt to perform error concealment in lowres mode as this is
libavcodec
|
Mon, 29 Sep 2008 22:22:46 +0000 |
aurel |
atrac3: ensure input frame is not overwritten (it is const)
libavcodec
|
Mon, 29 Sep 2008 22:04:35 +0000 |
conrad |
Use skip_frame for keyframe-only decoding rather than #ifdef
libavcodec
|
Mon, 29 Sep 2008 15:41:55 +0000 |
cehoyos |
Fix a warning about an undefined function when compiling h264.c
libavcodec
|