Thu, 18 Dec 2008 15:51:32 +0000 |
michael |
Replace i by trailing_ones, part of a patch by dark shikari.
libavcodec
|
Thu, 18 Dec 2008 15:32:07 +0000 |
michael |
Remove if() surrounding decode_cabac_mb_type() that can never be true.
libavcodec
|
Thu, 18 Dec 2008 15:21:15 +0000 |
michael |
Remove unreachable else clause, found by dark shikari.
libavcodec
|
Thu, 18 Dec 2008 11:17:12 +0000 |
michael |
Remove useless IS_8x8DCT check i forgot, spotted by dark shikari.
libavcodec
|
Thu, 18 Dec 2008 11:01:38 +0000 |
michael |
10l, svq3 didnt set h->cbp, this broke decoding a little.
libavcodec
|
Thu, 18 Dec 2008 06:00:12 +0000 |
kostya |
cosmetics: remove one unneeded space
libavcodec
|
Thu, 18 Dec 2008 04:13:02 +0000 |
michael |
Do not calculate idct_dc_add/idct_add when the variables are unused.
libavcodec
|
Thu, 18 Dec 2008 03:04:53 +0000 |
michael |
Remove redundant nnz variable.
libavcodec
|
Thu, 18 Dec 2008 02:56:44 +0000 |
michael |
indent
libavcodec
|
Thu, 18 Dec 2008 02:53:18 +0000 |
michael |
Use the new idct functions (except chroma as it was slower in benchmarks)
libavcodec
|
Thu, 18 Dec 2008 02:36:48 +0000 |
michael |
H.264 idct functions that include the chroma, inter luma and intra16 luma loops
libavcodec
|
Thu, 18 Dec 2008 01:10:51 +0000 |
michael |
Skip non intra luma code when there is no coded luma.
libavcodec
|
Thu, 18 Dec 2008 01:05:06 +0000 |
lorenm |
1.6x faster pred*_vertical_add_c
libavcodec
|
Thu, 18 Dec 2008 00:46:54 +0000 |
michael |
Skip chroma handling when there is no coded chroma.
libavcodec
|
Wed, 17 Dec 2008 20:17:07 +0000 |
kostya |
add const qualifier to some pointers for input data
libavcodec
|
Wed, 17 Dec 2008 20:10:15 +0000 |
kostya |
use precalculated mb_pos where available
libavcodec
|
Wed, 17 Dec 2008 20:00:48 +0000 |
kostya |
Merge deblocking pattern with CBP for RV30/40 loop filtering
libavcodec
|
Wed, 17 Dec 2008 19:39:56 +0000 |
kostya |
Generate correct deblock pattern for RV30
libavcodec
|
Wed, 17 Dec 2008 19:37:45 +0000 |
kostya |
Unfortunately RV30 luma thirdpel MC functions cannot be substituted with
libavcodec
|
Wed, 17 Dec 2008 17:39:35 +0000 |
kostya |
4l: TIFF stores short strings inside tag, do not interpret it is as an offset
libavcodec
|
Wed, 17 Dec 2008 09:47:06 +0000 |
gpoirier |
add AltiVec implementation of int32_to_float_fmul_scalar
libavcodec
|
Wed, 17 Dec 2008 03:41:48 +0000 |
michael |
Fix svq3 decoding, is_complex was not initialized.
libavcodec
|
Wed, 17 Dec 2008 02:53:03 +0000 |
michael |
Replace != 0 || check by |
libavcodec
|
Wed, 17 Dec 2008 02:35:14 +0000 |
michael |
Split filter_mb_dir() out of filter_mb().
libavcodec
|
Wed, 17 Dec 2008 02:30:26 +0000 |
mru |
AC3: fix strict aliasing violation in parser
libavcodec
|
Wed, 17 Dec 2008 02:30:22 +0000 |
mru |
AAC: fix strict aliasing violation in parser
libavcodec
|
Wed, 17 Dec 2008 00:54:54 +0000 |
mru |
ARM: replace "armv4l" with "arm"
libavcodec
|
Wed, 17 Dec 2008 00:39:45 +0000 |
diego |
Remove obsolete and misleading comments.
libavcodec
|
Tue, 16 Dec 2008 22:16:11 +0000 |
michael |
Fix indention, also do a little vertical alignment of changed lines.
libavcodec
|
Tue, 16 Dec 2008 21:35:35 +0000 |
stefano |
Implement av_set_string3().
libavcodec
|
Tue, 16 Dec 2008 21:08:16 +0000 |
michael |
Factorize 3 multiplications out, code becomes 3 cpu cycles faster.
libavcodec
|
Tue, 16 Dec 2008 20:43:39 +0000 |
michael |
Move ENABLE_SMALL back to the per MB check, as otherwise gcc wont remove
libavcodec
|
Tue, 16 Dec 2008 20:26:22 +0000 |
michael |
Do not recalculate constant part of is_complex for every MB.
libavcodec
|
Tue, 16 Dec 2008 20:09:09 +0000 |
michael |
Support the new lossless mode.
libavcodec
|
Tue, 16 Dec 2008 20:00:07 +0000 |
mru |
dct-test: add ARM IDCTs
libavcodec
|
Tue, 16 Dec 2008 19:59:50 +0000 |
mru |
dct-test: add PARTTRANS permutation
libavcodec
|
Tue, 16 Dec 2008 19:39:01 +0000 |
michael |
Horizontal and vertical prediction functions needed for new lossless mode
libavcodec
|
Tue, 16 Dec 2008 08:02:05 +0000 |
benoit |
Add const qualifiers to decode functions.
libavcodec
|
Tue, 16 Dec 2008 07:56:33 +0000 |
benoit |
Fix warning "format not a string literal and no format arguments".
libavcodec
|
Tue, 16 Dec 2008 00:47:59 +0000 |
conrad |
Workaround for shared libs on OS X with Apple gcc 4.0.1
libavcodec
|
Mon, 15 Dec 2008 23:01:54 +0000 |
benoit |
Check extradata is large enough.
libavcodec
|
Mon, 15 Dec 2008 22:48:10 +0000 |
stefano |
Implement the av_set_number2() internal function, which makes possible
libavcodec
|
Mon, 15 Dec 2008 22:40:28 +0000 |
stefano |
Remove ending period in a log message, which was inconsistent with
libavcodec
|
Mon, 15 Dec 2008 22:22:51 +0000 |
diego |
Switch xvmc over to a CONFIG_ option.
libavcodec
|
Mon, 15 Dec 2008 22:14:58 +0000 |
diego |
whitespace cosmetics
libavcodec
|
Mon, 15 Dec 2008 22:12:54 +0000 |
mru |
ARM: NEON optimised h264_idct_dc_add
libavcodec
|
Mon, 15 Dec 2008 22:12:51 +0000 |
mru |
ARM: NEON optimised h264_idct_add
libavcodec
|
Mon, 15 Dec 2008 22:12:47 +0000 |
mru |
ARM: NEON optimised H.264 8x8 and 16x16 qpel MC
libavcodec
|
Mon, 15 Dec 2008 22:12:44 +0000 |
mru |
ARM: NEON optimised H.264 loop filter
libavcodec
|
Mon, 15 Dec 2008 22:12:41 +0000 |
mru |
ARM: NEON optimised {put,avg}_h264_chroma_mc[48]
libavcodec
|
Mon, 15 Dec 2008 22:12:37 +0000 |
mru |
ARM: NEON optimised simple_idct
libavcodec
|
Mon, 15 Dec 2008 22:12:32 +0000 |
mru |
ARM: NEON optimised put_pixels functions
libavcodec
|
Mon, 15 Dec 2008 21:02:17 +0000 |
diego |
Avoid invasion of POSIX-reserved _t namespace.
libavcodec
|
Mon, 15 Dec 2008 17:51:10 +0000 |
kostya |
Fix one peculiar case in Smacker decoding.
libavcodec
|
Mon, 15 Dec 2008 10:08:31 +0000 |
diego |
Avoid POSIX-reserved _t in identifier names.
libavcodec
|
Mon, 15 Dec 2008 01:24:04 +0000 |
michael |
Enable filter_mb_fast if CODEC_FLAG2_FAST is set.
libavcodec
|