Fri, 12 Dec 2008 00:19:14 +0000 |
bcoudurier |
dnxhd get_pixels_8x4_sym sse2
libavcodec
|
Fri, 12 Dec 2008 00:12:59 +0000 |
bcoudurier |
Move get_pixels_8x4 before init func to avoid useless forward declaration.
libavcodec
|
Fri, 12 Dec 2008 00:11:19 +0000 |
bcoudurier |
rename 4x8 to 8x4 to match widthxheight consistently
libavcodec
|
Thu, 11 Dec 2008 23:00:58 +0000 |
aurel |
cosmetics: vertical alignment
libavcodec
|
Thu, 11 Dec 2008 22:56:19 +0000 |
aurel |
avoid POSIX reserved _t suffix
libavcodec
|
Thu, 11 Dec 2008 22:34:14 +0000 |
aurel |
avoid POSIX reserved _t suffix
libavcodec
|
Thu, 11 Dec 2008 21:45:41 +0000 |
michael |
s/qp_t/qp_tt/ to avoid bad examples that could lead to issues with reserved
libavcodec
|
Thu, 11 Dec 2008 19:36:25 +0000 |
vitor |
Avoid POSIX reserved _t suffix.
libavcodec
|
Thu, 11 Dec 2008 19:27:53 +0000 |
vitor |
Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix.
libavcodec
|
Thu, 11 Dec 2008 01:32:24 +0000 |
bcoudurier |
move structure definitions in their own header
libavcodec
|
Thu, 11 Dec 2008 01:16:01 +0000 |
bcoudurier |
cosmetics
libavcodec
|
Thu, 11 Dec 2008 01:15:00 +0000 |
bcoudurier |
use dsp clear_block
libavcodec
|
Thu, 11 Dec 2008 01:14:32 +0000 |
bcoudurier |
use dsp clear_block
libavcodec
|
Thu, 11 Dec 2008 00:33:02 +0000 |
conrad |
Fix compilation with only Theora decoder enabled
libavcodec
|
Thu, 11 Dec 2008 00:11:02 +0000 |
reynaldo |
Avoid the 'Claimed bitrate and buffer size mismatch' warning storm.
libavcodec
|
Wed, 10 Dec 2008 21:35:17 +0000 |
lorenm |
clear_block mmx
libavcodec
|
Wed, 10 Dec 2008 21:26:00 +0000 |
lorenm |
fix progressive jpeg:
libavcodec
|
Wed, 10 Dec 2008 00:50:59 +0000 |
mru |
AAC: move scratch array to context to ensure 16-byte alignment
libavcodec
|
Tue, 09 Dec 2008 20:11:37 +0000 |
diego |
Remove useless inline qualifier, fixes linking with gcc 4.3.
libavcodec
|
Tue, 09 Dec 2008 17:14:42 +0000 |
superdump |
AAC: Use a sign LUT rather than 1-2*get_bits1()
libavcodec
|
Tue, 09 Dec 2008 17:08:40 +0000 |
superdump |
AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net speed gain.
libavcodec
|
Tue, 09 Dec 2008 11:35:08 +0000 |
superdump |
AAC: Remove unnecessary fabsf()
libavcodec
|
Mon, 08 Dec 2008 21:21:38 +0000 |
stefano |
Make av_log_missing_feature an internal function, and change its name
libavcodec
|
Mon, 08 Dec 2008 03:15:10 +0000 |
jbr |
cosmetics: alignment after last commit
libavcodec
|
Mon, 08 Dec 2008 03:13:20 +0000 |
jbr |
ac3: detect dba errors and prevent writing past end of array
libavcodec
|
Sun, 07 Dec 2008 16:30:08 +0000 |
kostya |
Do not attempt to decode RV30/40 B-frames without anchors.
libavcodec
|
Sun, 07 Dec 2008 00:58:41 +0000 |
ramiro |
mlp: cosmetics: remove {}s over one-lined if.
libavcodec
|
Sun, 07 Dec 2008 00:57:26 +0000 |
ramiro |
mlp: support bit-depths greater than 16 by default.
libavcodec
|
Sat, 06 Dec 2008 16:33:16 +0000 |
jbr |
ac3dec: simplify exponent bounds checking
libavcodec
|
Sat, 06 Dec 2008 16:28:48 +0000 |
ramiro |
mlp: Fix compilation under CONFIG_AUDIO_NONSHORT.
libavcodec
|
Sat, 06 Dec 2008 16:19:44 +0000 |
jbr |
ac3dec: add missing feature log message for block start info
libavcodec
|
Sat, 06 Dec 2008 16:18:10 +0000 |
jbr |
ac3dec: use skip_bits_long() for block start bits
libavcodec
|
Sat, 06 Dec 2008 15:46:23 +0000 |
jbr |
ac3dec: unroll inner loop in exponent decoding. 46% faster decode_exponents().
libavcodec
|
Sat, 06 Dec 2008 15:38:21 +0000 |
jbr |
cosmetics: vertical alignment
libavcodec
|
Sat, 06 Dec 2008 15:37:04 +0000 |
jbr |
cosmetics: reindent after last commit
libavcodec
|
Sat, 06 Dec 2008 15:36:23 +0000 |
jbr |
ac3dec: detect out-of-range exponents
libavcodec
|
Sat, 06 Dec 2008 13:42:00 +0000 |
mru |
ARM: remove some useless comments
libavcodec
|
Sat, 06 Dec 2008 09:05:30 +0000 |
kostya |
Make decoding run of pixels in MS RLE saner.
libavcodec
|
Sat, 06 Dec 2008 09:01:11 +0000 |
kostya |
Print out some errors found during MS RLE decoding
libavcodec
|
Sat, 06 Dec 2008 08:57:31 +0000 |
kostya |
AASC can contain raw data in addition to MS-RLE
libavcodec
|
Fri, 05 Dec 2008 21:44:18 +0000 |
michael |
Check that cpb_count is within the allowed range.
libavcodec
|
Fri, 05 Dec 2008 14:55:43 +0000 |
michael |
Fix FF_OPT_TYPE_INT64 support of defaults.
libavcodec
|
Fri, 05 Dec 2008 07:58:31 +0000 |
benoit |
Fix an overflow in the predictor.
libavcodec
|
Thu, 04 Dec 2008 20:24:22 +0000 |
reynaldo |
Silence some ICC warnings. Patch by Vitor Sessak.
libavcodec
|
Thu, 04 Dec 2008 15:08:44 +0000 |
reynaldo |
Add expected const qualifier on 'buf' to match AVCodec.decode's declaration.
libavcodec
|
Thu, 04 Dec 2008 14:54:55 +0000 |
reynaldo |
COSMETICS, add missing remarks crediting Ben and Kenan
libavcodec
|
Thu, 04 Dec 2008 14:43:42 +0000 |
kostya |
Fraps version 3 seems to be the same as Fraps v5
libavcodec
|
Thu, 04 Dec 2008 02:59:11 +0000 |
bcoudurier |
partial WRAW fourcc support, might need image flipping
libavcodec
|
Thu, 04 Dec 2008 02:56:25 +0000 |
jbr |
silence gcc warning: ¡Æn_bands¡Ç may be used uninitialized
libavcodec
|
Thu, 04 Dec 2008 02:51:39 +0000 |
jbr |
ac3dec: use uint8_t for band sizes
libavcodec
|
Thu, 04 Dec 2008 01:38:12 +0000 |
reynaldo |
Removes misleading const qualifier, gets rid of two compiler warnings
libavcodec
|
Wed, 03 Dec 2008 20:16:01 +0000 |
mru |
ARM: convert VFP code to UAL syntax
libavcodec
|
Wed, 03 Dec 2008 17:43:39 +0000 |
michael |
Implement complexity estimation parsing and try to detect an incorrectly set
libavcodec
|
Wed, 03 Dec 2008 15:23:30 +0000 |
diego |
Delete unnecessary 'extern' keywords.
libavcodec
|
Wed, 03 Dec 2008 03:34:31 +0000 |
jbr |
ac3dec: skip decoding and use error concealment for remaining blocks in
libavcodec
|
Wed, 03 Dec 2008 01:14:06 +0000 |
ramiro |
mlp: initialize all CRC tables in a common function.
libavcodec
|
Tue, 02 Dec 2008 18:26:55 +0000 |
reynaldo |
Trivial rephrasing, avoids too long line
libavcodec
|
Tue, 02 Dec 2008 18:25:17 +0000 |
reynaldo |
Trivial, Cosmetics, mostly brace placement changes
libavcodec
|
Tue, 02 Dec 2008 18:14:53 +0000 |
kostya |
Fix reading out of buffer during RV30/40 deblock mask calculation
libavcodec
|
Tue, 02 Dec 2008 18:12:48 +0000 |
kostya |
34l: forgot to change one case of chroma MC for RV40
libavcodec
|
Tue, 02 Dec 2008 17:39:20 +0000 |
kostya |
Check RV30/40 slice offsets to be inside buffer.
libavcodec
|
Tue, 02 Dec 2008 17:35:38 +0000 |
kostya |
Update ff_rv34_decode_frame() arguments definition
libavcodec
|
Tue, 02 Dec 2008 17:34:26 +0000 |
kostya |
Remove unused RV40 spatial intra prediction function
libavcodec
|
Tue, 02 Dec 2008 16:48:05 +0000 |
vitor |
Commit last ok'ed parts of QCELP decoder and enable it.
libavcodec
|
Tue, 02 Dec 2008 10:43:08 +0000 |
michael |
Fix regression test failure with pthreads on multiprocessor systems.
libavcodec
|
Mon, 01 Dec 2008 22:07:00 +0000 |
vitor |
More OKed parts of the QCELP decoder
libavcodec
|
Mon, 01 Dec 2008 20:45:29 +0000 |
vitor |
Remove hack added to make "make checkheaders" pass, it is unneeded now
libavcodec
|
Mon, 01 Dec 2008 20:43:22 +0000 |
vitor |
More OKed parts of the QCELP decoder
libavcodec
|
Mon, 01 Dec 2008 16:24:19 +0000 |
michael |
Get rid of now unneeded pps/sps correctness code as pps/sps will not
libavcodec
|
Mon, 01 Dec 2008 16:04:03 +0000 |
michael |
Allocate parameter sets sanely instead of using alloc_parameter_set().
libavcodec
|
Mon, 01 Dec 2008 06:40:36 +0000 |
kostya |
enable RV40 decoder
libavcodec
|
Mon, 01 Dec 2008 06:36:22 +0000 |
kostya |
RV40 MC functions
libavcodec
|
Sun, 30 Nov 2008 23:51:02 +0000 |
michael |
Fix segfault due to deallocated entries in delayed_pic after size change.
libavcodec
|
Sun, 30 Nov 2008 17:18:17 +0000 |
vitor |
More OKed parts of the QCELP decoder
libavcodec
|
Sun, 30 Nov 2008 17:00:08 +0000 |
diego |
Handle AltiVec objects in a more elegant fashion, similar to MMX.
libavcodec
|
Sun, 30 Nov 2008 16:57:28 +0000 |
diego |
Remove ineffectual hack that attempts to build ppc/check_altivec.o without
libavcodec
|
Sat, 29 Nov 2008 14:08:48 +0000 |
stefano |
Implement the fields rc_max_available_vbv_use and
libavcodec
|
Sat, 29 Nov 2008 10:06:37 +0000 |
kostya |
Add support for parsing and decoding DCA-HD streams.
libavcodec
|
Sat, 29 Nov 2008 06:24:47 +0000 |
kostya |
RV40 loop filter
libavcodec
|
Sat, 29 Nov 2008 06:22:31 +0000 |
kostya |
Invoke future RV30/40 loop filter for already decoded rows instead of
libavcodec
|
Fri, 28 Nov 2008 00:32:24 +0000 |
diego |
Do not duplicate AAN DCT tables in dct-test.c.
libavcodec
|
Fri, 28 Nov 2008 00:00:11 +0000 |
diego |
Add missing '-test' in name of imgresample test.
libavcodec
|
Thu, 27 Nov 2008 07:26:26 +0000 |
kostya |
Fix RV40 chroma MC
libavcodec
|
Wed, 26 Nov 2008 15:09:05 +0000 |
diego |
Only build the imgresample test if the old scaler was enabled.
libavcodec
|
Wed, 26 Nov 2008 15:07:03 +0000 |
diego |
Automatically check the dependencies for the AAN DCT tables.
libavcodec
|
Wed, 26 Nov 2008 13:38:13 +0000 |
diego |
Move aanscales tables to their own file; fixes compilation without encoders.
libavcodec
|
Wed, 26 Nov 2008 13:28:30 +0000 |
diego |
cosmetics: Rename aanscales to ff_aanscales, it will soon be externally visible.
libavcodec
|
Wed, 26 Nov 2008 10:22:55 +0000 |
diego |
Move encoder-specific quantize_c and related tables to the H.264 encoder.
libavcodec
|
Tue, 25 Nov 2008 07:34:20 +0000 |
reimar |
Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq (x86_64),
libavcodec
|
Tue, 25 Nov 2008 00:20:49 +0000 |
mru |
snow: move scratch buffer from stack to malloced buffer in context
libavcodec
|
Mon, 24 Nov 2008 21:31:01 +0000 |
diego |
Disable unused code for now to allow 'make checkheaders' to pass.
libavcodec
|
Mon, 24 Nov 2008 21:29:07 +0000 |
diego |
Add missing headers to get 'make checkheaders' closer to passing.
libavcodec
|
Mon, 24 Nov 2008 19:08:02 +0000 |
mru |
svq1enc: move scratch buffer from stack to context to ensure alignment
libavcodec
|
Mon, 24 Nov 2008 19:00:55 +0000 |
mru |
flashsv: use skip_bits_long() where required
libavcodec
|
Mon, 24 Nov 2008 18:49:50 +0000 |
bcoudurier |
move decoder initialization in separate function, earlier failure detection
libavcodec
|
Mon, 24 Nov 2008 16:33:11 +0000 |
diego |
Make non-void replacement functions actually return a value.
libavcodec
|
Mon, 24 Nov 2008 16:08:21 +0000 |
diego |
Move #defines that are mostly used in h264.c out of h264data.h and into h264.h.
libavcodec
|
Mon, 24 Nov 2008 15:53:16 +0000 |
diego |
Use golomb_to_pict_type instead of its duplicate, slice_type_map.
libavcodec
|
Mon, 24 Nov 2008 12:39:02 +0000 |
diego |
cosmetics: Align table for better readability.
libavcodec
|
Mon, 24 Nov 2008 11:24:02 +0000 |
kostya |
Some BMP files have file size declared in the header equal to headers size
libavcodec
|
Mon, 24 Nov 2008 10:58:32 +0000 |
kostya |
Give more meaningful message on BMP header parsing error
libavcodec
|
Mon, 24 Nov 2008 10:53:13 +0000 |
kostya |
Add known BMP header sizes.
libavcodec
|
Mon, 24 Nov 2008 09:28:55 +0000 |
mru |
Add shift argument to MULL() macro
libavcodec
|
Mon, 24 Nov 2008 00:14:33 +0000 |
superdump |
AAC: Cosmetics after last commit
libavcodec
|
Mon, 24 Nov 2008 00:13:50 +0000 |
superdump |
AAC: Frequency domain prediction and hence Main profile support
libavcodec
|
Sun, 23 Nov 2008 19:36:44 +0000 |
kostya |
Strong filtering function for future RV40 loop filter
libavcodec
|
Sun, 23 Nov 2008 19:11:44 +0000 |
mru |
ARM: move dct_unquantize_h263_*_armv5te asm to separate file
libavcodec
|
Sat, 22 Nov 2008 16:36:50 +0000 |
diego |
cosmetics: indentation, prettyprinting
libavcodec
|
Sat, 22 Nov 2008 16:03:20 +0000 |
diego |
cosmetics: consistent function declarations
libavcodec
|
Sat, 22 Nov 2008 15:57:59 +0000 |
diego |
cosmetics: Put statements after 'if' on their own line.
libavcodec
|
Sat, 22 Nov 2008 00:29:49 +0000 |
reynaldo |
Trivial, Cosmetics
libavcodec
|
Sat, 22 Nov 2008 00:27:26 +0000 |
reynaldo |
Trivial, Cosmetics
libavcodec
|