Tue, 23 Dec 2008 00:38:45 +0000 |
michael |
Optimize 0 0 0-3 search, 45% faster on pentium dual.
libavcodec
|
Mon, 22 Dec 2008 22:39:55 +0000 |
andoma |
Revert r16257:
libavcodec
|
Mon, 22 Dec 2008 17:14:13 +0000 |
michael |
Simplify decode_cabac_mb_ref() a little bit, 2 cpu cycles faster on
libavcodec
|
Mon, 22 Dec 2008 16:56:05 +0000 |
michael |
Indent
libavcodec
|
Mon, 22 Dec 2008 16:46:17 +0000 |
michael |
inline decode_cabac_mb_type for I & P frames, 9 cycles faster on pentium dual.
libavcodec
|
Mon, 22 Dec 2008 16:20:13 +0000 |
michael |
Negate 2 more variables, 1 cpu cycle faster on pentium dual.
libavcodec
|
Mon, 22 Dec 2008 16:14:06 +0000 |
michael |
Simplify if/else, no speed change
libavcodec
|
Mon, 22 Dec 2008 16:10:35 +0000 |
michael |
Negate a few variables, this simplifies the code and makes it 5 cycles faster
libavcodec
|
Mon, 22 Dec 2008 15:54:27 +0000 |
michael |
Simplify ifs(), 8 cpu cycles faster on pentium dual
libavcodec
|
Mon, 22 Dec 2008 15:53:00 +0000 |
michael |
Simplify if(), 3 cpu cycles faster in pentium dual.
libavcodec
|
Mon, 22 Dec 2008 09:12:42 +0000 |
diego |
Rename libavcodec/i386/ --> libavcodec/x86/.
libavcodec
|
Mon, 22 Dec 2008 06:50:18 +0000 |
kostya |
Decode TIFF image only after all tags have been decoded
libavcodec
|
Mon, 22 Dec 2008 06:47:51 +0000 |
kostya |
Some TIFFs declare -1 for the single strip height
libavcodec
|
Mon, 22 Dec 2008 06:43:14 +0000 |
kostya |
Add monochrome TIFF support
libavcodec
|
Mon, 22 Dec 2008 06:39:31 +0000 |
kostya |
Calculate line size variable correctly for lower bitdepths and use it for raw data copying
libavcodec
|
Mon, 22 Dec 2008 06:36:10 +0000 |
kostya |
Register TIFF tags for CCITT Group 3 and 4 compression options
libavcodec
|
Mon, 22 Dec 2008 00:10:36 +0000 |
diego |
Remove a bunch of unused variables.
libavcodec
|
Mon, 22 Dec 2008 00:03:30 +0000 |
diego |
Use ARCH_X86_32 instead of !ARCH_X86_64, it is more straightforward.
libavcodec
|
Mon, 22 Dec 2008 00:01:39 +0000 |
diego |
Fix incorrectly constructed Dirac parse units that caused A/V sync loss.
libavcodec
|
Sun, 21 Dec 2008 23:56:55 +0000 |
diego |
Do not use full include path for headers in the same directory.
libavcodec
|
Sun, 21 Dec 2008 23:50:16 +0000 |
michael |
Change mpeg audio parser so it only sets frame_size, channels and bit_rate
libavcodec
|
Sun, 21 Dec 2008 21:53:42 +0000 |
andoma |
Include "libavutil/common.h" where we use llrint() in case ffmpeg's
libavcodec
|
Sun, 21 Dec 2008 21:47:29 +0000 |
michael |
Fix PTS returned by the demuxers for mpeg4 without a decoder.
libavcodec
|
Sun, 21 Dec 2008 21:30:36 +0000 |
michael |
Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header().
libavcodec
|
Sun, 21 Dec 2008 17:49:40 +0000 |
michael |
Remove useless code.
libavcodec
|
Sun, 21 Dec 2008 15:58:42 +0000 |
michael |
Only execute clear_blocks() when needed.
libavcodec
|
Sun, 21 Dec 2008 05:32:55 +0000 |
superdump |
AAC: Reindent after last commit
libavcodec
|
Sun, 21 Dec 2008 05:28:14 +0000 |
superdump |
AAC: Fix AAC prediction when used in conjunction with the CPE
libavcodec
|
Sun, 21 Dec 2008 05:08:32 +0000 |
superdump |
AAC: Don't write an illegal sampling_index in a PCE to the MPEG4AudioConfig
libavcodec
|
Sat, 20 Dec 2008 23:11:30 +0000 |
michael |
Optimize get_dct8x8_allowed().
libavcodec
|
Sat, 20 Dec 2008 18:06:01 +0000 |
kostya |
RV30 decoder
libavcodec
|
Sat, 20 Dec 2008 06:09:54 +0000 |
kostya |
RV30 loop filter
libavcodec
|
Sat, 20 Dec 2008 02:38:34 +0000 |
reynaldo |
Cosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp: silence handling'
libavcodec
|
Fri, 19 Dec 2008 22:37:56 +0000 |
stefano |
Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functions
libavcodec
|
Fri, 19 Dec 2008 22:29:30 +0000 |
stefano |
Remove calls to deprecated av_set_string2() with calls to
libavcodec
|
Fri, 19 Dec 2008 14:49:17 +0000 |
darkshikari |
H.264 loopfilter speed tweaks
libavcodec
|
Fri, 19 Dec 2008 13:45:13 +0000 |
darkshikari |
Port x264 deblocking code to libavcodec.
libavcodec
|
Fri, 19 Dec 2008 09:34:18 +0000 |
michael |
Document new idct requirements.
libavcodec
|
Fri, 19 Dec 2008 09:21:54 +0000 |
michael |
Fix decoding with the plain C idcts of
libavcodec
|
Fri, 19 Dec 2008 06:29:35 +0000 |
kostya |
a table for upcoming RV30 loop filtering
libavcodec
|
Fri, 19 Dec 2008 03:01:08 +0000 |
darkshikari |
Add automatic prefix handling to yasm functions. Does nothing now, but will
libavcodec
|
Fri, 19 Dec 2008 02:28:51 +0000 |
michael |
Replace /2 by >>1 in decode_cabac_mb_dqp()
libavcodec
|
Fri, 19 Dec 2008 02:00:33 +0000 |
michael |
Simplify ctx update in decode_cabac_mb_dqp().
libavcodec
|
Fri, 19 Dec 2008 01:50:20 +0000 |
michael |
Simplify ctx calculation in decode_cabac_mb_dqp()
libavcodec
|
Fri, 19 Dec 2008 01:11:52 +0000 |
astrange |
Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of NALs in rbsp_buffer.
libavcodec
|
Fri, 19 Dec 2008 00:44:51 +0000 |
darkshikari |
Move filter_luma_intra into dsputil for later addition of asm.
libavcodec
|
Fri, 19 Dec 2008 00:43:30 +0000 |
darkshikari |
Simplify chroma AC in CABAC residual decoding.
libavcodec
|
Fri, 19 Dec 2008 00:05:39 +0000 |
michael |
Optimize ctx calculation in decode_cabac_mb_mvd(), code by dark shikari.
libavcodec
|
Thu, 18 Dec 2008 23:52:32 +0000 |
michael |
Remove unacceptable NULL pointer hack from mc code.
libavcodec
|
Thu, 18 Dec 2008 23:31:10 +0000 |
michael |
Check ref values in CABAC H.264 for validity.
libavcodec
|
Thu, 18 Dec 2008 18:25:11 +0000 |
michael |
Move idct_(dc)add closer to where it is needed.
libavcodec
|
Thu, 18 Dec 2008 18:14:38 +0000 |
michael |
indent
libavcodec
|
Thu, 18 Dec 2008 18:12:59 +0000 |
michael |
Reorder ifs in chroma hl_decode_mb to avoid a duplicate transform_bypass
libavcodec
|
Thu, 18 Dec 2008 17:42:44 +0000 |
michael |
s/h->cbp_table[mb_xy]/h->cbp/
libavcodec
|
Thu, 18 Dec 2008 16:11:19 +0000 |
michael |
Faster CAVLC decoding of trailing_ones. Based on a patch by dark shikari.
libavcodec
|
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
|
Mon, 15 Dec 2008 00:00:16 +0000 |
aurel |
vp56: don't reset dimensions to 0 in codec init
libavcodec
|
Sun, 14 Dec 2008 21:38:03 +0000 |
stefano |
Move documentation of avcodec_register_all() from allcodecs.c to
libavcodec
|
Sun, 14 Dec 2008 21:34:12 +0000 |
stefano |
Remove set_all_opt() and its use in av_set_string2(). Make
libavcodec
|
Sun, 14 Dec 2008 20:04:41 +0000 |
stefano |
Document register_avcodec().
libavcodec
|
Sun, 14 Dec 2008 20:04:00 +0000 |
stefano |
Make register_avcodec() call avcodec_init().
libavcodec
|
Sun, 14 Dec 2008 19:36:38 +0000 |
stefano |
Use a more explicit "codec" rather than "format" as the parameter of
libavcodec
|
Sun, 14 Dec 2008 16:41:51 +0000 |
aurel |
indeo3: replace sizeof(struct ...) by sizeof(*var)
libavcodec
|
Sun, 14 Dec 2008 15:48:01 +0000 |
diego |
cosmetics: typo/grammar/wording/whitespace fixes
libavcodec
|
Sun, 14 Dec 2008 12:30:34 +0000 |
diego |
Prevent shift overflow, patch by Anders Grnberg, galileo.m2 gmail com.
libavcodec
|