Sun, 18 Jan 2009 05:52:15 +0000 |
mru |
Alpha: indentation
libavcodec
|
Sun, 18 Jan 2009 05:52:12 +0000 |
mru |
Alpha: proper IDCT selection
libavcodec
|
Sun, 18 Jan 2009 05:52:08 +0000 |
mru |
Alpha: add some const, kill some warnings
libavcodec
|
Sat, 17 Jan 2009 21:44:58 +0000 |
mru |
Alpha: factor common parts from dct_unquantize_h263_intra/inter_axp
libavcodec
|
Sat, 17 Jan 2009 21:44:56 +0000 |
mru |
Alpha: fix dct_unquantize_h263_inter/intra_axp()
libavcodec
|
Sat, 17 Jan 2009 20:08:43 +0000 |
stefang |
added demuxer for FunCom ISS audio files,
libavcodec
|
Sat, 17 Jan 2009 20:06:08 +0000 |
vitor |
Use shared sine window instead of defining another one.
libavcodec
|
Sat, 17 Jan 2009 12:51:26 +0000 |
cehoyos |
Fix compilation with --enable-libxvid.
libavcodec
|
Sat, 17 Jan 2009 12:21:01 +0000 |
aurel |
remove ff_get_fourcc() and use AV_RL32() instead
libavcodec
|
Sat, 17 Jan 2009 11:13:33 +0000 |
aurel |
export gcd function as av_gcd()
libavcodec
|
Sat, 17 Jan 2009 01:17:04 +0000 |
cehoyos |
Remove CODEC_ID_H264_VDPAU.
libavcodec
|
Fri, 16 Jan 2009 20:46:38 +0000 |
stefang |
remove duplicate tables
libavcodec
|
Fri, 16 Jan 2009 17:58:38 +0000 |
stefang |
use assignment of structure instead of memcpy
libavcodec
|
Fri, 16 Jan 2009 17:46:19 +0000 |
kostya |
WavPack hybrid mode support
libavcodec
|
Fri, 16 Jan 2009 17:45:54 +0000 |
stefang |
rename XXX_t enums to cavs_XXX to fix POSIX namespace issue
libavcodec
|
Fri, 16 Jan 2009 17:20:17 +0000 |
stefang |
rename vector_t to cavs_vector
libavcodec
|
Fri, 16 Jan 2009 16:50:32 +0000 |
cehoyos |
Add mpeg1_vdpau decoder.
libavcodec
|
Fri, 16 Jan 2009 16:20:42 +0000 |
benoit |
Split ff_log_missing_feature into ff_log_missing_feature
libavcodec
|
Fri, 16 Jan 2009 02:50:20 +0000 |
cehoyos |
12l: Fix compilation with --disable-vdpau.
libavcodec
|
Fri, 16 Jan 2009 02:14:07 +0000 |
cehoyos |
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can
libavcodec
|
Fri, 16 Jan 2009 00:03:51 +0000 |
aurel |
explicitly disable CONFIG_AUDIO_NONSHORT
libavcodec
|
Wed, 14 Jan 2009 23:20:43 +0000 |
aurel |
WORDS_BIGENDIAN must be checked with #ifdef
libavcodec
|
Wed, 14 Jan 2009 21:41:05 +0000 |
aurel |
simplify: group all the AUDIO_NONSHORT parameters in the same place
libavcodec
|
Wed, 14 Jan 2009 21:34:48 +0000 |
aurel |
libavutil/lzo.h is a local header
libavcodec
|
Wed, 14 Jan 2009 17:19:17 +0000 |
aurel |
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
libavcodec
|
Wed, 14 Jan 2009 09:26:07 +0000 |
mru |
Fix mpeg audio regression test failure
libavcodec
|
Wed, 14 Jan 2009 07:57:12 +0000 |
diego |
Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_.
libavcodec
|
Wed, 14 Jan 2009 07:55:43 +0000 |
diego |
Remove one more forgotten instance of USE_HIGHPRECISION indirection.
libavcodec
|
Wed, 14 Jan 2009 00:48:17 +0000 |
diego |
Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.
libavcodec
|
Wed, 14 Jan 2009 00:27:43 +0000 |
bcoudurier |
cleanup gif, use BISTREAM_WRITER_LE
libavcodec
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavcodec
|
Tue, 13 Jan 2009 21:13:45 +0000 |
michael |
Avoid using sub_id in mpeg1/2video.
libavcodec
|
Tue, 13 Jan 2009 19:38:54 +0000 |
michael |
Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.
libavcodec
|
Tue, 13 Jan 2009 19:35:34 +0000 |
michael |
Let the mpeg audio parser correct the codec_id.
libavcodec
|
Tue, 13 Jan 2009 19:32:08 +0000 |
michael |
Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders.
libavcodec
|
Tue, 13 Jan 2009 19:13:08 +0000 |
michael |
Add CODEC_ID_MP1.
libavcodec
|
Tue, 13 Jan 2009 08:05:40 +0000 |
kostya |
VC-1 display dimensions should affect coded dimensions only (I think)
libavcodec
|
Tue, 13 Jan 2009 08:03:45 +0000 |
kostya |
Print VC-1 aspect ratio in debug
libavcodec
|
Tue, 13 Jan 2009 08:02:31 +0000 |
kostya |
421l: fix loop filter for P-frames in VC-1
libavcodec
|
Tue, 13 Jan 2009 08:00:37 +0000 |
kostya |
Cinepak strip ID is a single byte
libavcodec
|
Tue, 13 Jan 2009 06:43:46 +0000 |
kostya |
Cinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought earlier.
libavcodec
|
Tue, 13 Jan 2009 00:14:43 +0000 |
aurel |
add the necessary include for LIBAV*_VERSION_*
libavcodec
|
Mon, 12 Jan 2009 20:37:49 +0000 |
mru |
ARM: use push/pop pseudo-instructions in simple_idct_armv6.S
libavcodec
|
Mon, 12 Jan 2009 20:37:39 +0000 |
mru |
ARM: simple_idct_armv6.S whitespace cosmetics
libavcodec
|
Mon, 12 Jan 2009 20:37:33 +0000 |
mru |
ARM: clean up pc-relative references in simple_idct_armv6.S
libavcodec
|
Mon, 12 Jan 2009 20:37:29 +0000 |
mru |
ARM: use rX register names in simple_idct_armv6.S
libavcodec
|
Sun, 11 Jan 2009 23:26:52 +0000 |
stefano |
Add missing inclusion of libavutil/intreadwrite.h, fix compilation when
libavcodec
|
Sun, 11 Jan 2009 22:19:48 +0000 |
diego |
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
libavcodec
|
Sun, 11 Jan 2009 20:12:14 +0000 |
diego |
Add missing #include to fix 'make checkheaders'.
libavcodec
|
Sun, 11 Jan 2009 16:35:04 +0000 |
michael |
Increase BUFFER_SIZE.
libavcodec
|
Sun, 11 Jan 2009 16:17:36 +0000 |
michael |
fix indention
libavcodec
|
Sun, 11 Jan 2009 16:16:33 +0000 |
michael |
All negative values are errors not just -1.
libavcodec
|
Sun, 11 Jan 2009 10:50:00 +0000 |
kostya |
30l: when reading mb_offset in RV30 slice header its size
libavcodec
|
Sun, 11 Jan 2009 10:40:05 +0000 |
banan |
Add size that is needed for the wmapro codec
libavcodec
|
Sun, 11 Jan 2009 08:03:45 +0000 |
kostya |
RV30 decoder passes possible frame sizes in extradata and selects
libavcodec
|
Sun, 11 Jan 2009 00:48:20 +0000 |
cehoyos |
Remove H264Context from vdpau_internal.h.
libavcodec
|
Sat, 10 Jan 2009 23:17:07 +0000 |
cehoyos |
Fix OBJS-$(CONFIG_H264_VDPAU_DECODER).
libavcodec
|
Sat, 10 Jan 2009 23:00:48 +0000 |
cehoyos |
Cosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vdpau_add_data_chunk.
libavcodec
|
Sat, 10 Jan 2009 22:57:51 +0000 |
cehoyos |
Use only MpegEncContext in ff_vdpau_h264_add_data_chunk.
libavcodec
|
Sat, 10 Jan 2009 22:55:26 +0000 |
cehoyos |
Cosmetics: Break long line.
libavcodec
|
Sat, 10 Jan 2009 09:55:55 +0000 |
cehoyos |
Fill range_map* in VC1Context.
libavcodec
|
Sat, 10 Jan 2009 09:53:21 +0000 |
stefano |
Move the AVCodecContext options definition to a dedicated file, reduce
libavcodec
|
Sat, 10 Jan 2009 02:45:07 +0000 |
cehoyos |
Move vdpau_h264_set_reference_frames() call from vdpauvideo.c into h264.c.
libavcodec
|
Fri, 09 Jan 2009 22:22:40 +0000 |
cehoyos |
Move VDPAU check, make future VDPAU patches smaller.
libavcodec
|
Fri, 09 Jan 2009 16:51:21 +0000 |
cehoyos |
Add refdist_flag to VC1Context.
libavcodec
|
Fri, 09 Jan 2009 03:05:11 +0000 |
mru |
SH4: fix typo in asm constraint
libavcodec
|
Wed, 07 Jan 2009 23:48:32 +0000 |
cehoyos |
Rename ff_VDPAU as ff_vdpau.
libavcodec
|
Wed, 07 Jan 2009 23:42:07 +0000 |
cehoyos |
Rename bitstreamBuffers* as bitstream_buffers*
libavcodec
|
Wed, 07 Jan 2009 23:38:54 +0000 |
ramiro |
configure: allow to disable sse code.
libavcodec
|
Wed, 07 Jan 2009 23:03:04 +0000 |
diego |
Only #include svq3.c if the SVQ3 decoder is enabled.
libavcodec
|
Wed, 07 Jan 2009 22:54:59 +0000 |
diego |
The SVQ3 decoder uses ff_svq1_packet_checksum from svq1dec.c.
libavcodec
|
Wed, 07 Jan 2009 22:09:21 +0000 |
superdump |
Support ADTS AAC files in the ffaac decoder (limited to streams containing one
libavcodec
|
Wed, 07 Jan 2009 19:55:08 +0000 |
michael |
Document the need of buf=NULL buf_size=0 at the end to obtain all frames.
libavcodec
|
Wed, 07 Jan 2009 18:42:24 +0000 |
diego |
Add missing headers to allow 'make checkheaders' to pass.
libavcodec
|
Wed, 07 Jan 2009 18:24:16 +0000 |
diego |
Use <> instead of "" for system headers.
libavcodec
|
Wed, 07 Jan 2009 18:10:10 +0000 |
superdump |
Factorise enum of AC3 error types to be usable by AAC in the ADTS patch that
libavcodec
|
Wed, 07 Jan 2009 13:54:26 +0000 |
gpoirier |
Add AltiVec versions of h264_idct_add(8|16|16intra),
libavcodec
|
Wed, 07 Jan 2009 01:58:04 +0000 |
diego |
Disable SVQ3 checks if SVQ3 support is not compiled in.
libavcodec
|
Tue, 06 Jan 2009 23:03:33 +0000 |
gpoirier |
Add Altivec version of vector_fmul_window.
libavcodec
|
Tue, 06 Jan 2009 22:29:26 +0000 |
gpoirier |
add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4)
libavcodec
|
Tue, 06 Jan 2009 22:01:57 +0000 |
aurel |
ensure that no GPL code is linked to LGPL only libavcodec
libavcodec
|
Tue, 06 Jan 2009 18:58:18 +0000 |
cehoyos |
Rename mpeg_set_pixelformat() as mpeg_get_pixelformat().
libavcodec
|
Tue, 06 Jan 2009 15:16:33 +0000 |
cehoyos |
Factorise setting of avctx->pix_fmt.
libavcodec
|
Tue, 06 Jan 2009 12:51:35 +0000 |
gpoirier |
Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.h
libavcodec
|
Tue, 06 Jan 2009 10:44:45 +0000 |
gpoirier |
fix compilation with GCC-4.3+
libavcodec
|
Tue, 06 Jan 2009 10:35:06 +0000 |
gpoirier |
offset and weights are signed, fixes some non-bitexact issues.
libavcodec
|
Tue, 06 Jan 2009 10:13:25 +0000 |
cehoyos |
1l: Forgot to rename header guard.
libavcodec
|
Mon, 05 Jan 2009 23:25:58 +0000 |
cehoyos |
Export VDPAU support by installing vdpau.h.
libavcodec
|
Mon, 05 Jan 2009 23:23:32 +0000 |
cehoyos |
Rename vdpau_render.h as vdpau.h.
libavcodec
|
Mon, 05 Jan 2009 23:15:14 +0000 |
gpoirier |
add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4)
libavcodec
|
Mon, 05 Jan 2009 22:13:42 +0000 |
gpoirier |
AltiVec version of h264_idct(8)_dc_add
libavcodec
|
Mon, 05 Jan 2009 18:44:32 +0000 |
cehoyos |
Ministry of English Composition treatment: s/Alloced/Allocated
libavcodec
|
Mon, 05 Jan 2009 14:46:04 +0000 |
cehoyos |
Remove leading underscore from union declaration.
libavcodec
|
Mon, 05 Jan 2009 13:57:43 +0000 |
diego |
Add missing 'void' keyword to parameterless function declarations.
libavcodec
|
Mon, 05 Jan 2009 11:49:15 +0000 |
diego |
spelling/grammar and whitespace cosmetics
libavcodec
|
Mon, 05 Jan 2009 08:46:59 +0000 |
cehoyos |
50l: Reenable error resilience for H264 (Patch by Dark Shikari).
libavcodec
|
Mon, 05 Jan 2009 00:48:44 +0000 |
cehoyos |
Cosmetics: Fix indentation.
libavcodec
|
Mon, 05 Jan 2009 00:31:39 +0000 |
cehoyos |
100l: Add a deleted '{'.
libavcodec
|
Sun, 04 Jan 2009 23:55:27 +0000 |
cehoyos |
Add VDPAU hardware accelerated decoding for H264 which can be used by
libavcodec
|
Sun, 04 Jan 2009 18:58:49 +0000 |
michael |
Move metadata API from avcodec to avformat.
libavcodec
|
Sun, 04 Jan 2009 18:48:37 +0000 |
michael |
Generic metadata API.
libavcodec
|
Sun, 04 Jan 2009 01:36:11 +0000 |
cehoyos |
Use H264 MMX chroma functions to accelerate RV40 decoding.
libavcodec
|
Sat, 03 Jan 2009 19:21:48 +0000 |
michael |
Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes.
libavcodec
|
Sat, 03 Jan 2009 19:20:50 +0000 |
michael |
Add type, text and ass to AVSubtitleRect.
libavcodec
|
Sat, 03 Jan 2009 19:17:18 +0000 |
michael |
Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.
libavcodec
|
Sat, 03 Jan 2009 18:41:35 +0000 |
michael |
Replace some fixed width variable from AVSubtitle* by normal int.
libavcodec
|
Sat, 03 Jan 2009 18:26:07 +0000 |
michael |
Forgot to update (I likely missed it due to its similar name to dvb...)
libavcodec
|
Sat, 03 Jan 2009 17:58:25 +0000 |
michael |
Future doxy for a few fields of AVSubtitleRect.
libavcodec
|
Sat, 03 Jan 2009 17:54:48 +0000 |
michael |
Change AVSubtitle.rects to an array of pointers so ABI does not break
libavcodec
|
Sat, 03 Jan 2009 15:15:03 +0000 |
michael |
Add enum AVSubtitleType
libavcodec
|
Sat, 03 Jan 2009 00:46:17 +0000 |
darkshikari |
Add x264 SSE2 iDCT functions to H.264 decoder.
libavcodec
|
Fri, 02 Jan 2009 16:21:22 +0000 |
diego |
Avoid POSIX-reserved _t namespace.
libavcodec
|
Fri, 02 Jan 2009 16:19:27 +0000 |
diego |
Avoid POSIX-reserved _t namespace.
libavcodec
|
Tue, 30 Dec 2008 03:13:52 +0000 |
mru |
ARM: work around linker bug with movw/movt relocations in shared libs
libavcodec
|
Tue, 30 Dec 2008 03:13:40 +0000 |
mru |
ARM: rename coefficient table in NEON IDCT
libavcodec
|
Mon, 29 Dec 2008 17:14:30 +0000 |
reynaldo |
Remove duplicated dot product code. Use dsputil's
libavcodec
|
Mon, 29 Dec 2008 10:20:03 +0000 |
kostya |
It turned out that RV30 uses motion vectors for forward motion B-frame
libavcodec
|
Sun, 28 Dec 2008 23:26:12 +0000 |
michael |
Explain the lack of +3/7
libavcodec
|
Sun, 28 Dec 2008 20:08:39 +0000 |
cehoyos |
Revert r16375: It broke aac decoding.
libavcodec
|
Sun, 28 Dec 2008 19:48:43 +0000 |
cehoyos |
Reduce number of warnings when compiling with icc by two.
libavcodec
|
Sun, 28 Dec 2008 19:44:47 +0000 |
cehoyos |
Silence one warning when compiling with icc:
libavcodec
|
Sun, 28 Dec 2008 19:40:13 +0000 |
cehoyos |
Fix h264 decoding on SSE2 cores with icc compilation.
libavcodec
|
Sat, 27 Dec 2008 23:12:00 +0000 |
mru |
Replace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNED
libavcodec
|
Sat, 27 Dec 2008 16:25:36 +0000 |
mru |
simple_idct: use MUL16 and MAC16 from mathops.h
libavcodec
|
Sat, 27 Dec 2008 11:33:26 +0000 |
diego |
consistency cosmetics: Rename POWERPC identifiers to PPC.
libavcodec
|
Sat, 27 Dec 2008 11:30:30 +0000 |
lu_zero |
Remove stray code
libavcodec
|
Sat, 27 Dec 2008 11:21:28 +0000 |
lu_zero |
Cleanup _t types in libavcodec/ppc
libavcodec
|
Sat, 27 Dec 2008 09:22:21 +0000 |
reimar |
Bump minor number for many small improvements, tiff fax decoding,
libavcodec
|
Fri, 26 Dec 2008 19:52:52 +0000 |
mru |
ARM: NEON optimised float_to_int16
libavcodec
|
Fri, 26 Dec 2008 18:42:26 +0000 |
michael |
Enable faxcompr.
libavcodec
|
Fri, 26 Dec 2008 18:39:24 +0000 |
michael |
indent
libavcodec
|
Fri, 26 Dec 2008 18:39:07 +0000 |
michael |
Simplify vertical mode
libavcodec
|
Fri, 26 Dec 2008 18:14:59 +0000 |
michael |
And another sechole ...
libavcodec
|
Fri, 26 Dec 2008 18:06:29 +0000 |
michael |
Fix yet another sechole.
libavcodec
|
Fri, 26 Dec 2008 17:51:10 +0000 |
michael |
Fix another sechole.
libavcodec
|
Fri, 26 Dec 2008 17:32:11 +0000 |
michael |
Minor simplification.
libavcodec
|
Fri, 26 Dec 2008 17:11:19 +0000 |
michael |
Remove unused run_start variable.
libavcodec
|
Fri, 26 Dec 2008 17:04:31 +0000 |
michael |
Move sync line pointers code to the end of the loop, it is simpler that way.
libavcodec
|
Fri, 26 Dec 2008 16:59:10 +0000 |
michael |
Get rid of check for condition that is always true (run_off < avctx->width).
libavcodec
|
Fri, 26 Dec 2008 16:57:35 +0000 |
michael |
Get rid of pix_left in the 2d code, it is simpler that way.
libavcodec
|
Fri, 26 Dec 2008 16:50:21 +0000 |
reynaldo |
COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling patch.
libavcodec
|
Fri, 26 Dec 2008 16:49:06 +0000 |
reynaldo |
Part 2 of Kenan Gillet's QCELP silence handling patch.
libavcodec
|
Fri, 26 Dec 2008 16:38:55 +0000 |
michael |
Factorize "avctx->width + 2" out to avoid someone mistakenly changing
libavcodec
|
Fri, 26 Dec 2008 16:30:50 +0000 |
michael |
cosmetic (moving pix_left update)
libavcodec
|
Fri, 26 Dec 2008 16:29:01 +0000 |
michael |
Close gaping sechole. That is, a series of run=0 allows arbitrary data to
libavcodec
|
Fri, 26 Dec 2008 15:21:48 +0000 |
michael |
minor simplification
libavcodec
|
Fri, 26 Dec 2008 15:05:12 +0000 |
michael |
Merge ff_ccitt_unpack_1d and 2d.
libavcodec
|
Fri, 26 Dec 2008 14:57:42 +0000 |
michael |
Ensure that an invalid run terminates the line.
libavcodec
|
Fri, 26 Dec 2008 14:39:21 +0000 |
michael |
10l != vs. == (yes, my fault not kostya's).
libavcodec
|
Fri, 26 Dec 2008 13:52:07 +0000 |
michael |
indent
libavcodec
|
Fri, 26 Dec 2008 13:51:52 +0000 |
michael |
Simplify zero run handling in put_line().
libavcodec
|
Fri, 26 Dec 2008 13:50:00 +0000 |
michael |
Avoid negation in put_line().
libavcodec
|
Fri, 26 Dec 2008 13:48:09 +0000 |
michael |
Factorize mode switching in put_line().
libavcodec
|
Fri, 26 Dec 2008 13:46:11 +0000 |
michael |
Fix (rewrite) find_group3_syncmarker().
libavcodec
|
Fri, 26 Dec 2008 13:39:19 +0000 |
michael |
CCITT Fax Group 3 and 4 decompression by kostya.
libavcodec
|
Fri, 26 Dec 2008 11:00:30 +0000 |
diego |
ASAO Nelly Moser implementation moved to a better place on mphq.
libavcodec
|
Fri, 26 Dec 2008 08:03:26 +0000 |
benoit |
s/FFmpeg-devel/ffmpeg-devel/
libavcodec
|
Fri, 26 Dec 2008 00:19:08 +0000 |
darkshikari |
Fix compilation without optimization under 64-bit with x264 deblock asm enabled.
libavcodec
|
Thu, 25 Dec 2008 23:13:43 +0000 |
mru |
ARM: add new h264 idct functions
libavcodec
|
Thu, 25 Dec 2008 18:27:49 +0000 |
gpoirier |
Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct_add16,
libavcodec
|
Thu, 25 Dec 2008 15:49:50 +0000 |
diego |
Change mplayerhq.hu references to ffmpeg.org where appropriate.
libavcodec
|
Thu, 25 Dec 2008 15:49:02 +0000 |
diego |
Fix sample URL.
libavcodec
|
Thu, 25 Dec 2008 13:26:18 +0000 |
diego |
The VC-1/WMV3 decoders depend on ENABLE_MSMPEG4_DECODER.
libavcodec
|
Thu, 25 Dec 2008 01:20:37 +0000 |
lorenm |
flatten an array, since gcc fails at optimizing multidimensional arrays
libavcodec
|
Wed, 24 Dec 2008 18:39:23 +0000 |
michael |
export refs
libavcodec
|
Wed, 24 Dec 2008 17:38:27 +0000 |
michael |
Allow decoders to set AVCodecContext.refs.
libavcodec
|
Wed, 24 Dec 2008 03:23:38 +0000 |
michael |
Optimize pred_pskip_motion()
libavcodec
|
Tue, 23 Dec 2008 22:06:16 +0000 |
michael |
Indent
libavcodec
|
Tue, 23 Dec 2008 22:04:34 +0000 |
michael |
Integrate get_te0_golomb() calls into the code, this allows some checks
libavcodec
|
Tue, 23 Dec 2008 21:12:19 +0000 |
michael |
Use get_ue_golomb_31() where possible, almost all are just in headers
libavcodec
|
Tue, 23 Dec 2008 21:07:36 +0000 |
michael |
Update golomb decoding tables so that get_*_golomb_31() return some
libavcodec
|
Tue, 23 Dec 2008 21:05:47 +0000 |
michael |
Add get_ue_golomb_31()
libavcodec
|
Tue, 23 Dec 2008 19:12:50 +0000 |
michael |
indent
libavcodec
|
Tue, 23 Dec 2008 19:10:46 +0000 |
michael |
Use the new VLC table for the first non trailing coeff too.
libavcodec
|
Tue, 23 Dec 2008 18:31:44 +0000 |
michael |
Optimize esc removal code.
libavcodec
|
Tue, 23 Dec 2008 18:27:06 +0000 |
kostya |
352l: correct calculating number of bits for storing macroblock offset in RV3/4
libavcodec
|
Tue, 23 Dec 2008 17:50:36 +0000 |
michael |
Indent
libavcodec
|
Tue, 23 Dec 2008 17:49:38 +0000 |
michael |
unified CAVLC level decoding LUT.
libavcodec
|
Tue, 23 Dec 2008 02:34:58 +0000 |
michael |
Make h264 parser 50% faster.
libavcodec
|
Tue, 23 Dec 2008 01:11:56 +0000 |
michael |
100l, I broke H.264 again, forgot one hunk.
libavcodec
|
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
|
Sun, 14 Dec 2008 12:24:50 +0000 |
diego |
Add a few const qualifiers in appropriate places.
libavcodec
|
Sun, 14 Dec 2008 03:41:11 +0000 |
melanson |
undoing revision 16118 for truemotion1.c; commit was premature
libavcodec
|
Sun, 14 Dec 2008 03:29:33 +0000 |
melanson |
The POSIX namespace shall be held sacrosanct. To that end,
libavcodec
|
Sun, 14 Dec 2008 00:48:16 +0000 |
aurel |
avoid POSIX reserved _t suffix
libavcodec
|
Sun, 14 Dec 2008 00:46:27 +0000 |
aurel |
Get rid of mmx_t.
libavcodec
|
Sat, 13 Dec 2008 18:16:06 +0000 |
diego |
Do not invade _t POSIX namespace.
libavcodec
|
Sat, 13 Dec 2008 13:34:59 +0000 |
diego |
Replace 'typedef struct ustr_t' by 'struct ustr', _t is POSIX namespace.
libavcodec
|
Sat, 13 Dec 2008 12:56:29 +0000 |
diego |
Add img_convert() to imgconvert.h and #include it from imgresample.c.
libavcodec
|
Sat, 13 Dec 2008 10:53:30 +0000 |
lu_zero |
Let imgresample altivec code build
libavcodec
|
Sat, 13 Dec 2008 10:52:34 +0000 |
lu_zero |
Cleanup types
libavcodec
|
Sat, 13 Dec 2008 10:49:38 +0000 |
lu_zero |
Unbreak imgresample altivec
libavcodec
|
Fri, 12 Dec 2008 23:02:21 +0000 |
stefano |
s/#AVClass/AVClass/, consistent with the rest of the doxy.
libavcodec
|
Fri, 12 Dec 2008 16:21:23 +0000 |
michael |
More POSIX _t namespace cleanup.
libavcodec
|
Fri, 12 Dec 2008 09:59:00 +0000 |
gpoirier |
add Altivec implementation of clear_block
libavcodec
|
Fri, 12 Dec 2008 05:12:51 +0000 |
ods15 |
Rename all vorbis encoder related typedefs to not use _t for POSIX compatibility
libavcodec
|
Fri, 12 Dec 2008 01:40:00 +0000 |
bcoudurier |
fix mjpega bitfilter when dht, dqt, sof0 are not ordered as expected, patch by Jay Freeman, saurik at saurik com
libavcodec
|
Fri, 12 Dec 2008 00:51:53 +0000 |
aurel |
rename Vp56Model to VP56Model for consistency
libavcodec
|
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
|
Fri, 21 Nov 2008 18:39:16 +0000 |
vitor |
More OKed parts of the QCELP decoder
libavcodec
|
Fri, 21 Nov 2008 17:38:14 +0000 |
vitor |
Cosmetic: Fix typo
libavcodec
|
Fri, 21 Nov 2008 10:00:03 +0000 |
diego |
Move H.264 tables that are only useful for encoding to h264enc.c.
libavcodec
|
Thu, 20 Nov 2008 23:04:04 +0000 |
diego |
Get rid of last ifdef HAVE_MMX. Instead, all MMX-specific objects are gathered
libavcodec
|
Thu, 20 Nov 2008 22:57:57 +0000 |
mru |
SH4: fix IDCT
libavcodec
|
Thu, 20 Nov 2008 22:53:18 +0000 |
diego |
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
libavcodec
|
Thu, 20 Nov 2008 22:50:13 +0000 |
diego |
Move FFT-specific MMX optimizations out of the 'ifdef HAVE_MMX' block.
libavcodec
|
Thu, 20 Nov 2008 22:48:51 +0000 |
diego |
cosmetics: indentation
libavcodec
|
Thu, 20 Nov 2008 22:47:18 +0000 |
diego |
Use standard OBJS-$(HAVE_MMX) trick for MMX objects instead
libavcodec
|
Thu, 20 Nov 2008 19:04:35 +0000 |
vitor |
Fix typo in table value.
libavcodec
|
Thu, 20 Nov 2008 14:07:37 +0000 |
kostya |
33l Fix applying residue condition in RV30/40 decoder
libavcodec
|
Thu, 20 Nov 2008 14:05:29 +0000 |
kostya |
Eliminate direct use of s->current_picture in RV30/40 decoder
libavcodec
|
Thu, 20 Nov 2008 14:03:35 +0000 |
kostya |
Use wider margins for edge emulation in RV30/40
libavcodec
|
Thu, 20 Nov 2008 09:21:52 +0000 |
mru |
SH4: fix memzero_align8()
libavcodec
|
Thu, 20 Nov 2008 09:21:50 +0000 |
mru |
SH4: add macros for setting and restoring FPSCR.PR bit
libavcodec
|
Thu, 20 Nov 2008 09:21:46 +0000 |
mru |
SH4: remove some commented out blocks of code
libavcodec
|
Thu, 20 Nov 2008 01:40:40 +0000 |
romansh |
Making idct factor tables dynamically allocated
libavcodec
|
Wed, 19 Nov 2008 14:57:48 +0000 |
kostya |
Add channel layout to several audio decoders I maintain
libavcodec
|
Wed, 19 Nov 2008 01:40:09 +0000 |
romansh |
Change of indentation
libavcodec
|
Wed, 19 Nov 2008 00:37:30 +0000 |
mru |
SH4: fix IDCT
libavcodec
|
Wed, 19 Nov 2008 00:37:28 +0000 |
mru |
SH4: do not mix code and declarations
libavcodec
|
Wed, 19 Nov 2008 00:37:24 +0000 |
mru |
SH4: fix compilation of memzero_align8()
libavcodec
|
Wed, 19 Nov 2008 00:37:21 +0000 |
mru |
SH4: remove unused functions
libavcodec
|
Wed, 19 Nov 2008 00:37:17 +0000 |
mru |
SH4: replace missed rnd_avg2 -> rnd_avg32
libavcodec
|
Wed, 19 Nov 2008 00:37:14 +0000 |
mru |
SH4: rename functions with conflicting names
libavcodec
|
Tue, 18 Nov 2008 22:48:43 +0000 |
diego |
cosmetics: Add a few more explanatory comments to the object sections.
libavcodec
|
Tue, 18 Nov 2008 22:37:22 +0000 |
diego |
cosmetics: Sort processor-specific object lines into alphabetical order.
libavcodec
|
Tue, 18 Nov 2008 20:48:26 +0000 |
romansh |
Getting rid of huge static DV tables
libavcodec
|
Tue, 18 Nov 2008 20:33:08 +0000 |
romansh |
Getting rid of unneeded extra wrapper functions
libavcodec
|
Mon, 17 Nov 2008 22:51:59 +0000 |
diego |
Add a Makefile variable for the old scaler that gets enabled when the new
libavcodec
|
Mon, 17 Nov 2008 21:56:34 +0000 |
diego |
Revert previous commit: the libavcodec/i386/fft_*.o objects depend on
libavcodec
|
Mon, 17 Nov 2008 19:01:25 +0000 |
diego |
Only the yasm-dependent objects should be enabled by a yasm conditional.
libavcodec
|
Mon, 17 Nov 2008 16:38:50 +0000 |
diego |
cosmetics: Group ppc-specific objects together.
libavcodec
|
Mon, 17 Nov 2008 15:36:28 +0000 |
diego |
cosmetics: Group ARM objects sections together.
libavcodec
|
Mon, 17 Nov 2008 15:09:45 +0000 |
diego |
cosmetics: Reorder processor-specific entries alphabetically.
libavcodec
|
Mon, 17 Nov 2008 14:04:56 +0000 |
benoit |
Change email address to a valid one.
libavcodec
|
Mon, 17 Nov 2008 12:48:31 +0000 |
cehoyos |
One const is enough.
libavcodec
|
Sun, 16 Nov 2008 10:16:07 +0000 |
banan |
Silence warning in imc decoder
libavcodec
|
Sun, 16 Nov 2008 09:54:09 +0000 |
banan |
Set channel_layout
libavcodec
|
Sun, 16 Nov 2008 06:47:44 +0000 |
kostya |
421l: postproc flag may be present in any VC-1 AP frame type
libavcodec
|
Sun, 16 Nov 2008 01:00:25 +0000 |
reynaldo |
Credit Kenan Gillet for his contributions towards merging the SoC QCELP decoder.
libavcodec
|
Sun, 16 Nov 2008 00:57:06 +0000 |
reynaldo |
Cosmetics
libavcodec
|
Sun, 16 Nov 2008 00:05:20 +0000 |
reynaldo |
Change to file description suggested by Michael
libavcodec
|
Sat, 15 Nov 2008 20:31:03 +0000 |
banan |
Proper channel output reordering for the dca decoder.
libavcodec
|
Sat, 15 Nov 2008 20:19:20 +0000 |
reynaldo |
Please keep original copyright heading and attribution lines...
libavcodec
|
Sat, 15 Nov 2008 14:15:24 +0000 |
kostya |
Weak deblock filter function for future RV40 loop filter
libavcodec
|
Fri, 14 Nov 2008 17:36:47 +0000 |
vitor |
More OKed parts of the QCELP decoder
libavcodec
|
Fri, 14 Nov 2008 02:49:23 +0000 |
bcoudurier |
remove useless mmx.h include
libavcodec
|
Fri, 14 Nov 2008 02:44:15 +0000 |
bcoudurier |
convert fdct_mmx to plain asm
libavcodec
|
Thu, 13 Nov 2008 22:38:38 +0000 |
jbr |
revert r15812 (E-AC-3 Spectral Extension) pending further review
libavcodec
|
Thu, 13 Nov 2008 19:54:02 +0000 |
bcoudurier |
add sse2 fdct
libavcodec
|
Thu, 13 Nov 2008 11:33:26 +0000 |
cehoyos |
Fix H.264 decoding.
libavcodec
|
Thu, 13 Nov 2008 03:18:28 +0000 |
jbr |
cosmetics: vertical alignment
libavcodec
|
Thu, 13 Nov 2008 03:18:24 +0000 |
jbr |
silence a gcc warning about using an uninitialized variable
libavcodec
|
Thu, 13 Nov 2008 03:18:18 +0000 |
jbr |
cosmetics: indentation
libavcodec
|
Thu, 13 Nov 2008 03:18:13 +0000 |
jbr |
add support for spectral extension
libavcodec
|
Thu, 13 Nov 2008 03:18:07 +0000 |
jbr |
add a generic function to decode banding structure for coupling, spectral
libavcodec
|
Thu, 13 Nov 2008 03:18:01 +0000 |
jbr |
add a line break in error message text
libavcodec
|
Thu, 13 Nov 2008 03:17:56 +0000 |
jbr |
simplify decoding of coupling frequency range
libavcodec
|
Thu, 13 Nov 2008 03:17:50 +0000 |
jbr |
cosmetics: rename two variables
libavcodec
|
Wed, 12 Nov 2008 21:13:28 +0000 |
romansh |
Taking advantage of the new ->execute API
libavcodec
|
Wed, 12 Nov 2008 20:23:36 +0000 |
mru |
ARM: fix j_rev_dct_ARM
libavcodec
|
Wed, 12 Nov 2008 17:47:23 +0000 |
romansh |
Making it easier to send arbitrary structures as work orders to MT workers
libavcodec
|
Wed, 12 Nov 2008 17:29:02 +0000 |
diego |
Remove unused variable.
libavcodec
|
Tue, 11 Nov 2008 18:50:38 +0000 |
vitor |
More OKed parts of the QCELP decoder
libavcodec
|
Tue, 11 Nov 2008 08:46:29 +0000 |
banan |
Comment typo
libavcodec
|
Tue, 11 Nov 2008 08:30:32 +0000 |
banan |
Remove channel layout table that only should be used by encoders.
libavcodec
|
Mon, 10 Nov 2008 20:02:00 +0000 |
andoma |
Fix memory leak in libgsm wrapper.
libavcodec
|
Sun, 09 Nov 2008 12:00:47 +0000 |
vitor |
More OKed parts of the QCELP decoder
libavcodec
|
Sat, 08 Nov 2008 18:15:13 +0000 |
kostya |
Split RV3/4 deblock pattern into horizontal and vertical parts
libavcodec
|
Sat, 08 Nov 2008 07:24:56 +0000 |
kostya |
Drop redundant check in RV3/4 deblock coefficients calculation
libavcodec
|
Sat, 08 Nov 2008 00:38:10 +0000 |
pross |
Electronic Arts TGQ/TQI/MAD IDCT algorithm
libavcodec
|
Sat, 08 Nov 2008 00:29:22 +0000 |
pross |
Electronic Arts TGQ video decoder
libavcodec
|
Sat, 08 Nov 2008 00:18:00 +0000 |
romansh |
implementing more efficient (and direct) allocation of work for DV codec workers
libavcodec
|
Sat, 08 Nov 2008 00:15:08 +0000 |
pross |
Promote inv_aanscales array to global scope (ff_inv_aanscales)
libavcodec
|
Fri, 07 Nov 2008 07:18:22 +0000 |
kostya |
Calculating an additional MV-based deblocking pattern is the same
libavcodec
|
Thu, 06 Nov 2008 01:33:28 +0000 |
mru |
ARM: change MUL16() macro to inline function
libavcodec
|
Thu, 06 Nov 2008 01:33:26 +0000 |
mru |
ARM: prettify MAC16() macro
libavcodec
|
Thu, 06 Nov 2008 01:33:23 +0000 |
mru |
ARM: change MULH() macro to inline function
libavcodec
|
Thu, 06 Nov 2008 01:33:20 +0000 |
mru |
ARM: change MULL() macro to inline function
libavcodec
|
Thu, 06 Nov 2008 01:33:17 +0000 |
mru |
ARM: mathops.h whitespace cosmetics
libavcodec
|
Wed, 05 Nov 2008 23:28:41 +0000 |
diego |
Add missing #include "libavutil/avstring.h", fixes
libavcodec
|
Wed, 05 Nov 2008 13:59:42 +0000 |
superdump |
Fix perceptual noise shaping scaling including an oversight of the offset for
libavcodec
|
Wed, 05 Nov 2008 13:32:06 +0000 |
diego |
Fix test program build: ff_eval was replaced by ff_eval2.
libavcodec
|
Tue, 04 Nov 2008 18:31:48 +0000 |
andoma |
h264: Implement decoding of picture timing SEI message.
libavcodec
|
Tue, 04 Nov 2008 06:54:42 +0000 |
andoma |
Only warn about "Invalid and inefficient vfw-avi packed B frames" once.
libavcodec
|
Mon, 03 Nov 2008 21:59:35 +0000 |
diego |
Fix illegal identifier, __ are reserved for the system.
libavcodec
|
Mon, 03 Nov 2008 18:08:00 +0000 |
rathann |
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
libavcodec
|
Sun, 02 Nov 2008 21:51:27 +0000 |
banan |
Change the dca channel layout, S -> SIDE not BACK.
libavcodec
|
Sun, 02 Nov 2008 21:04:28 +0000 |
andoma |
Change multichannel API define prefix from "CHANNEL_" to "CH_".
libavcodec
|
Sat, 01 Nov 2008 20:49:37 +0000 |
banan |
Guess channel layout based on the number of channels if a custom layout is specified in amode.
libavcodec
|
Sat, 01 Nov 2008 20:27:05 +0000 |
banan |
Add channel layouts for dca.
libavcodec
|
Sat, 01 Nov 2008 17:57:44 +0000 |
kostya |
Introduce RV3-specific motion vector prediction.
libavcodec
|
Sat, 01 Nov 2008 05:03:42 +0000 |
pross |
Add audio channel layout API to libavcodec.
libavcodec
|
Fri, 31 Oct 2008 19:31:36 +0000 |
mmu_man |
Fix build.
libavcodec
|
Thu, 30 Oct 2008 22:37:18 +0000 |
vitor |
OKed parts of the QCELP decoder
libavcodec
|
Thu, 30 Oct 2008 22:32:43 +0000 |
diego |
Fix numbers in Doxygen comments, patch by Kenan Gillet, kenan.gillet gmail com.
libavcodec
|
Thu, 30 Oct 2008 22:24:40 +0000 |
vitor |
Use ff_dot_productf() in ra288.c
libavcodec
|
Thu, 30 Oct 2008 22:12:43 +0000 |
diego |
Remove nonsense @return Doxygen comment for void function.
libavcodec
|
Thu, 30 Oct 2008 22:11:30 +0000 |
diego |
cosmetics: small spelling fixes
libavcodec
|
Thu, 30 Oct 2008 21:05:37 +0000 |
vitor |
Add a LPC filter
libavcodec
|
Thu, 30 Oct 2008 21:04:17 +0000 |
vitor |
Add ff_dot_productf() to celp_math.{c,h}
libavcodec
|
Thu, 30 Oct 2008 21:00:01 +0000 |
vitor |
More OKed parts of QCELP data tables
libavcodec
|
Thu, 30 Oct 2008 15:43:00 +0000 |
romansh |
renaming macro in order to conform with the rest of libavcodec
libavcodec
|
Thu, 30 Oct 2008 09:13:48 +0000 |
diego |
Remove unused variable, patch by Art Clarke, aclarke vlideshow com.
libavcodec
|
Thu, 30 Oct 2008 06:08:47 +0000 |
kostya |
Correct motion vector scaling in B-frames for RV3/4
libavcodec
|
Wed, 29 Oct 2008 23:44:40 +0000 |
diego |
asm() --> __asm__() in #warning comment
libavcodec
|
Wed, 29 Oct 2008 23:43:55 +0000 |
diego |
Add missing headers to pass 'make checkheaders'.
libavcodec
|
Wed, 29 Oct 2008 23:07:49 +0000 |
diego |
Fix av_picture_copy missing pixels on packed planar AVPictures with odd size.
libavcodec
|
Wed, 29 Oct 2008 21:08:14 +0000 |
michael |
Reset state after some frame header is found.
libavcodec
|
Wed, 29 Oct 2008 06:26:56 +0000 |
diego |
OKed parts of QCELP data tables
libavcodec
|
Tue, 28 Oct 2008 23:11:59 +0000 |
diego |
Add the function declaration of ff_svq1_packet_checksum to svq1.h and include
libavcodec
|
Tue, 28 Oct 2008 22:50:16 +0000 |
michael |
Replace literally hardcoded max slice number by named constant.
libavcodec
|
Tue, 28 Oct 2008 15:20:52 +0000 |
banan |
Fix compilation, remove stray ;
libavcodec
|
Tue, 28 Oct 2008 14:50:46 +0000 |
banan |
Fix selection of quant step table
libavcodec
|
Tue, 28 Oct 2008 14:43:06 +0000 |
banan |
Fix huffman coded dca samples.
libavcodec
|
Tue, 28 Oct 2008 05:37:02 +0000 |
kostya |
Detect split RV30 slices
libavcodec
|
Mon, 27 Oct 2008 19:07:39 +0000 |
kostya |
Fix chroma motion compensation for RV30
libavcodec
|
Mon, 27 Oct 2008 14:35:58 +0000 |
flameeyes |
Rename template included sources from .h to _template.c.
libavcodec
|
Mon, 27 Oct 2008 00:25:19 +0000 |
mru |
ARM: move add_pixels_clamped_ARM() to dsputil_arm_s.S
libavcodec
|
Mon, 27 Oct 2008 00:25:16 +0000 |
mru |
ARM: move VFP DSP functions to dsputils_vfp.S
libavcodec
|
Mon, 27 Oct 2008 00:25:12 +0000 |
mru |
ARM: move prefetch_arm to dsputil_arm_s.S
libavcodec
|
Mon, 27 Oct 2008 00:25:09 +0000 |
mru |
ARM: use new macros for assembler function labels
libavcodec
|
Mon, 27 Oct 2008 00:25:06 +0000 |
mru |
ARM: add some assembler convenience macros
libavcodec
|
Sun, 26 Oct 2008 23:41:00 +0000 |
bcoudurier |
svq3 watermark code now needs zlib
libavcodec
|
Sun, 26 Oct 2008 23:34:44 +0000 |
bcoudurier |
svq3 watermark decoding support, based on reverse engineering work by chrono
libavcodec
|
Sun, 26 Oct 2008 15:21:45 +0000 |
mru |
cosmetic: align backslashes in makefiles
libavcodec
|
Sun, 26 Oct 2008 14:26:28 +0000 |
mru |
Merge OBJS-$(FOO) lists with same FOO
libavcodec
|
Sun, 26 Oct 2008 10:14:16 +0000 |
banan |
Disable codec downmix when not using simd instead of silently produce silence
libavcodec
|
Sun, 26 Oct 2008 09:54:53 +0000 |
banan |
Fix dca decoder with non simd float2int16 conversion
libavcodec
|
Sun, 26 Oct 2008 09:50:15 +0000 |
banan |
Fix compilation with TRACE
libavcodec
|
Sat, 25 Oct 2008 18:37:50 +0000 |
aurel |
remove useless ifdeffery, tscc won't do anything useful without zlib
libavcodec
|
Sat, 25 Oct 2008 17:17:08 +0000 |
aurel |
svq3: remove unused include
libavcodec
|
Sat, 25 Oct 2008 14:00:28 +0000 |
mru |
Use OBJS variable for all object files
libavcodec
|
Sat, 25 Oct 2008 13:51:47 +0000 |
mru |
Add CONFIG_GOLOMB and auto-select when needed
libavcodec
|
Sat, 25 Oct 2008 13:51:43 +0000 |
mru |
Auto-enable CONFIG_MDCT when needed
libavcodec
|
Sat, 25 Oct 2008 01:28:29 +0000 |
diego |
cosmetics: Change the order of mlp parser objects to be consistent.
libavcodec
|
Sat, 25 Oct 2008 01:21:43 +0000 |
diego |
Move declaration of mlp decoder dependency on mlp parser to the Makefile
libavcodec
|
Fri, 24 Oct 2008 23:18:21 +0000 |
mru |
Build MMX/SSE FFT only if CONFIG_FFT is set
libavcodec
|
Fri, 24 Oct 2008 21:44:54 +0000 |
mru |
Auto-enable CONFIG_FFT for codecs that need it
libavcodec
|
Fri, 24 Oct 2008 21:41:27 +0000 |
diego |
prettyprinting cosmetics
libavcodec
|
Fri, 24 Oct 2008 21:37:06 +0000 |
diego |
spelling cosmetics
libavcodec
|
Fri, 24 Oct 2008 21:29:23 +0000 |
diego |
Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.
libavcodec
|
Fri, 24 Oct 2008 21:20:29 +0000 |
diego |
Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge.
libavcodec
|
Fri, 24 Oct 2008 06:29:05 +0000 |
conrad |
Speex decoding via libspeex
libavcodec
|
Fri, 24 Oct 2008 06:17:18 +0000 |
kostya |
Choose RV3/4 DC quantizer correctly
libavcodec
|
Fri, 24 Oct 2008 01:38:30 +0000 |
bcoudurier |
dnxhd parser
libavcodec
|
Thu, 23 Oct 2008 17:12:41 +0000 |
bcoudurier |
add state64 field to ParseContext storing last 8 bytes, to be able to check for longer startcodes
libavcodec
|
Thu, 23 Oct 2008 07:30:16 +0000 |
benoit |
Revert r15653.
libavcodec
|
Tue, 21 Oct 2008 21:40:24 +0000 |
aurel |
uses FF_ARRAY_ELEMS() where appropriate
libavcodec
|
Mon, 20 Oct 2008 16:05:29 +0000 |
reimar |
Use x86_reg type instead of long in float_to_int16 MMX/SSE functions.
libavcodec
|
Mon, 20 Oct 2008 09:02:55 +0000 |
michael |
Use av_freep() in ff_parse_close().
libavcodec
|
Mon, 20 Oct 2008 07:35:17 +0000 |
benoit |
Copy pts for each raw encoded frame.
libavcodec
|
Mon, 20 Oct 2008 05:59:50 +0000 |
kostya |
34l: free RV3/4 context variables at the end
libavcodec
|
Mon, 20 Oct 2008 05:58:05 +0000 |
kostya |
RV3 and RV4 decoders set some deblocking coefs for each macroblock,
libavcodec
|
Mon, 20 Oct 2008 05:54:31 +0000 |
kostya |
Mark some of RV3/4 block types as having separate DC subblock
libavcodec
|
Sun, 19 Oct 2008 04:44:24 +0000 |
conrad |
Cosmetics: reindent
libavcodec
|
Sun, 19 Oct 2008 04:43:35 +0000 |
conrad |
Combine non-bitexact sections
libavcodec
|
Sun, 19 Oct 2008 04:40:24 +0000 |
conrad |
VP3 loop filter is mmx2 not mmx
libavcodec
|
Fri, 17 Oct 2008 03:18:08 +0000 |
conrad |
MMX VP3 Loop Filter
libavcodec
|
Thu, 16 Oct 2008 13:34:09 +0000 |
flameeyes |
Convert asm keyword into __asm__.
libavcodec
|
Wed, 15 Oct 2008 08:01:54 +0000 |
benoit |
Use of new bitstream in vorbis_enc.c.
libavcodec
|
Wed, 15 Oct 2008 07:31:06 +0000 |
benoit |
Cosmetics: fix indentation after previous commit.
libavcodec
|
Wed, 15 Oct 2008 07:29:37 +0000 |
benoit |
Add a flag to avoid calling vorbis_analysis_wrote twice with an empty buffer.
libavcodec
|
Tue, 14 Oct 2008 20:42:54 +0000 |
michael |
Include zlib.h as it is needed for watermark support,
libavcodec
|
Tue, 14 Oct 2008 20:34:31 +0000 |
michael |
Export svq1_packet_checksum() that is needed for svq3 watermarks,
libavcodec
|
Tue, 14 Oct 2008 20:30:11 +0000 |
michael |
Add variable to hold the svq3 watermarking key,
libavcodec
|
Mon, 13 Oct 2008 13:47:05 +0000 |
benoit |
Fix mem leak.
libavcodec
|
Mon, 13 Oct 2008 07:42:11 +0000 |
cehoyos |
Fix some icc warnings by using enum PixelFormat instead of int where appropriate.
libavcodec
|
Mon, 13 Oct 2008 00:10:53 +0000 |
aurel |
vp6dec: ensure we don't try to use a buffer with negative size
libavcodec
|
Sun, 12 Oct 2008 20:22:55 +0000 |
cehoyos |
Use PIX_FMT_NONE instead of -1 in AVCodec.pix_fmts.
libavcodec
|
Sun, 12 Oct 2008 19:41:17 +0000 |
conrad |
Remove unused variables
libavcodec
|
Sat, 11 Oct 2008 14:52:00 +0000 |
ramiro |
nellymoserenc: flush PutBitContext after use.
libavcodec
|
Sat, 11 Oct 2008 11:21:45 +0000 |
mru |
aac_parser: fix strict aliasing violation
libavcodec
|
Thu, 09 Oct 2008 18:36:49 +0000 |
bcoudurier |
get_pixels_sse2, ~+12% performance compared to mmx
libavcodec
|
Wed, 08 Oct 2008 17:19:26 +0000 |
aurel |
allows calling avcodec_find_(en|de)coder_by_name with NULL parameter
libavcodec
|
Tue, 07 Oct 2008 21:41:25 +0000 |
diego |
Add a bunch of const qualifiers to function arguments.
libavcodec
|
Tue, 07 Oct 2008 16:59:18 +0000 |
romansh |
replacing frame_rate and frame_rate_base with an AVRational time_base
libavcodec
|
Tue, 07 Oct 2008 16:07:15 +0000 |
romansh |
cosmetic updates as per Michael's suggestion
libavcodec
|
Tue, 07 Oct 2008 16:06:18 +0000 |
romansh |
vertically aligning as per Michael's suggestion
libavcodec
|
Tue, 07 Oct 2008 15:52:20 +0000 |
romansh |
unrolling the loops as per Michael's suggestion
libavcodec
|
Tue, 07 Oct 2008 15:51:29 +0000 |
romansh |
fixing a bug that prevented proper unweighting table to be selected
libavcodec
|
Tue, 07 Oct 2008 15:50:29 +0000 |
romansh |
Doxygenizing the comments
libavcodec
|
Tue, 07 Oct 2008 15:49:45 +0000 |
romansh |
simplifying the code as per Michael's suggestion
libavcodec
|
Tue, 07 Oct 2008 08:37:20 +0000 |
diego |
Sync cosmetics from upstream.
libavcodec
|
Mon, 06 Oct 2008 16:22:11 +0000 |
superdump |
Rename variables to clarify the channel coupling element and corresponding
libavcodec
|
Mon, 06 Oct 2008 16:18:18 +0000 |
superdump |
Correct documentation of ch_select array.
libavcodec
|
Mon, 06 Oct 2008 16:12:30 +0000 |
superdump |
Corrections to channel coupling code to attain conformance for appropriate
libavcodec
|
Mon, 06 Oct 2008 05:17:57 +0000 |
diego |
Remove obsolete liba52 wrapper code.
libavcodec
|
Sun, 05 Oct 2008 20:12:20 +0000 |
vitor |
Cosmetics: rename mace3_decode_frame() to mace_decode_frame()
libavcodec
|
Sun, 05 Oct 2008 20:06:40 +0000 |
vitor |
Avoid code duplication between mace3_decode_frame() and mace6_decode_frame()
libavcodec
|
Sun, 05 Oct 2008 16:33:43 +0000 |
vitor |
Use a for() instead of triplicating code.
libavcodec
|
Sun, 05 Oct 2008 16:11:12 +0000 |
kostya |
Register RV-[34] block specific feature for long future loop filter
libavcodec
|
Sun, 05 Oct 2008 14:36:10 +0000 |
vitor |
Factorize duplicate table reading code.
libavcodec
|
Sat, 04 Oct 2008 16:48:07 +0000 |
gpoirier |
Declare ff_pw_53 and ff_pw_18 as assembler constants.
libavcodec
|
Sat, 04 Oct 2008 11:20:02 +0000 |
diego |
Fix 'make checkheaders', based on a patch by Diego Petten, flameeyes gmail com.
libavcodec
|
Sat, 04 Oct 2008 10:26:17 +0000 |
conrad |
Move VP3 loop filter to DSPContext
libavcodec
|
Sat, 04 Oct 2008 09:43:11 +0000 |
lu_zero |
Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego Petten
libavcodec
|
Sat, 04 Oct 2008 09:36:35 +0000 |
lu_zero |
Mark ff_div6 and ff_rem6 static in h264.c. Patch by Diego Petten
libavcodec
|
Sat, 04 Oct 2008 09:29:31 +0000 |
lu_zero |
Mark list heads static. Patch by Diego Petten
libavcodec
|
Sat, 04 Oct 2008 01:11:04 +0000 |
michael |
100l forgot return type.
libavcodec
|
Sat, 04 Oct 2008 01:08:48 +0000 |
michael |
Fix indention of NAL type enum.
libavcodec
|
Fri, 03 Oct 2008 23:08:52 +0000 |
michael |
ff_parse_close() is not the correct function for H264Context.
libavcodec
|
Fri, 03 Oct 2008 13:30:19 +0000 |
michael |
Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h.
libavcodec
|
Thu, 02 Oct 2008 21:17:33 +0000 |
aurel |
atrac3dec: cosmetics: indentation
libavcodec
|
Thu, 02 Oct 2008 19:24:26 +0000 |
gpoirier |
fix warning reported by Intel C compiler:
libavcodec
|
Thu, 02 Oct 2008 19:20:11 +0000 |
gpoirier |
Intel C compiler warns on this assignment in this if(), probably
libavcodec
|
Thu, 02 Oct 2008 19:09:56 +0000 |
gpoirier |
Remove duplicate "const" qualifier for *matrix.
libavcodec
|
Thu, 02 Oct 2008 19:05:35 +0000 |
gpoirier |
x264 has removed the b-rdo and bime options, and instead integrated
libavcodec
|
Thu, 02 Oct 2008 16:29:15 +0000 |
reimar |
Use M_PI from libavutil/mathematics.h instead of defining PI ourselves
libavcodec
|
Thu, 02 Oct 2008 16:29:06 +0000 |
reimar |
Make 8svx codec context table pointer const to match the type of the
libavcodec
|
Thu, 02 Oct 2008 16:28:58 +0000 |
diego |
spelling cosmetics
libavcodec
|
Thu, 02 Oct 2008 15:52:12 +0000 |
reimar |
Remove useless cyuv_decode_end function
libavcodec
|
Thu, 02 Oct 2008 15:52:04 +0000 |
reimar |
Add (additional) const to many global tables.
libavcodec
|
Thu, 02 Oct 2008 15:51:44 +0000 |
reimar |
Use "static const" instead of "const static"
libavcodec
|
Thu, 02 Oct 2008 15:50:24 +0000 |
diego |
cosmetics: Change comment style for consistency.
libavcodec
|
Thu, 02 Oct 2008 15:27:13 +0000 |
benoit |
Rename some variables and add some comments to try to be a bit more clear.
libavcodec
|
Thu, 02 Oct 2008 00:27:09 +0000 |
cehoyos |
Rename copy_picture to ff_copy_picture.
libavcodec
|
Wed, 01 Oct 2008 21:47:49 +0000 |
cehoyos |
Fix memleak for currupt input.
libavcodec
|
Wed, 01 Oct 2008 14:48:54 +0000 |
conrad |
Cosmetics: reindent
libavcodec
|
Wed, 01 Oct 2008 14:48:35 +0000 |
conrad |
Unneeded else
libavcodec
|
Wed, 01 Oct 2008 14:48:16 +0000 |
conrad |
Unneeded braces
libavcodec
|
Wed, 01 Oct 2008 14:48:00 +0000 |
conrad |
Return if unpacking motion vectors for a keyframe
libavcodec
|
Wed, 01 Oct 2008 14:44:30 +0000 |
conrad |
Cosmetics: indentation
libavcodec
|
Wed, 01 Oct 2008 14:43:08 +0000 |
conrad |
Visible width/height fields were added in Theora 3.2
libavcodec
|
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
|
Mon, 29 Sep 2008 06:22:12 +0000 |
diego |
Uniformly define _XOPEN_SOURCE to 600.
libavcodec
|
Sun, 28 Sep 2008 23:19:12 +0000 |
michael |
Guess picture type from picture coding extension when the main header is damaged.
libavcodec
|
Sun, 28 Sep 2008 19:11:26 +0000 |
stefano |
Document the directpred auto value.
libavcodec
|
Sun, 28 Sep 2008 16:16:05 +0000 |
superdump |
Use DECLARE_ALIGNED_16() on vorbis windows as they are used in dsputils
libavcodec
|
Sat, 27 Sep 2008 02:39:24 +0000 |
michael |
Replace apparently always true condition by assert().
libavcodec
|
Sat, 27 Sep 2008 01:59:50 +0000 |
michael |
Simplify pix_fmt_id instead of listing a subset of non-simplified ones.
libavcodec
|
Sat, 27 Sep 2008 01:50:57 +0000 |
michael |
Check the 4th plane too when selecting the pixfmt.
libavcodec
|
Fri, 26 Sep 2008 18:42:06 +0000 |
vitor |
Simplify: avoid duplication backward_filter()
libavcodec
|
Fri, 26 Sep 2008 18:11:41 +0000 |
diego |
Remove unused variable.
libavcodec
|
Fri, 26 Sep 2008 10:59:42 +0000 |
banan |
Add support for Acelp.net fourcc and codecid, remuxing wav to avi should work
libavcodec
|
Thu, 25 Sep 2008 21:44:07 +0000 |
michael |
Avoid out of picture accesses when CODEC_FLAG_EMU_EDGE is set.
libavcodec
|
Thu, 25 Sep 2008 20:03:57 +0000 |
vitor |
Do instead of divising a float by a constant, multiply by its inverse
libavcodec
|
Thu, 25 Sep 2008 19:25:28 +0000 |
michael |
Ensure that no non-existing frame is used.
libavcodec
|
Thu, 25 Sep 2008 19:01:39 +0000 |
michael |
Do not free sps & pps on width/height changes.
libavcodec
|
Thu, 25 Sep 2008 14:34:14 +0000 |
michael |
Do not use the generic "alloc missing references" code for h.264 as it does
libavcodec
|
Thu, 25 Sep 2008 14:29:35 +0000 |
michael |
Initialize next/last_picture* as the generic code does not always
libavcodec
|
Thu, 25 Sep 2008 12:04:25 +0000 |
michael |
Print which slices are IDR not just the slice type.
libavcodec
|
Thu, 25 Sep 2008 00:41:49 +0000 |
michael |
Fix CAVLC+8x8+MBAFF loop filter.
libavcodec
|
Wed, 24 Sep 2008 23:24:24 +0000 |
michael |
Field -> MBAFF direct mode can use data from fields that are not
libavcodec
|
Wed, 24 Sep 2008 20:31:24 +0000 |
vitor |
Move constant multiplication out of the loop
libavcodec
|
Wed, 24 Sep 2008 20:05:22 +0000 |
vitor |
Cosmetics: move convolve() together with the other DSP functions
libavcodec
|
Wed, 24 Sep 2008 20:03:58 +0000 |
vitor |
Simplify: move division by constant off the loop
libavcodec
|
Wed, 24 Sep 2008 12:45:28 +0000 |
kostya |
Correct wrong lower limit and condition used in APE decoder
libavcodec
|
Tue, 23 Sep 2008 23:16:48 +0000 |
michael |
Merge the 2 lpc loops.
libavcodec
|
Tue, 23 Sep 2008 22:49:22 +0000 |
michael |
Factorize lpc code slightly.
libavcodec
|
Tue, 23 Sep 2008 08:45:46 +0000 |
kostya |
Cosmetics: reindent after last commit
libavcodec
|
Tue, 23 Sep 2008 08:45:12 +0000 |
kostya |
Add RLE4 and RLE8 decoding support for BMP
libavcodec
|
Tue, 23 Sep 2008 08:38:32 +0000 |
kostya |
Add support for 1-bit, 4-bit, 8-bit and some 16-bit raw BMP
libavcodec
|
Tue, 23 Sep 2008 08:32:18 +0000 |
kostya |
Calculate line size correctly for bit depths < 8
libavcodec
|
Mon, 22 Sep 2008 20:46:52 +0000 |
michael |
A few empty lines for readability.
libavcodec
|
Mon, 22 Sep 2008 20:43:35 +0000 |
michael |
Another try to fix temporal direct mode references.
libavcodec
|
Mon, 22 Sep 2008 05:40:52 +0000 |
diego |
spelling cosmetics
libavcodec
|
Mon, 22 Sep 2008 05:38:50 +0000 |
diego |
AltiVec detection support for OpenBSD, patch by Brad, brad comstyle com.
libavcodec
|
Mon, 22 Sep 2008 03:00:26 +0000 |
michael |
Fix all the recent problems Justin had run into with the AC3 parser,
libavcodec
|
Mon, 22 Sep 2008 02:32:22 +0000 |
michael |
Fix ref_shift so that it is correct for more/all? MBAFF/PAFF mixes.
libavcodec
|
Sun, 21 Sep 2008 23:51:36 +0000 |
michael |
indent
libavcodec
|
Sun, 21 Sep 2008 23:49:53 +0000 |
michael |
Correct comment in the direct mode code.
libavcodec
|
Sun, 21 Sep 2008 23:46:59 +0000 |
michael |
Simplify initialization of a few direct mode related variables.
libavcodec
|
Sun, 21 Sep 2008 02:39:09 +0000 |
michael |
Make MBAFF temporal direct mode closer to the spec.
libavcodec
|
Sun, 21 Sep 2008 02:23:51 +0000 |
michael |
Move direct_dist_scale_factor() and direct_ref_list_init() after fill_mbaff_ref_list()
libavcodec
|
Sun, 21 Sep 2008 02:19:45 +0000 |
michael |
Set poc for field references in MBAFF.
libavcodec
|
Sat, 20 Sep 2008 11:13:14 +0000 |
stefano |
Log an error message in case of invalid number of channels.
libavcodec
|
Fri, 19 Sep 2008 18:53:31 +0000 |
michael |
Remove fixme that is based on the assumption of !direct_8x8_inference && MBAFF.
libavcodec
|
Fri, 19 Sep 2008 18:49:17 +0000 |
michael |
Remove check and error message for "MBAFF + !direct_8x8_inference is not implemented"
libavcodec
|
Thu, 18 Sep 2008 16:36:19 +0000 |
michael |
Make pps/sps scaling_matrix initialization closer to the spec.
libavcodec
|
Thu, 18 Sep 2008 16:02:51 +0000 |
superdump |
Zero 'idx' for each iteration of the coupling gain loop and as it is only used
libavcodec
|
Thu, 18 Sep 2008 15:48:37 +0000 |
superdump |
Cosmetics: missing brackets
libavcodec
|
Thu, 18 Sep 2008 15:35:08 +0000 |
superdump |
Cast the return value of get_bits() to signed integer such that the subtraction
libavcodec
|
Thu, 18 Sep 2008 15:13:15 +0000 |
michael |
Ensure that extradata is not parsed twice.
libavcodec
|
Thu, 18 Sep 2008 14:08:44 +0000 |
kostya |
add newline at the end of message
libavcodec
|
Thu, 18 Sep 2008 13:17:44 +0000 |
kostya |
ZMBV encoder forgot to fill coded frame pointer
libavcodec
|
Thu, 18 Sep 2008 05:20:54 +0000 |
kostya |
Factorize out code used for MS RLE format decoding in different decoders.
libavcodec
|
Thu, 18 Sep 2008 03:08:33 +0000 |
conrad |
Remove duplication of TRANSPOSE8 macro, also removing some redundant load/stores
libavcodec
|
Thu, 18 Sep 2008 03:08:13 +0000 |
conrad |
Make a separate macro for writing an entire block from registers to memory
libavcodec
|
Thu, 18 Sep 2008 03:07:41 +0000 |
conrad |
Factorize SSE2_(Row|Column)_IDCT into one macro
libavcodec
|
Wed, 17 Sep 2008 20:52:54 +0000 |
conrad |
Cosmetics: remove excessive blank lines
libavcodec
|
Wed, 17 Sep 2008 19:49:31 +0000 |
conrad |
Ensure MMX/SSE2 VP3 IDCT selection isn't disabled when only Theora is enabled
libavcodec
|
Wed, 17 Sep 2008 19:38:44 +0000 |
conrad |
Cosmetics: reindent
libavcodec
|
Wed, 17 Sep 2008 19:30:51 +0000 |
conrad |
Rewrite SSE2 VP3 IDCT in inline asm
libavcodec
|
Wed, 17 Sep 2008 19:30:33 +0000 |
conrad |
Rewrite MMX VP3 IDCT in inline asm
libavcodec
|
Wed, 17 Sep 2008 19:30:03 +0000 |
conrad |
MMX/SSE2 VP3 IDCT are bitexact now that the dequantization matrices are permutated correctly
libavcodec
|
Wed, 17 Sep 2008 19:29:40 +0000 |
conrad |
Take idct permutation into account when initializing dequantization matrices
libavcodec
|
Wed, 17 Sep 2008 19:26:37 +0000 |
vitor |
Use SAMPLE_FMT_FLT instead of doing the float->int conversion in the
libavcodec
|
Wed, 17 Sep 2008 06:13:07 +0000 |
voroshil |
Second-stage gain and Moving Average Predictor codebooks.
libavcodec
|
Wed, 17 Sep 2008 06:05:12 +0000 |
voroshil |
Another set of approved changes for G.729: includes, formats structure,
libavcodec
|
Tue, 16 Sep 2008 15:59:43 +0000 |
superdump |
Validate pulse position and error out if an invalid position is encountered.
libavcodec
|
Tue, 16 Sep 2008 01:49:32 +0000 |
michael |
Only print "invalid new backstep" when it is really invalid.
libavcodec
|
Tue, 16 Sep 2008 01:24:12 +0000 |
michael |
Fix regression test failure caused by golomb limit not being considered
libavcodec
|
Tue, 16 Sep 2008 01:13:55 +0000 |
bcoudurier |
sync to latest x264 git, field was renamed
libavcodec
|
Tue, 16 Sep 2008 00:31:32 +0000 |
michael |
Make decoder more robust by default against broken encoders.
libavcodec
|
Mon, 15 Sep 2008 20:30:22 +0000 |
michael |
Correct the threshold of get_ur_golomb_jpegls() at which the optimized
libavcodec
|
Sun, 14 Sep 2008 22:27:47 +0000 |
jbr |
cosmetics: fix indentation after r15321
libavcodec
|
Sun, 14 Sep 2008 22:25:50 +0000 |
jbr |
write actual min and max frame size to FLAC header. update regression test checksum.
libavcodec
|
Sun, 14 Sep 2008 22:20:14 +0000 |
diego |
cosmetics: Fix indentation.
libavcodec
|
Sun, 14 Sep 2008 22:18:50 +0000 |
diego |
Remove useless #ifdef around #include.
libavcodec
|
Sun, 14 Sep 2008 21:39:54 +0000 |
jbr |
write MD5 checksum to FLAC header. update regression tests.
libavcodec
|
Sun, 14 Sep 2008 20:00:36 +0000 |
jbr |
write number of samples in FLAC extradata.
libavcodec
|
Sun, 14 Sep 2008 15:50:59 +0000 |
jbr |
Return error when trying to decode non-grayscale 16-bit PNM images.
libavcodec
|
Sat, 13 Sep 2008 20:52:57 +0000 |
superdump |
Reindent after last commit
libavcodec
|
Sat, 13 Sep 2008 20:51:36 +0000 |
superdump |
Apply pulses to unscaled coefficients rather than scaled.
libavcodec
|
Sat, 13 Sep 2008 20:22:31 +0000 |
superdump |
Operands of '+' are not necessarily evaluated in order so r15311 was pointless.
libavcodec
|
Sat, 13 Sep 2008 18:47:43 +0000 |
superdump |
Correct order of parsing for pulse scalefactor band and offset to match the
libavcodec
|
Sat, 13 Sep 2008 16:56:58 +0000 |
vitor |
Cosmetics: line breaks
libavcodec
|
Sat, 13 Sep 2008 16:49:05 +0000 |
vitor |
Simplify: use a single history buffer for gain and a single one for
libavcodec
|
Sat, 13 Sep 2008 13:18:35 +0000 |
diego |
Fix compilation on Mac OS X 10.4: Defining _POSIX_C_SOURCE hides the u_char &
libavcodec
|
Fri, 12 Sep 2008 14:33:35 +0000 |
superdump |
Reindent after last commit
libavcodec
|
Fri, 12 Sep 2008 14:32:49 +0000 |
superdump |
Only read some of TNS bitstream data in the case that the TNS filter order is
libavcodec
|
Thu, 11 Sep 2008 19:10:26 +0000 |
vitor |
Cosmetics: align spec references
libavcodec
|
Thu, 11 Sep 2008 19:06:54 +0000 |
vitor |
Rename function: s/colmult/apply_window/
libavcodec
|
Thu, 11 Sep 2008 08:13:23 +0000 |
diego |
misc spelling/wording/grammar fixes
libavcodec
|
Thu, 11 Sep 2008 06:35:37 +0000 |
kostya |
Make it possible to disable loop filter in VC-1.
libavcodec
|
Thu, 11 Sep 2008 01:22:34 +0000 |
superdump |
Correct pulse amplitude application - a negative or 0 coefficient implies the
libavcodec
|
Thu, 11 Sep 2008 00:34:39 +0000 |
darkshikari |
Fix incorrect printing of brainfart cropping error in some cases in progressive mode.
libavcodec
|
Wed, 10 Sep 2008 19:00:02 +0000 |
vitor |
Convert table to integer.
libavcodec
|
Tue, 09 Sep 2008 19:20:20 +0000 |
vitor |
Convert two tables to signed decimal
libavcodec
|
Tue, 09 Sep 2008 16:51:39 +0000 |
vitor |
Cosmetics: remove useless parentheses
libavcodec
|
Tue, 09 Sep 2008 16:50:11 +0000 |
vitor |
Remove ChannelData.lev var and use ChannelData.level instead
libavcodec
|
Tue, 09 Sep 2008 14:47:47 +0000 |
diego |
Add support for creating Simple Profile (I-frame only, no arithmetic coding)
libavcodec
|
Tue, 09 Sep 2008 14:42:50 +0000 |
jai_menon |
vorbis_enc : set coded_frame->pts value to running sample count.
libavcodec
|
Mon, 08 Sep 2008 23:47:50 +0000 |
aurel |
remove one more stuff under #if LIBAVCODEC_VERSION_INT
libavcodec
|
Mon, 08 Sep 2008 19:05:46 +0000 |
jai_menon |
alac : fix case where bits_per_sample is not set.
libavcodec
|
Mon, 08 Sep 2008 18:52:00 +0000 |
vitor |
Remove useless comment
libavcodec
|
Mon, 08 Sep 2008 18:51:33 +0000 |
vitor |
Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just an
libavcodec
|
Mon, 08 Sep 2008 18:31:48 +0000 |
michael |
Remove deprecated avcodec_decode_audio() this one was not under #ifdef.
libavcodec
|
Mon, 08 Sep 2008 18:29:08 +0000 |
michael |
avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than 32 pix_fmts.
libavcodec
|
Mon, 08 Sep 2008 18:18:49 +0000 |
michael |
Rename error_resilience to error_recognition.
libavcodec
|
Mon, 08 Sep 2008 18:18:29 +0000 |
vitor |
Pass directly variable 'a' to interp instead of evaluating it from num_blocks
libavcodec
|
Mon, 08 Sep 2008 18:16:00 +0000 |
vitor |
Simplify if() in copy_and_dup()
libavcodec
|
Mon, 08 Sep 2008 18:14:37 +0000 |
vitor |
Add av_cold attribute to decode_init()
libavcodec
|
Mon, 08 Sep 2008 18:13:53 +0000 |
vitor |
Cosmetics: Make the two additional units in size more clear
libavcodec
|
Mon, 08 Sep 2008 15:28:07 +0000 |
michael |
Remove DEFAULT_FRAME_RATE_BASE.
libavcodec
|
Mon, 08 Sep 2008 15:24:16 +0000 |
michael |
Drop deprecated SAMPLE_FMT_S24.
libavcodec
|
Mon, 08 Sep 2008 15:03:17 +0000 |
michael |
Remove stuff under #if LIBAVCODEC_VERSION_INT.
libavcodec
|
Mon, 08 Sep 2008 14:24:59 +0000 |
michael |
Bump Major version, this commit is almost just renaming bits_per_sample to
libavcodec
|
Mon, 08 Sep 2008 13:37:12 +0000 |
michael |
Try to fix wma regression.
libavcodec
|
Mon, 08 Sep 2008 05:17:17 +0000 |
diego |
Relicense as ISC with the authors' permission.
libavcodec
|
Sun, 07 Sep 2008 21:02:28 +0000 |
diego |
Relicense from LGPL 2.1 to LGPL 2.1 or later with the authors' permission.
libavcodec
|
Sun, 07 Sep 2008 20:21:15 +0000 |
vitor |
Check output buffer size before decoding.
libavcodec
|
Sun, 07 Sep 2008 20:18:18 +0000 |
vitor |
Cosmetics: rename vars s/ctx/chd/
libavcodec
|
Sun, 07 Sep 2008 17:20:55 +0000 |
vitor |
Exploit symmetry to reduce size of tables by half.
libavcodec
|
Sun, 07 Sep 2008 14:33:01 +0000 |
vitor |
Cosmetics: s/short/int16_t/
libavcodec
|
Sun, 07 Sep 2008 14:32:10 +0000 |
vitor |
Remove cast, now tables are signed.
libavcodec
|
Sun, 07 Sep 2008 14:30:54 +0000 |
vitor |
Convert tables to signed and decimal.
libavcodec
|
Sun, 07 Sep 2008 13:55:26 +0000 |
vitor |
Remove unused table entries.
libavcodec
|
Sun, 07 Sep 2008 13:47:30 +0000 |
vitor |
Remove commented out code.
libavcodec
|
Sun, 07 Sep 2008 13:46:09 +0000 |
vitor |
Use FFMIN() instead of rewriting it.
libavcodec
|
Sun, 07 Sep 2008 13:42:34 +0000 |
vitor |
Factorize broken clipping in its own function and document it.
libavcodec
|
Sun, 07 Sep 2008 09:55:47 +0000 |
vitor |
Cosmetics: whitespace/linebreaks
libavcodec
|
Sun, 07 Sep 2008 09:46:55 +0000 |
vitor |
Use the same 8 bit -> 16 bit conversion as QuickTime.
libavcodec
|
Sun, 07 Sep 2008 09:42:57 +0000 |
vitor |
Do not share context variables between channels and do not zero them at
libavcodec
|
Sun, 07 Sep 2008 09:38:37 +0000 |
vitor |
Remove output pointer from context
libavcodec
|
Sun, 07 Sep 2008 07:36:03 +0000 |
stefang |
add 1bpp decoding function and extend 4bpp function to
libavcodec
|
Sat, 06 Sep 2008 16:15:45 +0000 |
diego |
license header consistency cosmetics.
libavcodec
|
Sat, 06 Sep 2008 16:09:57 +0000 |
diego |
license header consistency cosmetics
libavcodec
|
Sat, 06 Sep 2008 13:45:02 +0000 |
voroshil |
Remove not approved parts.
libavcodec
|
Sat, 06 Sep 2008 11:46:29 +0000 |
vitor |
Test a var for overflow just after it is set
libavcodec
|
Sat, 06 Sep 2008 11:45:10 +0000 |
vitor |
Remove useless parentheses.
libavcodec
|
Fri, 05 Sep 2008 16:31:26 +0000 |
reimar |
Fix nuv decoder to use reget_buffer for non-keyframes and correctly
libavcodec
|
Fri, 05 Sep 2008 00:01:23 +0000 |
vitor |
Cosmetics: indent after last commit and remove useless braces
libavcodec
|
Fri, 05 Sep 2008 00:00:20 +0000 |
vitor |
Simplify: use a for instead of unrolling by hand
libavcodec
|
Thu, 04 Sep 2008 23:54:57 +0000 |
vitor |
Functions mace{3,6}_decode_frame() are just wrappers to Exp1to{3,6}(). This commit
libavcodec
|
Thu, 04 Sep 2008 23:18:28 +0000 |
vitor |
Simplify: use two distinct functions to decode MACE3 and MACE6, since the
libavcodec
|
Thu, 04 Sep 2008 23:12:20 +0000 |
vitor |
Simplify mace_decode_frame()
libavcodec
|
Thu, 04 Sep 2008 23:02:08 +0000 |
vitor |
Remove useless comments
libavcodec
|
Thu, 04 Sep 2008 23:00:34 +0000 |
vitor |
Reindent mace.c, its indentation was completly inconsistent with the coding rules.
libavcodec
|
Thu, 04 Sep 2008 22:17:27 +0000 |
vitor |
Cosmetics: s/LPC_type/LPC_TYPE/
libavcodec
|
Thu, 04 Sep 2008 15:04:08 +0000 |
vitor |
Multiply table by -1. This avoid doing this calculation (that was introduced
libavcodec
|
Thu, 04 Sep 2008 12:21:06 +0000 |
michael |
Fix artifacts of MPEG4-720I-DN-SV8K.trp caused by lack of IDR pictures and
libavcodec
|
Thu, 04 Sep 2008 11:03:14 +0000 |
vitor |
Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC decoders.
libavcodec
|
Wed, 03 Sep 2008 19:04:46 +0000 |
michael |
Ignore the spec, and calculate aspect ratio on width/height.
libavcodec
|
Wed, 03 Sep 2008 17:43:00 +0000 |
michael |
Clarify sample_aspect_ratio.
libavcodec
|
Wed, 03 Sep 2008 13:31:33 +0000 |
jai_menon |
fix issue 616 on roundup : decoding of short flac files
libavcodec
|
Wed, 03 Sep 2008 12:43:18 +0000 |
diego |
Disable encoders by undefining CONFIG_FOO_ENCODER once instead of littering
libavcodec
|
Wed, 03 Sep 2008 12:35:17 +0000 |
diego |
Surround some encoding-specific functions with the appropriate
libavcodec
|
Wed, 03 Sep 2008 12:33:21 +0000 |
diego |
Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific
libavcodec
|
Wed, 03 Sep 2008 04:45:01 +0000 |
voroshil |
gain codebook (first stage), 8k mode for G.729
libavcodec
|
Wed, 03 Sep 2008 01:07:03 +0000 |
voroshil |
Another set of approved G.729 chunks (from decoder core)
libavcodec
|
Wed, 03 Sep 2008 00:19:08 +0000 |
aurel |
theoradec: cosmetics: indentation
libavcodec
|
Wed, 03 Sep 2008 00:17:11 +0000 |
aurel |
theoradec: skip decoding of uncoded MV in 4MV code
libavcodec
|
Wed, 03 Sep 2008 00:10:30 +0000 |
aurel |
theoradec: small 4MV code reorganization to ease future improvements
libavcodec
|
Tue, 02 Sep 2008 23:25:57 +0000 |
diego |
Replace generic CONFIG_DECODERS preprocessor conditionals by more specific
libavcodec
|
Tue, 02 Sep 2008 23:14:11 +0000 |
diego |
Silence a couple of 'defined but not used' warnings by adding an av_unused
libavcodec
|
Tue, 02 Sep 2008 23:09:14 +0000 |
diego |
Prevent a division by 0 in the g726 decoder when the configured samplerate is 0.
libavcodec
|
Tue, 02 Sep 2008 17:15:28 +0000 |
voroshil |
Parity bit calculation routine for G.729
libavcodec
|
Tue, 02 Sep 2008 16:31:18 +0000 |
michael |
Try to support invalid h264 that does not mark IDR with POC=0.
libavcodec
|
Tue, 02 Sep 2008 04:04:26 +0000 |
jbr |
add a separate line in Makefile for E-AC-3 decoder and only compile it when
libavcodec
|
Mon, 01 Sep 2008 21:13:05 +0000 |
bcoudurier |
make pcm encoder setting bits_per_sample field
libavcodec
|
Mon, 01 Sep 2008 14:33:54 +0000 |
jbr |
create a separate codec_id for E-AC-3
libavcodec
|
Mon, 01 Sep 2008 11:19:26 +0000 |
bwolowiec |
Remaining parts of Nellymoser encoder
libavcodec
|
Mon, 01 Sep 2008 00:28:51 +0000 |
michael |
Check ff_init_me()s return value.
libavcodec
|
Mon, 01 Sep 2008 00:22:00 +0000 |
michael |
1000l Fix snow regression test that i broke in r15135.
libavcodec
|
Sun, 31 Aug 2008 23:55:47 +0000 |
michael |
Warn the user about me_method values that are not supported.
libavcodec
|
Sun, 31 Aug 2008 22:49:42 +0000 |
michael |
Optimize vorbis_residue_decode() so that vr->type is a constant.
libavcodec
|
Sun, 31 Aug 2008 20:26:28 +0000 |
michael |
Remove debuging junk that probably hasnt been used by anyone since years.
libavcodec
|
Sun, 31 Aug 2008 19:26:33 +0000 |
bwolowiec |
Okayed parts of nellymoserenc.c
libavcodec
|
Sun, 31 Aug 2008 08:09:54 +0000 |
stefang |
reduce code duplication by moving common header parsing
libavcodec
|
Sun, 31 Aug 2008 07:39:47 +0000 |
stefano |
Globally rename the header inclusion guard names.
libavcodec
|
Sun, 31 Aug 2008 07:05:55 +0000 |
conrad |
Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating it
libavcodec
|
Sun, 31 Aug 2008 07:05:29 +0000 |
conrad |
Declare ff_vp3_idct_data to be uint16_t
libavcodec
|
Sun, 31 Aug 2008 07:05:08 +0000 |
conrad |
Don't declare SSE vp3 idct data static, so it can be used in the mmx version
libavcodec
|
Sun, 31 Aug 2008 03:08:18 +0000 |
jbr |
turn on E-AC-3 decoding support and update the Changelog
libavcodec
|
Sun, 31 Aug 2008 03:01:56 +0000 |
jbr |
simplify code and comment regarding determination whether or not AHT is used.
libavcodec
|
Sun, 31 Aug 2008 02:58:21 +0000 |
jbr |
use correct table name
libavcodec
|
Sun, 31 Aug 2008 02:39:55 +0000 |
vitor |
Misc cosmetics in compute_lpc_coefs(): braces removal and empty lines
libavcodec
|
Sun, 31 Aug 2008 02:38:38 +0000 |
jbr |
skip converter exponent strategy for all channels at once
libavcodec
|
Sun, 31 Aug 2008 02:37:04 +0000 |
vitor |
Remove useless var in compute_lpc_coefs()
libavcodec
|
Sun, 31 Aug 2008 02:35:58 +0000 |
jbr |
merge declaration and init. variable is not used outside the loop.
libavcodec
|
Sun, 31 Aug 2008 02:32:08 +0000 |
jbr |
cosmetics: indentation
libavcodec
|
Sun, 31 Aug 2008 02:31:05 +0000 |
vitor |
Merge declaration and initialization of a few vars in compute_lpc_coefs()
libavcodec
|
Sun, 31 Aug 2008 02:30:09 +0000 |
jbr |
commit more OKed parts of the E-AC-3 decoder
libavcodec
|
Sat, 30 Aug 2008 23:19:23 +0000 |
jbr |
commit more OKed parts of the E-AC-3 decoder
libavcodec
|
Sat, 30 Aug 2008 23:13:10 +0000 |
jbr |
commit more OKed parts of the E-AC-3 decoder
libavcodec
|
Sat, 30 Aug 2008 20:39:12 +0000 |
michael |
Fix lossless jpeg encoder to comply to spec and store full redundant
libavcodec
|
Sat, 30 Aug 2008 19:47:47 +0000 |
conrad |
Remove unused dequantization code from SSE VP3 IDCT
libavcodec
|
Sat, 30 Aug 2008 19:41:42 +0000 |
conrad |
Use ff_pw_8 in MMX/SSE VP3 IDCT
libavcodec
|
Sat, 30 Aug 2008 19:40:21 +0000 |
conrad |
Let ff_pw_8 be used as an SSE constant
libavcodec
|
Sat, 30 Aug 2008 17:51:03 +0000 |
jbr |
cosmetics: update comment about dithering
libavcodec
|
Sat, 30 Aug 2008 11:01:58 +0000 |
michael |
Remove the cos_mod table that has become unused after replacing the imdct
libavcodec
|
Sat, 30 Aug 2008 10:47:13 +0000 |
michael |
Replace obfuscated mdct in qmf_32_subbands() by ff_imdct_half().
libavcodec
|
Sat, 30 Aug 2008 10:41:53 +0000 |
michael |
Get rid of the 512 sample memmove().
libavcodec
|
Sat, 30 Aug 2008 04:26:45 +0000 |
pross |
Remove 'currently unused' warning about SAMPLE_FMT_xxx.
libavcodec
|
Fri, 29 Aug 2008 21:35:57 +0000 |
bwolowiec |
Okayed parts of nellymoserenc.c
libavcodec
|
Fri, 29 Aug 2008 21:12:30 +0000 |
vitor |
Remove useless zeroing of a buffer
libavcodec
|
Fri, 29 Aug 2008 20:19:23 +0000 |
superdump |
Fix typo in element type
libavcodec
|
Fri, 29 Aug 2008 20:18:34 +0000 |
superdump |
Remove unnecessary portion of a condition. This fixes issue607 and avoids
libavcodec
|
Fri, 29 Aug 2008 18:43:20 +0000 |
stefano |
Fix typo.
libavcodec
|
Fri, 29 Aug 2008 18:37:40 +0000 |
michael |
Half the size of subband_fir_noidea and get rid of memmove & memset of it.
libavcodec
|
Fri, 29 Aug 2008 17:37:32 +0000 |
stefano |
Make X264_init() no longer assign avctx->rc_eq to libx264's context.
libavcodec
|
Fri, 29 Aug 2008 14:53:07 +0000 |
michael |
Move t1 and t2 declaration from the QMF code closer to where they are used.
libavcodec
|
Fri, 29 Aug 2008 14:44:47 +0000 |
michael |
Simplify (drop useless intermediate sum and diff arrays).
libavcodec
|
Fri, 29 Aug 2008 10:14:01 +0000 |
andoma |
5,1l: samples_chanptr[] should be (const float *)
libavcodec
|
Fri, 29 Aug 2008 10:12:44 +0000 |
andoma |
dca: Set data_size outside block loop.
libavcodec
|
Fri, 29 Aug 2008 10:09:51 +0000 |
andoma |
dca: Do float -> int16 interleaving in-place using s->dsp.float_to_int16_interleave()
libavcodec
|
Fri, 29 Aug 2008 06:14:53 +0000 |
kostya |
While APE changed container format in 3.98, frequency tables for range coding
libavcodec
|
Fri, 29 Aug 2008 04:02:04 +0000 |
pross |
Bump libavcodec minor version number for r15017.
libavcodec
|
Fri, 29 Aug 2008 03:59:48 +0000 |
pross |
Add AVCodecContext.bits_per_raw_sample field.
libavcodec
|
Fri, 29 Aug 2008 03:52:10 +0000 |
pross |
Change AVCodecContext.bits_per_sample to bits_per_coded_sample.
libavcodec
|
Fri, 29 Aug 2008 00:09:47 +0000 |
jbr |
cosmetics: change another "get" to "decode"
libavcodec
|
Fri, 29 Aug 2008 00:06:43 +0000 |
jbr |
cosmetics: change "get" to "decode"
libavcodec
|
Thu, 28 Aug 2008 23:16:21 +0000 |
jbr |
cosmetics: indentation
libavcodec
|
Thu, 28 Aug 2008 23:04:15 +0000 |
jbr |
remove unneeded variable, dither_all
libavcodec
|
Thu, 28 Aug 2008 22:41:00 +0000 |
romansh |
Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as
libavcodec
|
Thu, 28 Aug 2008 19:21:59 +0000 |
romansh |
Introducing video_stype for holding the value of VAUX source pack
libavcodec
|
Thu, 28 Aug 2008 04:53:57 +0000 |
kostya |
Add generic IIR filter interface with Butterworth lowpass filter implementation
libavcodec
|
Thu, 28 Aug 2008 00:46:09 +0000 |
michael |
Fix mid/side stereo buggy output zeroing, fixes issue264 part 2.
libavcodec
|
Wed, 27 Aug 2008 23:44:34 +0000 |
jbr |
cosmetics: rename a table
libavcodec
|
Wed, 27 Aug 2008 23:23:54 +0000 |
jbr |
cosmetics: indent after last commit
libavcodec
|
Wed, 27 Aug 2008 23:11:05 +0000 |
jbr |
do not read exponent strategies from each block for E-AC-3 since they are in the header
libavcodec
|
Wed, 27 Aug 2008 20:25:47 +0000 |
romansh |
Cosmetic change aimed at making it easier to see how bits are consumed
libavcodec
|
Wed, 27 Aug 2008 20:21:17 +0000 |
romansh |
Factoring out chan_slice / 27 into seq variable
libavcodec
|
Wed, 27 Aug 2008 20:17:01 +0000 |
romansh |
Simplification of how dct_mode affects decoding.
libavcodec
|
Wed, 27 Aug 2008 18:56:50 +0000 |
michael |
Cosmetics (format ff_nelly_dequantization_table nicer)
libavcodec
|
Wed, 27 Aug 2008 01:47:03 +0000 |
jbr |
add definitions and documentation for shared functions for E-AC-3 decoding
libavcodec
|
Wed, 27 Aug 2008 01:40:46 +0000 |
jbr |
copy default coupling band structure from table to decoding context (used for E-AC-3)
libavcodec
|
Wed, 27 Aug 2008 01:36:20 +0000 |
jbr |
add more OKed parts of the E-AC-3 decoder: structural changes to support AHT mode mantissa decoding
libavcodec
|
Wed, 27 Aug 2008 01:24:43 +0000 |
jbr |
cosmetics: rename some functions from *get_* to *decode_*
libavcodec
|
Tue, 26 Aug 2008 23:25:29 +0000 |
bcoudurier |
simplify mpeg12 avctx->pix_fmt set
libavcodec
|
Tue, 26 Aug 2008 19:40:53 +0000 |
aurel |
Add a temp variable to ff_sine_window_init() to match the way wma.c computed
libavcodec
|
Tue, 26 Aug 2008 19:38:17 +0000 |
voroshil |
Add explicit (int) cast to i386 optimized MUL* macros.
libavcodec
|
Tue, 26 Aug 2008 18:06:07 +0000 |
voroshil |
(cosmetics) Remove incorrect comment.
libavcodec
|
Tue, 26 Aug 2008 16:47:31 +0000 |
voroshil |
(cosmetics) Describe for which tests clipping is required.
libavcodec
|
Tue, 26 Aug 2008 16:41:23 +0000 |
voroshil |
(cosmetics) Remove wrong comments.
libavcodec
|
Tue, 26 Aug 2008 07:13:43 +0000 |
voroshil |
(cosmetics) Align comments consistently.
libavcodec
|
Tue, 26 Aug 2008 07:10:38 +0000 |
voroshil |
Another set of definitions for G.729
libavcodec
|
Mon, 25 Aug 2008 22:51:47 +0000 |
michael |
Replace cliping in ff_acelp_interpolate() by a check&av_log, this should be the
libavcodec
|
Mon, 25 Aug 2008 16:32:03 +0000 |
lu_zero |
Missing static in float_to_int16_altivec declaration
libavcodec
|
Mon, 25 Aug 2008 08:53:14 +0000 |
bwolowiec |
Little-endian bitstream writer
libavcodec
|
Mon, 25 Aug 2008 06:28:52 +0000 |
kostya |
fir_32bands_perfect[] contents were mixed, restore original order
libavcodec
|
Mon, 25 Aug 2008 02:29:04 +0000 |
mru |
ARM: add prefetch function using ARMv5 PLD instruction
libavcodec
|
Mon, 25 Aug 2008 01:59:06 +0000 |
mru |
ARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for NEON
libavcodec
|
Mon, 25 Aug 2008 00:15:29 +0000 |
jbr |
right shift the values by 8 in GAQ remap "B" table. data now fits in int8_t.
libavcodec
|
Sun, 24 Aug 2008 22:57:25 +0000 |
jbr |
1000l to me. committed to wrong repo. revert last commit.
libavcodec
|
Sun, 24 Aug 2008 22:55:08 +0000 |
jbr |
cosmetics: rename some functions from *get_* to *decode_*
libavcodec
|
Sun, 24 Aug 2008 08:41:20 +0000 |
gpoirier |
stricter constraints of asm() blocks
libavcodec
|
Sun, 24 Aug 2008 08:31:19 +0000 |
superdump |
Fix index to ff_sine_windows[]. Previously the index was usually in reverse
libavcodec
|
Sun, 24 Aug 2008 05:56:23 +0000 |
kostya |
okayed chunks of AAC encoder
libavcodec
|
Sun, 24 Aug 2008 05:47:45 +0000 |
kostya |
Correct scaling factor in DCA decoder synthesis.
libavcodec
|
Sun, 24 Aug 2008 04:55:32 +0000 |
jbr |
change eac3dec.c license to LGPL
libavcodec
|
Sun, 24 Aug 2008 04:03:02 +0000 |
lorenm |
document some dsp alignments
libavcodec
|
Sat, 23 Aug 2008 22:45:03 +0000 |
pross |
Upgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32. Patch supplied by lars dot taeuber at gmx dot net.
libavcodec
|
Sat, 23 Aug 2008 21:10:38 +0000 |
lu_zero |
Remove unused variables
libavcodec
|
Sat, 23 Aug 2008 21:09:46 +0000 |
lu_zero |
Introduce float_to_int16_interleave_altivec, tested with vorbis
libavcodec
|
Sat, 23 Aug 2008 21:02:30 +0000 |
lu_zero |
Introduce float_to_int16_one_altivec
libavcodec
|
Sat, 23 Aug 2008 15:49:58 +0000 |
kostya |
Simple lowpass filter implementation.
libavcodec
|
Sat, 23 Aug 2008 15:25:57 +0000 |
kostya |
Do not pass unnecessary arguments to AAC encoder functions
libavcodec
|
Sat, 23 Aug 2008 13:35:12 +0000 |
michael |
Remove redundant FFMIN().
libavcodec
|
Sat, 23 Aug 2008 13:29:13 +0000 |
michael |
Increase buffer size to 16384 patch by Alexander E. Patrakov" patrakov gmail
libavcodec
|
Sat, 23 Aug 2008 12:49:13 +0000 |
voroshil |
Remove unnecessary header inclusion from g729.h
libavcodec
|
Sat, 23 Aug 2008 12:38:45 +0000 |
voroshil |
Move from g729.h all definitions which are used only in g729dec.c
libavcodec
|
Sat, 23 Aug 2008 03:30:08 +0000 |
jbr |
fix decoding of coupling leak info for normal AC-3
libavcodec
|
Sat, 23 Aug 2008 02:04:36 +0000 |
jbr |
add more OKed parts of the E-AC-3 decoder
libavcodec
|
Sat, 23 Aug 2008 01:55:52 +0000 |
jbr |
cosmetics: indentation
libavcodec
|
Sat, 23 Aug 2008 01:51:42 +0000 |
jbr |
add some approved parts of the E-AC-3 decoder
libavcodec
|
Fri, 22 Aug 2008 18:21:22 +0000 |
superdump |
Use ff_imdct_half() and vector_fmul_window() for IMDCT and windowing. Reduce
libavcodec
|
Fri, 22 Aug 2008 18:19:18 +0000 |
superdump |
Whitespace cosmetics after the last commit
libavcodec
|
Fri, 22 Aug 2008 18:18:50 +0000 |
superdump |
Separate code in imdct_and_windowing() into distinct IMDCT, windowing and
libavcodec
|
Fri, 22 Aug 2008 15:09:20 +0000 |
jai_menon |
alac : check readsamplesize to ensure get_bits() doesn't
libavcodec
|
Fri, 22 Aug 2008 14:57:35 +0000 |
jai_menon |
alacenc : perform decorrelation only for stereo samples
libavcodec
|
Thu, 21 Aug 2008 23:52:48 +0000 |
michael |
Make equation in doxy of ff_acelp_weighted_vector_sum() more readable by
libavcodec
|
Thu, 21 Aug 2008 23:51:25 +0000 |
michael |
doxygen consistency
libavcodec
|
Thu, 21 Aug 2008 23:49:58 +0000 |
michael |
Make comments doxygen compatible.
libavcodec
|
Thu, 21 Aug 2008 23:45:20 +0000 |
michael |
Doxygen syntax consistency.
libavcodec
|
Thu, 21 Aug 2008 23:39:52 +0000 |
michael |
Mention cut-off freq of ff_acelp_high_pass_filter() instead of some
libavcodec
|
Thu, 21 Aug 2008 23:25:41 +0000 |
michael |
Remove mathops.h dependancy.
libavcodec
|
Thu, 21 Aug 2008 23:23:01 +0000 |
michael |
vertical align
libavcodec
|
Thu, 21 Aug 2008 23:22:11 +0000 |
michael |
Remove ff_acelp_weighted_filter() which is just a function wrapping a 1
libavcodec
|
Thu, 21 Aug 2008 22:41:20 +0000 |
michael |
Rename subframe_size to a name that is not specific to some specific use
libavcodec
|
Thu, 21 Aug 2008 22:36:32 +0000 |
michael |
rename pitch_delay_frac in ff_acelp_interpolate()
libavcodec
|
Thu, 21 Aug 2008 22:34:13 +0000 |
michael |
Try to improve parameter doxy of ff_acelp_interpolate().
libavcodec
|
Thu, 21 Aug 2008 22:05:14 +0000 |
michael |
Clarify how generic ff_acelp_interpolate() is.
libavcodec
|
Thu, 21 Aug 2008 22:02:04 +0000 |
michael |
Correct incorrect length parameter doxy for ff_acelp_interpolate().
libavcodec
|
Thu, 21 Aug 2008 21:59:42 +0000 |
michael |
Right half is clearer than positive half for specifying which part of
libavcodec
|
Thu, 21 Aug 2008 21:56:48 +0000 |
michael |
Mention the fixed-point scale of the FIR filter coefficients.
libavcodec
|
Thu, 21 Aug 2008 21:52:56 +0000 |
michael |
Cleanup comment for ff_acelp_interp_filter.
libavcodec
|
Thu, 21 Aug 2008 21:37:53 +0000 |
michael |
Make doxygen comments consistent with the rest of FFmpeg.
libavcodec
|
Thu, 21 Aug 2008 21:33:31 +0000 |
michael |
Document code, do not document difference to a irrelevant reference implementation.
libavcodec
|
Thu, 21 Aug 2008 21:31:03 +0000 |
michael |
Remove some irrelevant comments.
libavcodec
|
Thu, 21 Aug 2008 13:35:23 +0000 |
voroshil |
first and second stage LSP codebooks for G.729
libavcodec
|
Thu, 21 Aug 2008 12:13:22 +0000 |
superdump |
Reindent after last commit
libavcodec
|
Thu, 21 Aug 2008 12:12:03 +0000 |
superdump |
Work around GCC variable may be used uninitialised warning
libavcodec
|
Thu, 21 Aug 2008 11:29:28 +0000 |
superdump |
Remove unused variable
libavcodec
|
Thu, 21 Aug 2008 10:31:08 +0000 |
diego |
cosmetics: Fix incorrect indentation.
libavcodec
|
Thu, 21 Aug 2008 10:23:55 +0000 |
superdump |
Reindent
libavcodec
|
Thu, 21 Aug 2008 07:57:51 +0000 |
andoma |
The comment about channel order for AAC 5.1 audio was not correct, fix it.
libavcodec
|
Thu, 21 Aug 2008 07:21:26 +0000 |
superdump |
Last hunk of the AAC decoder code to be OKed and build system and documentation
libavcodec
|
Wed, 20 Aug 2008 23:11:26 +0000 |
michael |
Provide a simpler way for the user to reorder her timestamps.
libavcodec
|
Wed, 20 Aug 2008 17:05:14 +0000 |
diego |
Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs.
libavcodec
|
Wed, 20 Aug 2008 16:59:26 +0000 |
diego |
cosmetics: comment spelling/grammar fixes
libavcodec
|
Wed, 20 Aug 2008 11:05:15 +0000 |
pross |
Fix PCM DVD divide by zero bug introduced in r14659. Patch supplied by lars dot taeuber at gmx dot net.
libavcodec
|
Wed, 20 Aug 2008 01:02:32 +0000 |
jbr |
cosmetics: indentation
libavcodec
|
Wed, 20 Aug 2008 00:32:17 +0000 |
jbr |
commit the OKed parts of the E-AC-3 decoder
libavcodec
|
Wed, 20 Aug 2008 00:15:27 +0000 |
jbr |
get data size based on the actual data array instead of coding-in the calculation
libavcodec
|
Wed, 20 Aug 2008 00:08:59 +0000 |
jbr |
rename AC3_MAX_FRAME_SIZE to AC3_FRAME_BUFFER_SIZE and increase the size
libavcodec
|
Tue, 19 Aug 2008 20:52:26 +0000 |
diego |
Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately.
libavcodec
|
Tue, 19 Aug 2008 20:04:46 +0000 |
diego |
cosmetics: s/const static/static const/g
libavcodec
|
Tue, 19 Aug 2008 19:25:00 +0000 |
jai_menon |
Update changelog and general.texi to reflect
libavcodec
|
Tue, 19 Aug 2008 18:45:00 +0000 |
jai_menon |
alacenc: compare against ALAC_MAX_LPC_ORDER instead of MAX_LPC_ORDER
libavcodec
|
Tue, 19 Aug 2008 17:20:41 +0000 |
jai_menon |
alacenc: last few hunks approved by michael
libavcodec
|
Tue, 19 Aug 2008 16:12:05 +0000 |
ramiro |
alacenc: Use user-specified min and max prediction order.
libavcodec
|
Tue, 19 Aug 2008 16:07:58 +0000 |
ramiro |
Import more OKed parts of ALAC encoder from GSoC repo.
libavcodec
|
Tue, 19 Aug 2008 16:02:43 +0000 |
romansh |
Making block size in bits variable and dependent on the DV spec
libavcodec
|
Tue, 19 Aug 2008 16:01:41 +0000 |
romansh |
Making the number of blocks per macroblock dependent on the DV stream
libavcodec
|
Tue, 19 Aug 2008 16:00:26 +0000 |
romansh |
Introducing DV_MAX_BPM macro instead of a hardcoded value for the
libavcodec
|
Tue, 19 Aug 2008 10:43:47 +0000 |
pross |
Add F64BE, F64LE and F64BE PCM codecs.
libavcodec
|
Tue, 19 Aug 2008 10:36:30 +0000 |
pross |
Add SAMPLE_FMT_DBL.
libavcodec
|
Tue, 19 Aug 2008 10:17:29 +0000 |
pross |
Fix PCM_S16LE_PLANAR channel-address calculation bug introduced in r14659.
libavcodec
|
Tue, 19 Aug 2008 08:55:40 +0000 |
diego |
Mark init_vlcs function as av_cold.
libavcodec
|
Mon, 18 Aug 2008 21:36:58 +0000 |
superdump |
More OKed AAC decoder code hunks
libavcodec
|
Mon, 18 Aug 2008 19:39:08 +0000 |
superdump |
More OKed AAC decoder code hunks
libavcodec
|
Mon, 18 Aug 2008 12:03:59 +0000 |
pross |
Mark SAMPLE_FMT_S24 as deprecated.
libavcodec
|
Mon, 18 Aug 2008 05:39:44 +0000 |
kostya |
Add okayed chunks of AAC encoder psychoacoustic model
libavcodec
|
Mon, 18 Aug 2008 05:38:26 +0000 |
kostya |
Add okayed parts for AAC encoder
libavcodec
|
Sun, 17 Aug 2008 22:47:40 +0000 |
ramiro |
Import more ok'd parts of ALAC encoder from GSoC repo.
libavcodec
|
Sun, 17 Aug 2008 19:56:28 +0000 |
jbr |
remove some unneeded header includes
libavcodec
|
Sun, 17 Aug 2008 19:26:13 +0000 |
diego |
Add missing header includes to fix 'make checkheaders'.
libavcodec
|
Sun, 17 Aug 2008 17:41:48 +0000 |
jbr |
use LFG instead of Mersenne Twister for AC-3 PRNG
libavcodec
|
Sun, 17 Aug 2008 17:08:25 +0000 |
diego |
Mark adx_decode_init() as type int instead of void, the function returns
libavcodec
|
Sun, 17 Aug 2008 16:10:46 +0000 |
jbr |
fix and simplify frame size check and reencoding in verbatim mode
libavcodec
|
Sun, 17 Aug 2008 12:25:01 +0000 |
ramiro |
alacenc: NULL_IF_CONFIG_SMALL long_name.
libavcodec
|
Sun, 17 Aug 2008 08:43:37 +0000 |
voroshil |
G.729 decoder main code
libavcodec
|
Sun, 17 Aug 2008 07:04:11 +0000 |
kostya |
More okayed chunks of AAC encoder
libavcodec
|
Sun, 17 Aug 2008 04:36:06 +0000 |
ramiro |
Import ok'd parts of ALAC encoder from GSoC repo.
libavcodec
|
Sat, 16 Aug 2008 22:42:59 +0000 |
jbr |
update my email address to one which does not depend on my service provider
libavcodec
|
Sat, 16 Aug 2008 21:39:09 +0000 |
jbr |
use range of lpc orders in ORDER_METHOD_EST
libavcodec
|
Sat, 16 Aug 2008 21:32:03 +0000 |
jbr |
cosmetics: adjust line breaks and vertical alignment
libavcodec
|
Sat, 16 Aug 2008 21:24:06 +0000 |
jbr |
use limited range of lpc orders when quantizing coefficients
libavcodec
|
Sat, 16 Aug 2008 17:28:29 +0000 |
ramiro |
lpc: cosmetics: vertically align declarations and definitions.
libavcodec
|
Sat, 16 Aug 2008 17:18:20 +0000 |
ramiro |
flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.
libavcodec
|
Sat, 16 Aug 2008 17:03:57 +0000 |
ramiro |
flacenc: Allow more flexible shift calculation in LPC.
libavcodec
|
Sat, 16 Aug 2008 14:46:31 +0000 |
michael |
Fix rc_eq mem leak.
libavcodec
|
Sat, 16 Aug 2008 14:13:49 +0000 |
michael |
Revert r14260
libavcodec
|
Sat, 16 Aug 2008 11:59:36 +0000 |
kostya |
Synchronize AAC encoder with renamings in aac.h
libavcodec
|
Sat, 16 Aug 2008 05:47:18 +0000 |
kostya |
Add approved chunks to AAC encoder
libavcodec
|
Sat, 16 Aug 2008 01:25:12 +0000 |
pross |
Use memcpy() for PCM S16/S32 codecs when codec byte-order matches machine byte-order.
libavcodec
|
Fri, 15 Aug 2008 10:31:11 +0000 |
superdump |
Don't try to free shared ff_sine_* tables pointed to by s->windows[]
libavcodec
|
Fri, 15 Aug 2008 08:01:31 +0000 |
superdump |
More OKed AAC decoder hunks
libavcodec
|
Fri, 15 Aug 2008 00:19:14 +0000 |
superdump |
Synchronise AAC decoder code with that from SoC
libavcodec
|
Fri, 15 Aug 2008 00:14:07 +0000 |
lorenm |
document some dsp alignments
libavcodec
|
Fri, 15 Aug 2008 00:05:09 +0000 |
superdump |
More OKed sections of AAC decoder code
libavcodec
|
Thu, 14 Aug 2008 22:12:19 +0000 |
superdump |
The ff_sine_#[] should be aligned as they will commonly be used in dsputil
libavcodec
|
Thu, 14 Aug 2008 22:01:59 +0000 |
aurel |
ensure we get explicit definition of various _XOPEN_SOURCE functions we use
libavcodec
|
Thu, 14 Aug 2008 19:38:39 +0000 |
ramiro |
mlp: Define End-of-Stream code in common header file and use it in decoder.
libavcodec
|
Thu, 14 Aug 2008 16:07:17 +0000 |
kostya |
Remove not OKed parts from AAC encoder
libavcodec
|
Thu, 14 Aug 2008 14:40:16 +0000 |
superdump |
Add declarations for the sine tables used in wma.c (half window sizes: 128,
libavcodec
|
Thu, 14 Aug 2008 14:36:22 +0000 |
superdump |
Change wma.c to use the ff_sine_window_init() from mdct.c
libavcodec
|
Thu, 14 Aug 2008 05:52:29 +0000 |
kostya |
Okayed parts of AAC encoder
libavcodec
|
Thu, 14 Aug 2008 05:00:25 +0000 |
lorenm |
file which should have been added in r14749
libavcodec
|
Thu, 14 Aug 2008 04:41:02 +0000 |
lorenm |
missing prototype
libavcodec
|
Thu, 14 Aug 2008 04:40:46 +0000 |
lorenm |
gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm
libavcodec
|
Thu, 14 Aug 2008 04:39:59 +0000 |
lorenm |
gcc chokes on xmm constraints, so pessimize int32_to_float_fmul_scalar_sse a little
libavcodec
|
Thu, 14 Aug 2008 03:58:05 +0000 |
ramiro |
mlp: split simple inline function that xors 4 bytes into one.
libavcodec
|
Wed, 13 Aug 2008 23:36:37 +0000 |
lorenm |
special case 6 channel version of float_to_int16_interleave
libavcodec
|
Wed, 13 Aug 2008 23:35:40 +0000 |
lorenm |
simd int->float
libavcodec
|
Wed, 13 Aug 2008 23:33:48 +0000 |
lorenm |
simd downmix
libavcodec
|
Wed, 13 Aug 2008 23:30:53 +0000 |
lorenm |
don't mark the delayed samples for upmixing if they haven't been downmixed
libavcodec
|
Wed, 13 Aug 2008 23:30:28 +0000 |
lorenm |
oops, non-normalized downmix to mono contaminated add_bias for non-simd float-to-int.
libavcodec
|
Wed, 13 Aug 2008 19:43:18 +0000 |
ramiro |
mlp: Cosmetics: Close comments in an extra line and
libavcodec
|
Wed, 13 Aug 2008 18:47:03 +0000 |
ramiro |
mlp: Split common code from parser and decoder to be used by encoder.
libavcodec
|
Wed, 13 Aug 2008 18:33:25 +0000 |
diego |
Remove unused variable.
libavcodec
|
Wed, 13 Aug 2008 02:44:38 +0000 |
ramiro |
mlp_parser: Initialize crc data in its own function.
libavcodec
|
Wed, 13 Aug 2008 01:41:06 +0000 |
ramiro |
mlpdec: Put some doxy comments to the right of vars instead of interleaved.
libavcodec
|
Wed, 13 Aug 2008 01:36:01 +0000 |
ramiro |
mlpdec: Split channel parameters from context into their own struct.
libavcodec
|
Tue, 12 Aug 2008 23:45:46 +0000 |
lorenm |
optimize ac3_downmix.
libavcodec
|
Tue, 12 Aug 2008 18:05:58 +0000 |
ramiro |
mlpdec: whitespace and line-breaking cosmetics.
libavcodec
|
Tue, 12 Aug 2008 17:53:59 +0000 |
ramiro |
mlpdec: Split filter parameters from context into their own struct.
libavcodec
|
Tue, 12 Aug 2008 12:32:40 +0000 |
pross |
Fix CODEC_ID_PCM_U8 decoder output size calculation to support odd-number of samples.
libavcodec
|
Tue, 12 Aug 2008 03:01:17 +0000 |
lorenm |
use float_to_int16_interleave in ac3
libavcodec
|
Tue, 12 Aug 2008 01:30:24 +0000 |
lorenm |
use imdct_half in ac3
libavcodec
|
Tue, 12 Aug 2008 00:51:45 +0000 |
lorenm |
cosmetics in dsp init
libavcodec
|
Tue, 12 Aug 2008 00:38:30 +0000 |
lorenm |
mdct wrapper function to match fft
libavcodec
|
Tue, 12 Aug 2008 00:36:36 +0000 |
lorenm |
remove mdct tmp buffer
libavcodec
|
Tue, 12 Aug 2008 00:34:08 +0000 |
lorenm |
remove a float->double->float conversion.
libavcodec
|
Tue, 12 Aug 2008 00:33:34 +0000 |
lorenm |
optimize imdct_half:
libavcodec
|
Tue, 12 Aug 2008 00:27:21 +0000 |
lorenm |
indent
libavcodec
|
Tue, 12 Aug 2008 00:26:58 +0000 |
lorenm |
split-radix FFT
libavcodec
|
Mon, 11 Aug 2008 23:54:09 +0000 |
lorenm |
import yasm macros from x264
libavcodec
|
Mon, 11 Aug 2008 11:22:48 +0000 |
superdump |
Synchronise code with AAC decoder in SoC
libavcodec
|
Mon, 11 Aug 2008 11:16:06 +0000 |
superdump |
More OKed hunks of the AAC decoder from SoC
libavcodec
|
Mon, 11 Aug 2008 10:14:46 +0000 |
romansh |
Fixing the units in DV50 tables (both coordinates are
libavcodec
|
Mon, 11 Aug 2008 09:52:17 +0000 |
pross |
Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs.
libavcodec
|
Mon, 11 Aug 2008 09:35:58 +0000 |
romansh |
Coalescing the un-weighting and de-quantization steps for faster
libavcodec
|
Mon, 11 Aug 2008 05:11:05 +0000 |
kostya |
Simplify colour conversion in Fraps as suggested by Michael
libavcodec
|
Mon, 11 Aug 2008 03:08:02 +0000 |
michael |
The deblock filter does not need all the intra availability stuff so do
libavcodec
|
Mon, 11 Aug 2008 02:52:14 +0000 |
michael |
Simplify constrained_intra_pred code in fill_caches().
libavcodec
|
Mon, 11 Aug 2008 02:21:33 +0000 |
michael |
Support MBAFF + constrained intra prediction.
libavcodec
|
Sun, 10 Aug 2008 22:18:46 +0000 |
superdump |
Bump minor version as av_log_missing_feature() was added to public API in
libavcodec
|
Sun, 10 Aug 2008 20:29:43 +0000 |
superdump |
Add a generic function to lavc to log messages about missing features.
libavcodec
|
Sun, 10 Aug 2008 18:15:38 +0000 |
kostya |
R and B components are stored as a differences to G component in Fraps v5.
libavcodec
|
Sun, 10 Aug 2008 16:10:39 +0000 |
michael |
Mask bits of reference indexes properly to avoid negative numbers entangling
libavcodec
|
Sun, 10 Aug 2008 15:39:46 +0000 |
michael |
Remove a few more lines of unneeded code in fill_caches() for MBAFF.
libavcodec
|
Sun, 10 Aug 2008 02:38:51 +0000 |
michael |
Use the correct reference tables for interlaced MBAFF MBs in the loop filter.
libavcodec
|
Sun, 10 Aug 2008 00:38:41 +0000 |
michael |
Do not execute the part of fill_caches() for the loopfilter that overwrites
libavcodec
|
Sat, 09 Aug 2008 18:11:25 +0000 |
michael |
Remove more code that has become useless after the pairless MBAFF loop
libavcodec
|
Sat, 09 Aug 2008 10:46:27 +0000 |
superdump |
Sync already committed code with that in SoC and commit more OKed hunks of code
libavcodec
|
Sat, 09 Aug 2008 01:17:34 +0000 |
michael |
Remove odd pairwise deblock filtering applied to MBAFF MBs.
libavcodec
|
Fri, 08 Aug 2008 18:34:27 +0000 |
stefano |
Doxygenate avcodec_version().
libavcodec
|
Fri, 08 Aug 2008 02:56:44 +0000 |
bcoudurier |
fix 4:2:2 psnr
libavcodec
|
Thu, 07 Aug 2008 09:32:10 +0000 |
pross |
Add simpler/cleaner/faster F32BE encoding/decoding.
libavcodec
|
Thu, 07 Aug 2008 09:23:56 +0000 |
pross |
Simplify PCM codec; change 'n' in pcm_decode_frame() to equal "total number of samples".
libavcodec
|
Thu, 07 Aug 2008 08:16:42 +0000 |
pross |
Prevent DAUD PCM encoder from fetching values outside of ff_reverse[] array bounds when input sample values are < 0.
libavcodec
|
Wed, 06 Aug 2008 21:19:30 +0000 |
vitor |
Cosmetics: rename loop counters in eval_refl()
libavcodec
|
Wed, 06 Aug 2008 21:16:24 +0000 |
vitor |
Simplify eval_refl(): do not store a buffer value in a var when the buffer could be used directly
libavcodec
|
Wed, 06 Aug 2008 21:04:40 +0000 |
vitor |
Simplify eval_refl(): s/b == 0/!b/
libavcodec
|
Wed, 06 Aug 2008 21:02:56 +0000 |
vitor |
Simplify range checking in eval_refl(). Before the
libavcodec
|
Wed, 06 Aug 2008 20:39:28 +0000 |
vitor |
Cosmetics: reindent
libavcodec
|
Wed, 06 Aug 2008 20:38:23 +0000 |
vitor |
Simplify do_output_subblock(): Remove a unneeded memcpy
libavcodec
|
Wed, 06 Aug 2008 08:33:25 +0000 |
pross |
Electronic Arts TGV decoder
libavcodec
|
Wed, 06 Aug 2008 05:24:21 +0000 |
vitor |
Simplify eval_refl(): return directly when needed instead of storing the return value in a variable
libavcodec
|
Wed, 06 Aug 2008 05:11:46 +0000 |
vitor |
Simplify rms(): merge a few operations in the same statement
libavcodec
|
Wed, 06 Aug 2008 05:08:48 +0000 |
vitor |
Cosmetical simplification in t_sqrt()
libavcodec
|
Wed, 06 Aug 2008 05:06:10 +0000 |
vitor |
Check available size before writing in decode_frame()
libavcodec
|
Wed, 06 Aug 2008 03:00:15 +0000 |
vitor |
Check *data_size in decode_frame()
libavcodec
|
Wed, 06 Aug 2008 02:49:22 +0000 |
vitor |
Cosmetics: alignment
libavcodec
|
Wed, 06 Aug 2008 02:44:59 +0000 |
vitor |
Flip (by making buf[i] -> buf[size-i-1]) two buffers: {sp,gain}_block. This
libavcodec
|
Tue, 05 Aug 2008 20:39:58 +0000 |
michael |
Prevent low delay from being used with mpeg1.
libavcodec
|
Tue, 05 Aug 2008 19:32:01 +0000 |
superdump |
OKed sections of code from the SoC AAC decoder
libavcodec
|
Tue, 05 Aug 2008 19:31:05 +0000 |
superdump |
Move shared tables to aactab.c and add declarations to aactab.h. Also sync with
libavcodec
|
Tue, 05 Aug 2008 19:27:17 +0000 |
superdump |
AAC definitions and structures that have been OKed from the SoC AAC decoder
libavcodec
|
Tue, 05 Aug 2008 12:06:30 +0000 |
michael |
Use local variabes for *stride, where local variables exist.
libavcodec
|
Tue, 05 Aug 2008 11:34:46 +0000 |
michael |
indent
libavcodec
|
Tue, 05 Aug 2008 11:33:40 +0000 |
michael |
Simplify l1mv/l1ref calculation.
libavcodec
|
Tue, 05 Aug 2008 11:17:23 +0000 |
michael |
simplify y_shift/ref_shift code
libavcodec
|
Tue, 05 Aug 2008 11:04:49 +0000 |
michael |
indent
libavcodec
|
Tue, 05 Aug 2008 11:00:17 +0000 |
michael |
Factorize some code between temporal and spatial direct mode.
libavcodec
|
Tue, 05 Aug 2008 04:52:33 +0000 |
vitor |
Rename prodsum() function to convolve()
libavcodec
|
Tue, 05 Aug 2008 01:49:01 +0000 |
jbr |
cosmetics: use a better function name than uncouple_channels()
libavcodec
|
Tue, 05 Aug 2008 01:31:40 +0000 |
jbr |
cosmetics: change function name and comments to refer to block decoding
libavcodec
|
Tue, 05 Aug 2008 00:32:27 +0000 |
jbr |
remove unneeded local variable
libavcodec
|
Tue, 05 Aug 2008 00:15:15 +0000 |
michael |
Port b4/b8_stride code from spatial direct mode to temporal.
libavcodec
|
Tue, 05 Aug 2008 00:08:32 +0000 |
michael |
Use frame_num and reference instead of poc for matching frames for direct
libavcodec
|
Mon, 04 Aug 2008 23:29:34 +0000 |
michael |
*2 /2 is wrong for PAFF references, so do not do it.
libavcodec
|
Mon, 04 Aug 2008 23:06:45 +0000 |
michael |
Port col_parity code from spatial mode to temporal mode,
libavcodec
|
Mon, 04 Aug 2008 22:59:53 +0000 |
michael |
The code under FRAME_MBAFF for temporal direct mode MBs is needed for PAFF as well.
libavcodec
|
Mon, 04 Aug 2008 22:52:54 +0000 |
michael |
Remove redundant code.
libavcodec
|
Mon, 04 Aug 2008 22:32:41 +0000 |
michael |
Fill ref_count/ref_poc for both fields of frames.
libavcodec
|
Mon, 04 Aug 2008 21:45:05 +0000 |
cehoyos |
Fix static leaks in h264.c.
libavcodec
|
Mon, 04 Aug 2008 11:19:54 +0000 |
michael |
Use ref_poc and ref_count from the correct field.
libavcodec
|
Mon, 04 Aug 2008 11:17:22 +0000 |
michael |
Fix dist_scale_factor for long term reference pictures.
libavcodec
|
Mon, 04 Aug 2008 08:25:38 +0000 |
benoit |
Return an error when ff_jpegls_decode_picture fails.
libavcodec
|
Mon, 04 Aug 2008 07:49:50 +0000 |
pross |
Simplify PCM codec; replace switch() statements with av_get_bits_per_sample().
libavcodec
|
Mon, 04 Aug 2008 07:47:23 +0000 |
pross |
Simplify PCM codec; use sample_fmts field to set the avctx->sample_fmt field.
libavcodec
|
Mon, 04 Aug 2008 07:40:07 +0000 |
pross |
Make avcodec_string() and av_get_bits_per_sample() report the sample size for CODEC_ID_PCM_ZORK
libavcodec
|
Mon, 04 Aug 2008 02:41:19 +0000 |
michael |
Use the correct collocated field in pred_direct_motion() when it differs in parity.
libavcodec
|
Sun, 03 Aug 2008 22:29:06 +0000 |
jbr |
Read bitstream parameters for E-AC-3 streams before returning an error.
libavcodec
|
Sun, 03 Aug 2008 21:42:43 +0000 |
jbr |
Hardcode the table for ungrouping 3 values in 5 bits. It will be reused by
libavcodec
|
Sun, 03 Aug 2008 19:24:04 +0000 |
jbr |
use the same table for ungrouping exponents and bap=2 mantissas
libavcodec
|
Sun, 03 Aug 2008 16:42:32 +0000 |
jbr |
cosmetics: make all references to AC-3 capitalized and hyphenated
libavcodec
|
Sun, 03 Aug 2008 13:11:14 +0000 |
michael |
Remove useless mb_field_decoding_flag setting code that was at the wrong spot.
libavcodec
|
Sun, 03 Aug 2008 13:00:39 +0000 |
michael |
mb_field_decoding_flag was not initialized
libavcodec
|
Sun, 03 Aug 2008 05:07:48 +0000 |
kostya |
Wrong constant used in default threshold value calculation for
libavcodec
|
Sun, 03 Aug 2008 02:16:51 +0000 |
jbr |
cosmetics: vertical alignment
libavcodec
|
Sun, 03 Aug 2008 02:16:21 +0000 |
jbr |
use MAX_BLOCKS for array size instead of 6
libavcodec
|
Sun, 03 Aug 2008 02:11:46 +0000 |
jbr |
rearrange dimensions of pre_mantissa array
libavcodec
|
Sun, 03 Aug 2008 00:41:31 +0000 |
pross |
Add graceful error handling to avcodec_get_pix_fmt_name() and avcodec_get_pix_fmt().
libavcodec
|
Sat, 02 Aug 2008 23:13:27 +0000 |
michael |
Picture.ref_count/ref_poc have to be stored per field (actually also per
libavcodec
|
Sat, 02 Aug 2008 22:51:49 +0000 |
bcoudurier |
do not fail on qscale==0 if error resilience is high, fix broken quicktime h261, lotr.mov
libavcodec
|
Sat, 02 Aug 2008 17:32:55 +0000 |
diego |
Mark add_png_paeth_prediction_* functions which are only used within this file
libavcodec
|
Fri, 01 Aug 2008 13:53:18 +0000 |
pross |
Modify av_audio_convert() to use AVAudioConvert context struct; add av_audio_convert_alloc() and av_audio_convert_free() support functions.
libavcodec
|
Fri, 01 Aug 2008 11:26:22 +0000 |
pross |
Revert r14484 hunk that deleted the 'include avcodec.h' statement.
libavcodec
|
Fri, 01 Aug 2008 07:23:29 +0000 |
benoit |
Use compression level to set mp3lame quality option.
libavcodec
|
Thu, 31 Jul 2008 19:51:19 +0000 |
bcoudurier |
fix mpeg 4:2:2 vis_qp and vis_mb_type debug, fix issue #471
libavcodec
|
Thu, 31 Jul 2008 14:53:14 +0000 |
benoit |
Fix a potential out of array writing.
libavcodec
|
Thu, 31 Jul 2008 12:56:56 +0000 |
pross |
Write sample format description within avcodec_string()
libavcodec
|
Thu, 31 Jul 2008 12:55:06 +0000 |
pross |
Add sample format support functions: avcodec_get_sample_fmt_name(), avcodec_get_sample_fmt(), avcodec_sample_fmt_string()
libavcodec
|
Thu, 31 Jul 2008 12:09:11 +0000 |
benoit |
Use static vlc structure to decode layer 3 huffman tables.
libavcodec
|
Thu, 31 Jul 2008 10:47:31 +0000 |
pross |
Modify all codecs to report their supported input and output sample format(s).
libavcodec
|
Wed, 30 Jul 2008 18:21:51 +0000 |
michael |
Simplify intra PCM MB handling.
libavcodec
|
Tue, 29 Jul 2008 18:22:31 +0000 |
vitor |
Do not declare a counter as unsigned when it is not needed
libavcodec
|
Tue, 29 Jul 2008 18:20:49 +0000 |
vitor |
Cosmetics: rename loop counter vars to i,j
libavcodec
|
Tue, 29 Jul 2008 18:07:11 +0000 |
vitor |
Cosmetics: rename loop counter vars to i,j
libavcodec
|
Tue, 29 Jul 2008 14:17:13 +0000 |
lorenm |
r14205 broke vorbis float_to_int on ppc
libavcodec
|
Tue, 29 Jul 2008 05:39:33 +0000 |
darkshikari |
Use #define instead of a constant. Patch by Paul Kendall.
libavcodec
|
Mon, 28 Jul 2008 15:42:49 +0000 |
darkshikari |
Small h264 decoding speed optimization: while->do/while
libavcodec
|
Mon, 28 Jul 2008 10:49:44 +0000 |
vitor |
Cosmetics: new line
libavcodec
|
Mon, 28 Jul 2008 10:49:14 +0000 |
vitor |
Remove the now useless phase variable from context
libavcodec
|
Mon, 28 Jul 2008 10:48:03 +0000 |
pross |
increment minor version for commit r14412 (add sample_fmts infrastructure)
libavcodec
|
Mon, 28 Jul 2008 05:18:39 +0000 |
vitor |
Cosmetics: make comment match var name
libavcodec
|
Mon, 28 Jul 2008 05:16:51 +0000 |
vitor |
Cosmetics: align comments
libavcodec
|
Mon, 28 Jul 2008 04:53:05 +0000 |
vitor |
Rename two context vars: s/sb/sp_block/, s/lhist/gain_block/
libavcodec
|
Mon, 28 Jul 2008 04:37:58 +0000 |
vitor |
Declare temporary buffers to be only of the necessary size
libavcodec
|
Mon, 28 Jul 2008 04:25:51 +0000 |
vitor |
Remove redundant comments
libavcodec
|
Mon, 28 Jul 2008 04:24:08 +0000 |
vitor |
Cosmetics: do not align with now removed next instruction
libavcodec
|
Mon, 28 Jul 2008 04:07:18 +0000 |
vitor |
Cosmetics: remove braces and useless newline
libavcodec
|
Mon, 28 Jul 2008 02:55:47 +0000 |
vitor |
Change the way the input is passed to do_hybrid_filter(). Before, in[0] was
libavcodec
|
Mon, 28 Jul 2008 02:53:07 +0000 |
vitor |
Remove RA288Context.output buffer. This buffer is just RA288Context.sb
libavcodec
|
Sun, 27 Jul 2008 22:22:51 +0000 |
vitor |
Add a few comments pointing to the G.728 specification
libavcodec
|
Sun, 27 Jul 2008 22:21:41 +0000 |
vitor |
Remove the history buffer from the context. It can easily be evaluated
libavcodec
|
Sun, 27 Jul 2008 21:56:26 +0000 |
diego |
Remove unused variable.
libavcodec
|
Sun, 27 Jul 2008 20:58:29 +0000 |
vitor |
Rename two context buffers: pr{1,2} -> {sp,gain}_lpc. Also add a few doxy
libavcodec
|
Sun, 27 Jul 2008 20:55:56 +0000 |
stefano |
Complete documentation for av_set_string().
libavcodec
|
Sun, 27 Jul 2008 20:55:27 +0000 |
vitor |
Remove st1 and st2 temporary buffers in backward_filter() and use instead
libavcodec
|
Sun, 27 Jul 2008 20:35:32 +0000 |
vitor |
Change slightly the meaning of RA288Context.phase. This
libavcodec
|
Sun, 27 Jul 2008 13:49:04 +0000 |
heydowns |
Initialize outputed_poc to INT_MIN at decoder initialization.
libavcodec
|
Sun, 27 Jul 2008 13:01:17 +0000 |
michael |
left_block intialisation optimisation.
libavcodec
|
Sun, 27 Jul 2008 08:21:48 +0000 |
superdump |
AAC tables and data that have been OKed by Michael
libavcodec
|
Sat, 26 Jul 2008 18:38:30 +0000 |
heydowns |
And.... Fix another spec reference to be more specific and correct.
libavcodec
|
Sat, 26 Jul 2008 18:34:34 +0000 |
heydowns |
Fix reference to spec to be more specific and correct.
libavcodec
|
Sat, 26 Jul 2008 15:14:50 +0000 |
vitor |
Remove st1 and st2 variables from context, since they could be just local vars
libavcodec
|
Sat, 26 Jul 2008 15:10:17 +0000 |
vitor |
Rename st{1,2}{a,b} context variables to more meaningful names: {sp,gain}_{rec,hist}
libavcodec
|
Sat, 26 Jul 2008 15:07:04 +0000 |
darkshikari |
Simple refactoring to resolve a FIXME. Patch by Paul Kendall.
libavcodec
|
Sat, 26 Jul 2008 14:38:29 +0000 |
vitor |
Cosmetics: remove useless parenthesis
libavcodec
|
Sat, 26 Jul 2008 14:35:50 +0000 |
vitor |
Move colmult() function to the beginning of file to group DSP-related functions.
libavcodec
|
Sat, 26 Jul 2008 14:33:53 +0000 |
vitor |
Remove an useless comment describing colmult()
libavcodec
|
Sat, 26 Jul 2008 14:33:25 +0000 |
vitor |
Remove an useless comment describing prodsum()
libavcodec
|
Sat, 26 Jul 2008 14:31:47 +0000 |
vitor |
Give the context variables of ra288 a better name: s/glob/ractx/
libavcodec
|
Sat, 26 Jul 2008 14:29:39 +0000 |
vitor |
Give the context structure of ra288 a better name: s/Real288_internal/RA288Context/
libavcodec
|
Sat, 26 Jul 2008 08:48:26 +0000 |
pross |
add sample_fmts infrastructure: AVCodec->sample_fmts and SAMPLE_FMT_NB enum.
libavcodec
|
Sat, 26 Jul 2008 07:08:15 +0000 |
pross |
add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder)
libavcodec
|
Sat, 26 Jul 2008 02:31:19 +0000 |
michael |
indent
libavcodec
|
Sat, 26 Jul 2008 02:27:14 +0000 |
michael |
chroma_format_idc=0 aka grayscale support.
libavcodec
|
Sat, 26 Jul 2008 01:57:10 +0000 |
astrange |
Add a new -debug option for tracing calls to the default get/release_buffer functions.
libavcodec
|
Fri, 25 Jul 2008 23:55:31 +0000 |
michael |
Revert r14404
libavcodec
|
Fri, 25 Jul 2008 23:49:01 +0000 |
michael |
Remove another 2 incorrect checks.
libavcodec
|
Fri, 25 Jul 2008 23:39:43 +0000 |
michael |
Print an error if a reference picture is missing.
libavcodec
|
Fri, 25 Jul 2008 23:36:48 +0000 |
michael |
Remove mysterious ref->data[0] check.
libavcodec
|
Fri, 25 Jul 2008 22:42:49 +0000 |
michael |
10l typo, fix compilation
libavcodec
|
Fri, 25 Jul 2008 22:39:43 +0000 |
michael |
Remove another stupidity, long_ref==0 check 4 lines after assert(long_ref==0).
libavcodec
|
Fri, 25 Jul 2008 21:51:50 +0000 |
michael |
indent
libavcodec
|
Fri, 25 Jul 2008 21:46:15 +0000 |
michael |
Rewrite fill_default_ref_list(), the old code was obfuscated beyond
libavcodec
|
Fri, 25 Jul 2008 14:52:58 +0000 |
michael |
Do not scare the user with error messages when everything is ok.
libavcodec
|
Fri, 25 Jul 2008 14:00:01 +0000 |
michael |
Make remove_short() match remove_long() in that it calls unreference_pic().
libavcodec
|
Fri, 25 Jul 2008 13:40:13 +0000 |
michael |
Removing yet another weird field pic special case,
libavcodec
|
Fri, 25 Jul 2008 13:09:06 +0000 |
michael |
Make remove_long() call unreference_pic() internally.
libavcodec
|
Fri, 25 Jul 2008 12:56:58 +0000 |
michael |
Merge oddly duplicated remove_long/remove_long_at_index() function.
libavcodec
|
Fri, 25 Jul 2008 12:34:39 +0000 |
michael |
Remove strange long_ref=0.
libavcodec
|
Fri, 25 Jul 2008 12:26:24 +0000 |
michael |
indent
libavcodec
|
Fri, 25 Jul 2008 12:25:28 +0000 |
michael |
10000l, forgotton }
libavcodec
|
Fri, 25 Jul 2008 12:23:41 +0000 |
michael |
Remove another of these obfuscated special cases for field pictures
libavcodec
|
Fri, 25 Jul 2008 12:12:25 +0000 |
michael |
Simplify mmco setup code used in IDR pictures.
libavcodec
|
Fri, 25 Jul 2008 12:02:45 +0000 |
michael |
Remove redundant h->mmco_index= 0.
libavcodec
|
Fri, 25 Jul 2008 11:54:03 +0000 |
michael |
Assert that long_ref has been cleared for released pics.
libavcodec
|
Fri, 25 Jul 2008 11:52:40 +0000 |
michael |
Clear long_ref when a frame is no longer a long_ref.
libavcodec
|
Fri, 25 Jul 2008 11:48:32 +0000 |
michael |
Make sure mmco index is 0 (instead of uninitialized) in all error returns.
libavcodec
|
Fri, 25 Jul 2008 00:13:02 +0000 |
michael |
Simplify strange obfuscated code in MMCO_LONG handling.
libavcodec
|
Thu, 24 Jul 2008 23:43:44 +0000 |
michael |
Set field_poc (it was half uninitialized before) and use it
libavcodec
|
Thu, 24 Jul 2008 22:29:38 +0000 |
michael |
Minor simplification of code in init_poc().
libavcodec
|
Thu, 24 Jul 2008 22:05:58 +0000 |
michael |
cosmetics (indent and 2 empty lines)
libavcodec
|
Thu, 24 Jul 2008 22:04:29 +0000 |
michael |
init_poc() vs. idr() cleanup
libavcodec
|
Thu, 24 Jul 2008 17:13:37 +0000 |
michael |
Fix loop filter with CAVLC 8x8dct.
libavcodec
|
Thu, 24 Jul 2008 17:09:28 +0000 |
diego |
cosmetics: Fix two common typos: wont --> will not, lets --> let us.
libavcodec
|
Thu, 24 Jul 2008 16:54:51 +0000 |
diego |
cosmetics: Fix indentation after last commit.
libavcodec
|
Thu, 24 Jul 2008 11:55:01 +0000 |
vitor |
Cosmetics: grammar nits
libavcodec
|
Thu, 24 Jul 2008 10:55:36 +0000 |
diego |
misc spelling/grammar fixes
libavcodec
|
Thu, 24 Jul 2008 10:53:32 +0000 |
diego |
Remove AltiVec vector declaration compiler compatibility macros.
libavcodec
|
Thu, 24 Jul 2008 04:29:23 +0000 |
vitor |
Rename update() function to backward_filter() and add a doxy comment
libavcodec
|
Thu, 24 Jul 2008 04:15:50 +0000 |
vitor |
Rename and comment bandwidth broadening tables
libavcodec
|
Thu, 24 Jul 2008 04:07:50 +0000 |
vitor |
Follow FFmpeg convention of returning negative values on error in eval_lpc_coeffs()
libavcodec
|
Thu, 24 Jul 2008 04:05:41 +0000 |
vitor |
Rename pred() to eval_lpc_coeffs() and add a doxy comment
libavcodec
|
Thu, 24 Jul 2008 03:50:06 +0000 |
vitor |
Give windowing tables a more descriptive name
libavcodec
|
Thu, 24 Jul 2008 03:28:42 +0000 |
vitor |
Add comments to do_hybrid_window()
libavcodec
|
Thu, 24 Jul 2008 03:28:01 +0000 |
vitor |
Give parameters of do_hybrid_window() more meaningful names
libavcodec
|
Thu, 24 Jul 2008 03:23:51 +0000 |
vitor |
Rename co() function to the much more descriptive name of
libavcodec
|
Thu, 24 Jul 2008 03:22:19 +0000 |
vitor |
Simplify co(): write constant in a more readable way
libavcodec
|
Thu, 24 Jul 2008 03:19:52 +0000 |
vitor |
Simplify co(), use memcpy/memmove and colmult() when useful.
libavcodec
|
Thu, 24 Jul 2008 00:45:18 +0000 |
michael |
Reset prev_frame_num for idr frames as required by the spec.
libavcodec
|
Wed, 23 Jul 2008 17:24:11 +0000 |
michael |
Better explanation for buf_size==0 code.
libavcodec
|
Wed, 23 Jul 2008 14:59:55 +0000 |
michael |
100l cross_idr simplification had a typo
libavcodec
|
Wed, 23 Jul 2008 14:44:07 +0000 |
michael |
Remove truncated support, use an AVParser if you used that, it is the same.
libavcodec
|
Wed, 23 Jul 2008 14:37:15 +0000 |
michael |
Simplify cross_idr calculation.
libavcodec
|
Wed, 23 Jul 2008 12:21:56 +0000 |
banan |
Reduce the loglevel on a log message in the Nellymoser decoder. Related to Roundup 447.
libavcodec
|
Wed, 23 Jul 2008 11:24:04 +0000 |
michael |
Remove redundant keyframe checks.
libavcodec
|
Wed, 23 Jul 2008 06:21:27 +0000 |
kostya |
In-loop deblocking filter for VC-1 decoder
libavcodec
|
Wed, 23 Jul 2008 05:54:34 +0000 |
vitor |
My commit at r14340 was not the right solution. For a monochromatic
libavcodec
|
Wed, 23 Jul 2008 03:56:13 +0000 |
vitor |
Do declaration and initialization separately in elbg.c
libavcodec
|
Wed, 23 Jul 2008 03:55:37 +0000 |
vitor |
When picking a "high utility centroid" do not pick one
libavcodec
|
Wed, 23 Jul 2008 03:54:31 +0000 |
vitor |
The codebook generator algorithm involves picking three
libavcodec
|
Wed, 23 Jul 2008 02:12:54 +0000 |
michael |
Support gaps in the frame num.
libavcodec
|
Tue, 22 Jul 2008 19:30:45 +0000 |
michael |
Reset frame_num for MMCO 5.
libavcodec
|
Tue, 22 Jul 2008 17:44:36 +0000 |
michael |
3rd try to get the loop filter ref/mv check working correctly.
libavcodec
|
Tue, 22 Jul 2008 13:01:10 +0000 |
michael |
qscale has a range of 0..51 we thus do not need a 256 entry table and neither need
libavcodec
|
Tue, 22 Jul 2008 12:31:48 +0000 |
michael |
Setting chroma_qp to 0 for PCM blocks is really an interesting minor
libavcodec
|
Tue, 22 Jul 2008 11:56:56 +0000 |
michael |
Deobfusate chroma_qp_table[1] init code.
libavcodec
|
Mon, 21 Jul 2008 22:46:47 +0000 |
cehoyos |
Revert r13542: Spatial direct mode probably also works with PAFF.
libavcodec
|
Mon, 21 Jul 2008 22:19:06 +0000 |
michael |
Loop filtering with multiple slice types fix.
libavcodec
|
Mon, 21 Jul 2008 20:52:24 +0000 |
diego |
Correct b_quant offset comment in avcodec.h, it is the description for
libavcodec
|
Mon, 21 Jul 2008 19:11:41 +0000 |
michael |
Use slice_type_nos instead of slice_type where it makes no difference.
libavcodec
|
Mon, 21 Jul 2008 18:44:57 +0000 |
michael |
SI/SP slice support. (not bitexact)
libavcodec
|
Mon, 21 Jul 2008 18:26:11 +0000 |
michael |
Remove superfluous ().
libavcodec
|
Mon, 21 Jul 2008 18:24:45 +0000 |
michael |
Simplify slice type checks.
libavcodec
|
Mon, 21 Jul 2008 18:06:23 +0000 |
michael |
More correct ref comparison in the loop filter.
libavcodec
|
Mon, 21 Jul 2008 01:41:56 +0000 |
michael |
Simplify spatial direct ref selection with FFMIN3()
libavcodec
|
Sun, 20 Jul 2008 20:56:40 +0000 |
diego |
cosmetics: Make libavcodec/ppc/dsputil_altivec.c conform to style guidelines.
libavcodec
|
Sun, 20 Jul 2008 20:02:09 +0000 |
diego |
cosmetics: Reindent two misplaced braces.
libavcodec
|
Sun, 20 Jul 2008 18:58:30 +0000 |
diego |
cosmetics: Reformat PPC code in libavcodec according to style guidelines.
libavcodec
|
Sun, 20 Jul 2008 18:06:41 +0000 |
michael |
Fix used references indexes in the loop filter.
libavcodec
|
Sun, 20 Jul 2008 16:02:49 +0000 |
michael |
Add skip* AVOptions, which seem to have been missed.
libavcodec
|
Sun, 20 Jul 2008 15:01:20 +0000 |
andoma |
Decrease severity of 'invalid new backstep' log message to warning
libavcodec
|
Sun, 20 Jul 2008 14:58:49 +0000 |
andoma |
Supply context argument to av_log() in mpeg audio decoder.
libavcodec
|
Sat, 19 Jul 2008 22:01:46 +0000 |
jbr |
read 'coupling in use' parameter from bitstream into decoder context first,
libavcodec
|
Sat, 19 Jul 2008 21:53:54 +0000 |
michael |
Fix h264_loop_filter_strength_mmx2() so it works with PAFF.
libavcodec
|
Sat, 19 Jul 2008 18:53:04 +0000 |
banan |
Prevent the qdm2 code from overreading/overflowing. Fixes Coverity ID 112 run 2
libavcodec
|
Sat, 19 Jul 2008 16:16:00 +0000 |
michael |
Take the brain amputated spec literally if the user asks for it (-strict 1).
libavcodec
|
Sat, 19 Jul 2008 15:57:06 +0000 |
michael |
Make strict_std_compliance available to decoders.
libavcodec
|
Sat, 19 Jul 2008 15:48:53 +0000 |
banan |
Fix for possible null pointer dereferencing, closes Coverity report 68 run 2.
libavcodec
|
Sat, 19 Jul 2008 15:43:34 +0000 |
vitor |
Cosmetics: alignment
libavcodec
|
Sat, 19 Jul 2008 15:41:15 +0000 |
vitor |
Simplify co(): do not abuse pointer aritmetics
libavcodec
|
Sat, 19 Jul 2008 15:37:52 +0000 |
michael |
Make the automatic has_b_frames increasing code increase it up to the
libavcodec
|
Sat, 19 Jul 2008 15:32:29 +0000 |
vitor |
Simplify co(): remove variables that are only used once
libavcodec
|
Sat, 19 Jul 2008 12:21:09 +0000 |
michael |
Try to fix my latest 100l fate SVQ3 breakage.
libavcodec
|
Sat, 19 Jul 2008 11:57:29 +0000 |
michael |
Remove apparently unneeded out!=NULL check.
libavcodec
|
Sat, 19 Jul 2008 11:11:48 +0000 |
michael |
Simplify picture output code.
libavcodec
|
Sat, 19 Jul 2008 10:47:25 +0000 |
michael |
Remove useless #if 0 code.
libavcodec
|
Sat, 19 Jul 2008 03:33:42 +0000 |
michael |
Do not forget marking disposed delayed pics as unused.
libavcodec
|
Sat, 19 Jul 2008 03:17:44 +0000 |
michael |
indent
libavcodec
|
Sat, 19 Jul 2008 03:13:11 +0000 |
michael |
simplify
libavcodec
|
Sat, 19 Jul 2008 02:54:54 +0000 |
jbr |
cosmetic: use hex value instead of decimal to show relation to 0x7FFFFF
libavcodec
|
Sat, 19 Jul 2008 02:53:57 +0000 |
michael |
Remove delayed_output_pic, I do not understand what this variable was good for.
libavcodec
|
Sat, 19 Jul 2008 02:44:17 +0000 |
michael |
Drop out of order pics even if bitstream_restriction_flag is set.
libavcodec
|
Sat, 19 Jul 2008 02:43:23 +0000 |
vitor |
Set avctx->coded_frame in RoQ encoder. At some point in
libavcodec
|
Sat, 19 Jul 2008 00:32:15 +0000 |
michael |
Make the ugly hack which uses an unused entry in the internal buffer
libavcodec
|
Fri, 18 Jul 2008 21:16:59 +0000 |
michael |
minor simplification of qdm2_decode_fft_packets()
libavcodec
|
Fri, 18 Jul 2008 20:59:17 +0000 |
michael |
Make frames non reference by default, so they are disposed of automatically
libavcodec
|
Fri, 18 Jul 2008 12:03:21 +0000 |
michael |
Support reading large metadata.
libavcodec
|
Fri, 18 Jul 2008 11:39:41 +0000 |
michael |
Make bitstream_* fields unsigned.
libavcodec
|
Fri, 18 Jul 2008 11:38:53 +0000 |
michael |
Only realloc() bitstream buffer when the needed size increased,
libavcodec
|
Fri, 18 Jul 2008 11:08:15 +0000 |
michael |
If metadata has been parsed goto end instead of trying to
libavcodec
|
Fri, 18 Jul 2008 07:15:50 +0000 |
benoit |
Fix a mem leak in vc1_decode_frame().
libavcodec
|
Thu, 17 Jul 2008 23:48:53 +0000 |
vitor |
Simplify: do not overuse pointer aritmetic
libavcodec
|
Thu, 17 Jul 2008 23:02:52 +0000 |
vitor |
Declare parameters of pred() that could be const as such
libavcodec
|
Thu, 17 Jul 2008 23:01:31 +0000 |
vitor |
Another simplification
libavcodec
|
Thu, 17 Jul 2008 22:59:53 +0000 |
vitor |
Simplify
libavcodec
|
Thu, 17 Jul 2008 22:42:21 +0000 |
vitor |
Simplify
libavcodec
|
Thu, 17 Jul 2008 22:39:29 +0000 |
vitor |
Declare function parameters as const
libavcodec
|
Thu, 17 Jul 2008 17:42:44 +0000 |
michael |
100l, someone used FLT_MIN where -FLT_MAX was meant at a few places in the
libavcodec
|
Wed, 16 Jul 2008 22:10:34 +0000 |
stefano |
Free in avcodec_close() avctx->rc_eq. Fix a memory leak.
libavcodec
|
Wed, 16 Jul 2008 17:54:57 +0000 |
michael |
10000l, revert
libavcodec
|
Wed, 16 Jul 2008 17:51:24 +0000 |
michael |
indent
libavcodec
|
Wed, 16 Jul 2008 17:48:47 +0000 |
michael |
SVQ3 uses the JPEG variant of YUV 4:2:0.
libavcodec
|
Wed, 16 Jul 2008 02:10:21 +0000 |
michael |
The funny memcpyin svq3 generally has src & dst overlapping, so it
libavcodec
|
Wed, 16 Jul 2008 01:57:28 +0000 |
michael |
Print slice num as well.
libavcodec
|
Wed, 16 Jul 2008 00:50:12 +0000 |
lorenm |
float_to_int16_interleave: change src to an array of pointers instead of assuming it's contiguous.
libavcodec
|
Tue, 15 Jul 2008 23:04:28 +0000 |
lorenm |
vorbis: reduce memory by reusing buffers
libavcodec
|
Tue, 15 Jul 2008 23:01:15 +0000 |
lorenm |
unroll another common case in vorbis_residue_decode
libavcodec
|
Tue, 15 Jul 2008 21:30:04 +0000 |
astrange |
Move the size of the H264Context delayed_pic array into a #define.
libavcodec
|
Tue, 15 Jul 2008 19:06:32 +0000 |
mru |
ARM: optimised MAC64 and MLS64
libavcodec
|
Tue, 15 Jul 2008 19:06:29 +0000 |
mru |
ARM: optimised MUL64
libavcodec
|
Tue, 15 Jul 2008 19:06:25 +0000 |
mru |
ARM: ARMv6 optimised MULH
libavcodec
|
Tue, 15 Jul 2008 18:43:26 +0000 |
mru |
Remove dead code in bitstream.h
libavcodec
|
Tue, 15 Jul 2008 04:11:30 +0000 |
lorenm |
10l, float_to_int16_interleave_sse/3dnow wrote the wrong samples
libavcodec
|
Mon, 14 Jul 2008 19:17:13 +0000 |
mru |
H264: fix index range assert() in remove_short_at_index()
libavcodec
|
Mon, 14 Jul 2008 16:18:29 +0000 |
michael |
Fix infinite loop at EOF.
libavcodec
|
Mon, 14 Jul 2008 14:41:01 +0000 |
vitor |
Revert r14218. FFMAX is a macro, so
libavcodec
|
Sun, 13 Jul 2008 23:34:29 +0000 |
michael |
Fix decoding of 320x240.ogg.
libavcodec
|
Sun, 13 Jul 2008 21:51:29 +0000 |
michael |
Make our flac decoder decode all the data at EOF.
libavcodec
|
Sun, 13 Jul 2008 21:44:00 +0000 |
stefano |
strdup() the default value for rc_eq in AVCodec when setting it in
libavcodec
|
Sun, 13 Jul 2008 21:28:17 +0000 |
stefano |
Fix the logic to access the location of a string to free when setting
libavcodec
|
Sun, 13 Jul 2008 20:41:09 +0000 |
vitor |
Simplify
libavcodec
|
Sun, 13 Jul 2008 20:39:55 +0000 |
vitor |
Another av_clipf() usage
libavcodec
|
Sun, 13 Jul 2008 20:38:42 +0000 |
vitor |
Do not declare as double a var that only stores a float
libavcodec
|
Sun, 13 Jul 2008 20:36:32 +0000 |
vitor |
Simplify: use FFMAX
libavcodec
|
Sun, 13 Jul 2008 20:03:57 +0000 |
reimar |
check that csize in ff_lzw_decode_init is < LZW_MAXBITS, <= is not enough and
libavcodec
|
Sun, 13 Jul 2008 19:59:44 +0000 |
vitor |
Add av_clipf() function to common.h and use it in ra288.c
libavcodec
|
Sun, 13 Jul 2008 19:41:13 +0000 |
mru |
dvdsubdec: allow compilation with -DDEBUG
libavcodec
|
Sun, 13 Jul 2008 15:03:58 +0000 |
lorenm |
exploit mdct symmetry
libavcodec
|
Sun, 13 Jul 2008 14:59:39 +0000 |
ramiro |
mlpdec: Check for bits left before each read of End-of-Stream indicator and
libavcodec
|
Sun, 13 Jul 2008 14:56:01 +0000 |
lorenm |
simplify vorbis windowing
libavcodec
|
Sun, 13 Jul 2008 14:27:48 +0000 |
ramiro |
bitstream: move put_sbits() from flacenc.c to bitstream.h and use it
libavcodec
|
Sun, 13 Jul 2008 14:25:31 +0000 |
reimar |
clip MS ADPCM predictor range to correct [0..6] range, not [0..7]
libavcodec
|
Sun, 13 Jul 2008 14:12:51 +0000 |
reimar |
Use bytestream and AV_RL* functions in ADPCM code where possible
libavcodec
|
Sun, 13 Jul 2008 14:08:28 +0000 |
reimar |
Fix MS ADPCM de- and encoding: first and second sample are swapped.
libavcodec
|
Sun, 13 Jul 2008 12:23:02 +0000 |
mru |
mpegaudio: use MAC/MLS macros in ff_mpa_synth_filter
libavcodec
|
Sun, 13 Jul 2008 12:22:57 +0000 |
mru |
mathops: add MAC64, MLS64, and MLS16
libavcodec
|
Sun, 13 Jul 2008 00:07:43 +0000 |
mru |
Bitstream: use AV_RB16() in LIBMPEG2_BITSTREAM_READER
libavcodec
|
Sat, 12 Jul 2008 20:12:18 +0000 |
diego |
Fix pts handling when encoding with libschroedinger, closes issue 453.
libavcodec
|
Sat, 12 Jul 2008 20:09:50 +0000 |
diego |
Fix pts handling when encoding with libdirac.
libavcodec
|
Sat, 12 Jul 2008 18:42:00 +0000 |
michael |
New codec probing system try #1.
libavcodec
|
Sat, 12 Jul 2008 15:02:40 +0000 |
reimar |
Use new style static VLC tables for IMC decoder.
libavcodec
|
Sat, 12 Jul 2008 10:56:12 +0000 |
superdump |
Typo and grammar fix
libavcodec
|
Sat, 12 Jul 2008 09:48:19 +0000 |
superdump |
Correct a couple of typos
libavcodec
|
Sat, 12 Jul 2008 09:23:37 +0000 |
reimar |
100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/surge-2-16-L-ms02.mov
libavcodec
|
Sat, 12 Jul 2008 07:28:45 +0000 |
reimar |
10l, forgot to replace a / 256 for r14173.
libavcodec
|
Fri, 11 Jul 2008 21:38:42 +0000 |
reimar |
Change MS ADPCM table so they fit into int8_t and change array type.
libavcodec
|
Fri, 11 Jul 2008 19:54:02 +0000 |
michael |
indent
libavcodec
|
Fri, 11 Jul 2008 19:51:36 +0000 |
michael |
Fix not coded channels / silence decoding.
libavcodec
|
Fri, 11 Jul 2008 19:45:52 +0000 |
michael |
Check that we have enough output space available.
libavcodec
|
Fri, 11 Jul 2008 15:25:12 +0000 |
andoma |
Deprecate avcodec_build(), it returns the same value as
libavcodec
|
Fri, 11 Jul 2008 07:48:37 +0000 |
diego |
Move #ifdef CONFIG_DVVIDEO_ENCODER up to cover all functions used for encoding.
libavcodec
|
Fri, 11 Jul 2008 07:45:49 +0000 |
diego |
Make preprocessor condition more specific and useful by changing
libavcodec
|
Fri, 11 Jul 2008 04:48:38 +0000 |
kostya |
SSE2 optimizations for Monkey's Audio decoder vector functions
libavcodec
|
Fri, 11 Jul 2008 02:07:57 +0000 |
astrange |
H264: Fix decoding with CABAC/delta_qp/PCM macroblocks.
libavcodec
|
Thu, 10 Jul 2008 11:52:51 +0000 |
benoit |
Remove useless casts.
libavcodec
|
Thu, 10 Jul 2008 11:49:53 +0000 |
benoit |
Remove useless casts.
libavcodec
|
Thu, 10 Jul 2008 11:44:01 +0000 |
benoit |
Parse frames to feed the decoder with individual parse units.
libavcodec
|
Thu, 10 Jul 2008 11:40:19 +0000 |
benoit |
Add a parameter for queue size.
libavcodec
|
Thu, 10 Jul 2008 06:15:13 +0000 |
kostya |
Monkey's Audio decoder vector functions work on input with length
libavcodec
|
Thu, 10 Jul 2008 03:01:39 +0000 |
ramiro |
Motion Pixels Video Decoder.
libavcodec
|
Wed, 09 Jul 2008 19:21:08 +0000 |
michael |
Remove ancient code that hasnt worked in many years.
libavcodec
|
Wed, 09 Jul 2008 18:59:52 +0000 |
michael |
New full search ME
libavcodec
|
Wed, 09 Jul 2008 17:51:57 +0000 |
astrange |
Make the function prototype visible to comply with C99 inline.
libavcodec
|
Wed, 09 Jul 2008 08:34:43 +0000 |
pross |
increment minor version for commit r14110 (Electronic Arts CMV decoder)
libavcodec
|
Wed, 09 Jul 2008 07:21:12 +0000 |
michael |
float_to_int16_sse2()
libavcodec
|
Wed, 09 Jul 2008 06:03:59 +0000 |
michael |
fix IPCM_decode_error.h264
libavcodec
|
Tue, 08 Jul 2008 23:50:03 +0000 |
michael |
Fix the av_set_string() free / alloc issue.
libavcodec
|
Tue, 08 Jul 2008 16:02:20 +0000 |
diego |
Remove wrong casts from vector declarations, this would cause errors when
libavcodec
|
Tue, 08 Jul 2008 13:22:23 +0000 |
pross |
Electronic Arts CMV decoder
libavcodec
|
Tue, 08 Jul 2008 12:44:08 +0000 |
pross |
Remove AVPaletteControl from ALG MM demuxer/decoder
libavcodec
|
Tue, 08 Jul 2008 09:24:11 +0000 |
benoit |
Make LOAD4/STORE4 macros more generic.
libavcodec
|
Mon, 07 Jul 2008 21:25:18 +0000 |
michael |
1 c-asm loop less and 1x unroll of float_to_int16_sse()
libavcodec
|
Mon, 07 Jul 2008 21:04:29 +0000 |
michael |
Fix x86-64
libavcodec
|
Mon, 07 Jul 2008 20:46:03 +0000 |
michael |
dont use C-asm loops and unroll once float_to_int16_3dnow()
libavcodec
|
Mon, 07 Jul 2008 08:29:08 +0000 |
banan |
redundant assignment found by Clang
libavcodec
|
Sun, 06 Jul 2008 14:23:30 +0000 |
vitor |
Simplify: glob->phase is always == 3
libavcodec
|
Sun, 06 Jul 2008 14:16:21 +0000 |
vitor |
Cosmetics: reindent tables
libavcodec
|
Sun, 06 Jul 2008 12:03:21 +0000 |
vitor |
Remove phasep context var, it is just phase*5
libavcodec
|
Sun, 06 Jul 2008 12:01:59 +0000 |
vitor |
Slighly faster operation
libavcodec
|
Sun, 06 Jul 2008 10:49:28 +0000 |
vitor |
Typo in a comment: s/two avoid/to avoid/
libavcodec
|
Sun, 06 Jul 2008 10:35:01 +0000 |
vitor |
Cosmetics: remove braces
libavcodec
|
Sun, 06 Jul 2008 10:32:29 +0000 |
vitor |
Another use of scalar_product_float()
libavcodec
|
Sun, 06 Jul 2008 10:30:21 +0000 |
vitor |
Do not reimplement memmove()
libavcodec
|
Sun, 06 Jul 2008 10:01:54 +0000 |
diego |
Remove context fields which can be used as simple local variables.
libavcodec
|
Sun, 06 Jul 2008 09:58:23 +0000 |
diego |
Remove av_cold attribute on decode_frame and add it to decode_end
libavcodec
|
Sun, 06 Jul 2008 08:16:50 +0000 |
stefano |
Document av_find_opt().
libavcodec
|
Sun, 06 Jul 2008 07:33:09 +0000 |
kostya |
Altivec implementation of APE vector functions
libavcodec
|
Sun, 06 Jul 2008 06:06:55 +0000 |
kostya |
Add several vector functions used by Monkey's Audio decoder to dsputil
libavcodec
|
Sat, 05 Jul 2008 18:43:24 +0000 |
vitor |
Cosmetics: remove braces
libavcodec
|
Sat, 05 Jul 2008 18:42:08 +0000 |
vitor |
Create a function for float dot product instead of duplicating all over the file
libavcodec
|
Sat, 05 Jul 2008 10:16:54 +0000 |
diego |
Add correct header #include to fix 'make checkheaders'.
libavcodec
|
Sat, 05 Jul 2008 10:16:27 +0000 |
diego |
Add required stdint.h header #include.
libavcodec
|
Sat, 05 Jul 2008 10:11:42 +0000 |
diego |
spelling cosmetics
libavcodec
|
Sat, 05 Jul 2008 07:30:59 +0000 |
diego |
Add a note to remind people that new PCM/ADPCM formats need to be added to
libavcodec
|
Sat, 05 Jul 2008 07:28:35 +0000 |
diego |
Remove unused variable, fixes the warning:
libavcodec
|
Fri, 04 Jul 2008 19:55:58 +0000 |
vitor |
Write for loops in a more standard way. In my opinion, they are much more readable now.
libavcodec
|
Fri, 04 Jul 2008 15:44:13 +0000 |
ramiro |
MLP/TrueHD decoder.
libavcodec
|
Fri, 04 Jul 2008 15:37:52 +0000 |
vitor |
Move vars declaration to inner loop when possible
libavcodec
|
Fri, 04 Jul 2008 15:32:04 +0000 |
vitor |
Simplify
libavcodec
|
Thu, 03 Jul 2008 19:25:12 +0000 |
vitor |
Remove unneeded var
libavcodec
|
Thu, 03 Jul 2008 19:23:42 +0000 |
vitor |
Use a matrix instead of a vector
libavcodec
|
Thu, 03 Jul 2008 19:21:19 +0000 |
vitor |
Reindent table
libavcodec
|
Thu, 03 Jul 2008 11:52:35 +0000 |
michael |
We do not only calculate it but we also return it.
libavcodec
|
Thu, 03 Jul 2008 11:51:59 +0000 |
michael |
More correct comment.
libavcodec
|
Thu, 03 Jul 2008 11:50:44 +0000 |
michael |
make sum_of_squares() more generic
libavcodec
|
Wed, 02 Jul 2008 22:28:47 +0000 |
astrange |
Cosmetics: split a long line.
libavcodec
|
Wed, 02 Jul 2008 22:25:17 +0000 |
astrange |
Use get_cabac_bypass_sign instead of an if/else.
libavcodec
|
Wed, 02 Jul 2008 22:20:06 +0000 |
astrange |
Reorder the if/else for residual cats to match gcc's branch prediction.
libavcodec
|
Wed, 02 Jul 2008 22:15:05 +0000 |
astrange |
Simplify loop condition for readability.
libavcodec
|
Wed, 02 Jul 2008 22:12:01 +0000 |
astrange |
Reindent.
libavcodec
|
Wed, 02 Jul 2008 22:08:12 +0000 |
astrange |
Clone decode_cabac_residual() for DC residuals, to get rid of a bunch of branches in the main loop.
libavcodec
|
Wed, 02 Jul 2008 22:03:53 +0000 |
astrange |
Don't generate two copies of hl_decode_mb() under ENABLE_SMALL.
libavcodec
|
Wed, 02 Jul 2008 21:46:18 +0000 |
astrange |
Don't test for H264 encoding unless an encoder exists.
libavcodec
|
Wed, 02 Jul 2008 12:24:50 +0000 |
ramiro |
Clarify comment about parity nibble.
libavcodec
|
Tue, 01 Jul 2008 01:36:16 +0000 |
ramiro |
Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers.
libavcodec
|
Mon, 30 Jun 2008 21:46:49 +0000 |
stefano |
Clarify/simplify documentation for the default_val field in AVOption.
libavcodec
|
Mon, 30 Jun 2008 19:30:27 +0000 |
vitor |
Remove useless wrapper around ra288_decode_frame()
libavcodec
|
Mon, 30 Jun 2008 19:09:00 +0000 |
vitor |
Remove unpack() function, read the bitstream as needed
libavcodec
|
Mon, 30 Jun 2008 18:39:11 +0000 |
vitor |
Clean up error message
libavcodec
|
Mon, 30 Jun 2008 18:36:45 +0000 |
vitor |
Rewrite unpack() using the bitstream reader
libavcodec
|
Mon, 30 Jun 2008 18:03:38 +0000 |
voroshil |
gain code, gain pitch and pitch delay decoding for ACELP based codecs
libavcodec
|
Mon, 30 Jun 2008 16:57:27 +0000 |
vitor |
Move function to avoid forward declaration
libavcodec
|
Mon, 30 Jun 2008 16:54:49 +0000 |
vitor |
Remove useless initialization
libavcodec
|
Mon, 30 Jun 2008 16:53:33 +0000 |
vitor |
Reindent the whole file
libavcodec
|
Mon, 30 Jun 2008 11:16:47 +0000 |
benoit |
Simplify mm_support() for ARM (by Mns).
libavcodec
|
Mon, 30 Jun 2008 07:31:41 +0000 |
benoit |
Define mm_support() for ARM.
libavcodec
|
Sun, 29 Jun 2008 21:37:03 +0000 |
vitor |
Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter coefficients and not the pointer minus one
libavcodec
|
Sun, 29 Jun 2008 13:12:31 +0000 |
vitor |
Update copyright
libavcodec
|
Sun, 29 Jun 2008 11:21:06 +0000 |
vitor |
Use ff_acelp_lp_synthesis_filter() instead of duplicating it
libavcodec
|
Sun, 29 Jun 2008 11:19:50 +0000 |
vitor |
Add a rounding parameter to ff_acelp_lp_synthesis_filter()
libavcodec
|
Sun, 29 Jun 2008 08:32:27 +0000 |
diego |
Add command line support for '-idct simplearmv6'.
libavcodec
|
Sun, 29 Jun 2008 07:58:46 +0000 |
vitor |
Doxy comment
libavcodec
|
Sat, 28 Jun 2008 19:41:18 +0000 |
bcoudurier |
set frame_size in libfaad decoder
libavcodec
|
Sat, 28 Jun 2008 18:30:50 +0000 |
astrange |
Realign newlines.
libavcodec
|
Sat, 28 Jun 2008 18:27:31 +0000 |
astrange |
Use MANGLE() instead of memory operands to read globals.
libavcodec
|
Sat, 28 Jun 2008 10:42:31 +0000 |
michael |
Make code independent/less dependent on dsputil.
libavcodec
|
Fri, 27 Jun 2008 21:36:01 +0000 |
ramiro |
Seek the file forwards instead of backwards when sync is lost.
libavcodec
|
Fri, 27 Jun 2008 18:53:41 +0000 |
astrange |
Remove pointless AVFrame* casting.
libavcodec
|
Fri, 27 Jun 2008 18:52:02 +0000 |
astrange |
Remove duplicate emms.
libavcodec
|
Fri, 27 Jun 2008 18:51:01 +0000 |
astrange |
Remove commented-out code.
libavcodec
|
Fri, 27 Jun 2008 18:50:06 +0000 |
astrange |
Export qscale so that postprocessing works.
libavcodec
|
Fri, 27 Jun 2008 18:47:01 +0000 |
astrange |
Remove unused PutBitContext.
libavcodec
|
Thu, 26 Jun 2008 17:20:26 +0000 |
mru |
Revert "add libmpeg2 permutation to dct-test"
libavcodec
|
Thu, 26 Jun 2008 17:14:20 +0000 |
aurel |
VP3 parser can also handle VP6 without any changes.
libavcodec
|
Thu, 26 Jun 2008 16:39:21 +0000 |
stefang |
move ff_log2_run to bitstream.c and reuse in ffv1.c
libavcodec
|
Thu, 26 Jun 2008 11:25:42 +0000 |
michael |
VP3 & Theora parser to extract keyframe flags.
libavcodec
|
Thu, 26 Jun 2008 01:13:16 +0000 |
mru |
add libmpeg2 permutation to dct-test
libavcodec
|
Wed, 25 Jun 2008 23:57:06 +0000 |
michael |
Support >=4096 dimensions, fixes issue499.
libavcodec
|
Wed, 25 Jun 2008 18:35:24 +0000 |
michael |
Set frame_size to the gcd of what the decoder can output.
libavcodec
|
Wed, 25 Jun 2008 17:37:47 +0000 |
astrange |
Don't set mm_flags in fft-test, since it doesn't do anything anyway.
libavcodec
|
Wed, 25 Jun 2008 17:33:55 +0000 |
astrange |
Use a local variable instead of mm_flags in dct-test.
libavcodec
|
Wed, 25 Jun 2008 14:14:58 +0000 |
stefang |
make ModeAlphabet read-only and use a custom mode alphabet
libavcodec
|
Wed, 25 Jun 2008 12:30:35 +0000 |
benoit |
Close parse context.
libavcodec
|
Wed, 25 Jun 2008 12:08:39 +0000 |
ramiro |
Make it a little easier to spot that the code is not dealing only with
libavcodec
|
Wed, 25 Jun 2008 11:33:49 +0000 |
stefang |
remove duplicate tables
libavcodec
|
Tue, 24 Jun 2008 23:51:17 +0000 |
astrange |
Define mm_flags/support to be 0 on architectures where they don't exist.
libavcodec
|
Tue, 24 Jun 2008 21:32:34 +0000 |
vitor |
Simplify interp()
libavcodec
|
Tue, 24 Jun 2008 21:30:09 +0000 |
vitor |
More cosmetics
libavcodec
|
Tue, 24 Jun 2008 21:29:18 +0000 |
vitor |
Cosmetics
libavcodec
|
Tue, 24 Jun 2008 20:27:29 +0000 |
stefang |
revert accidental const slipping in
libavcodec
|
Tue, 24 Jun 2008 20:15:31 +0000 |
diego |
Replace redundant MAX macro declaration by proper use of FFMAX.
libavcodec
|
Tue, 24 Jun 2008 20:01:31 +0000 |
stefang |
mark read-only data as const
libavcodec
|
Tue, 24 Jun 2008 18:38:55 +0000 |
vitor |
Use lpc_coef[2] instead of lpc_coef and lpc_coef_old
libavcodec
|
Tue, 24 Jun 2008 18:13:44 +0000 |
vitor |
Remove unused entries from lpc_refl_cb*
libavcodec
|
Tue, 24 Jun 2008 18:06:30 +0000 |
vitor |
Remove unused entries from energy_tab
libavcodec
|
Tue, 24 Jun 2008 09:10:30 +0000 |
diego |
Mark constant structure member as const to avoid some warnings.
libavcodec
|
Tue, 24 Jun 2008 09:00:58 +0000 |
diego |
Remove redundant mm_flags declaration, fixes the warning:
libavcodec
|
Mon, 23 Jun 2008 21:27:42 +0000 |
vitor |
Remove unused values from gain_{val,exp}_tab
libavcodec
|
Mon, 23 Jun 2008 21:12:35 +0000 |
vitor |
Now these tables fit in 16 bits.
libavcodec
|
Mon, 23 Jun 2008 21:10:59 +0000 |
vitor |
Merge the >> 4 calculation of cb1_base in the table
libavcodec
|
Mon, 23 Jun 2008 21:00:28 +0000 |
vitor |
Consistency: make the output buffer the first argument of functions
libavcodec
|
Mon, 23 Jun 2008 20:53:05 +0000 |
vitor |
Use sizeof() intead of hardcoding the values
libavcodec
|
Mon, 23 Jun 2008 20:46:42 +0000 |
vitor |
Simplify
libavcodec
|
Mon, 23 Jun 2008 20:44:58 +0000 |
vitor |
Simplify
libavcodec
|
Mon, 23 Jun 2008 20:42:36 +0000 |
vitor |
It makes more sense to return 1 here in case of overflow.
libavcodec
|
Mon, 23 Jun 2008 20:39:28 +0000 |
vitor |
Cosmetics: indent
libavcodec
|
Mon, 23 Jun 2008 20:39:09 +0000 |
vitor |
Remove unneeded check
libavcodec
|
Mon, 23 Jun 2008 20:37:53 +0000 |
vitor |
rescale_rms() should use unsigned ints
libavcodec
|
Mon, 23 Jun 2008 20:35:02 +0000 |
vitor |
Move factor multiplication out of irms()
libavcodec
|
Mon, 23 Jun 2008 20:33:31 +0000 |
vitor |
This should be signed
libavcodec
|
Mon, 23 Jun 2008 20:28:00 +0000 |
vitor |
More comments removal/fixes
libavcodec
|
Mon, 23 Jun 2008 20:26:57 +0000 |
vitor |
Remove useless comment
libavcodec
|
Mon, 23 Jun 2008 20:26:24 +0000 |
vitor |
More comments improvement
libavcodec
|
Mon, 23 Jun 2008 20:24:06 +0000 |
vitor |
Document defines better
libavcodec
|
Mon, 23 Jun 2008 20:20:29 +0000 |
vitor |
Remove useless define
libavcodec
|
Mon, 23 Jun 2008 20:18:51 +0000 |
vitor |
Rename rotate_buffer() to copy_and_dup() and doxy it
libavcodec
|
Mon, 23 Jun 2008 20:13:07 +0000 |
vitor |
Simplify t_sqrt()
libavcodec
|
Mon, 23 Jun 2008 20:12:12 +0000 |
vitor |
Add doxy comment
libavcodec
|
Mon, 23 Jun 2008 20:06:36 +0000 |
vitor |
Rename var
libavcodec
|
Mon, 23 Jun 2008 20:05:42 +0000 |
vitor |
Move code unrelated to lpc filtering out of lpc_filter()
libavcodec
|
Mon, 23 Jun 2008 19:59:42 +0000 |
vitor |
Simplify rotate_buffer()
libavcodec
|
Mon, 23 Jun 2008 19:47:10 +0000 |
stefano |
Fix typo in libavcodec/opt.h.
libavcodec
|
Mon, 23 Jun 2008 07:33:15 +0000 |
benoit |
Allocate static tables on stack, not heap.
libavcodec
|
Sun, 22 Jun 2008 20:10:16 +0000 |
vitor |
Cosmetics
libavcodec
|
Sun, 22 Jun 2008 20:09:13 +0000 |
vitor |
Avoid a memcpy. Code is also simpler now in my opinion.
libavcodec
|
Sun, 22 Jun 2008 15:26:00 +0000 |
superdump |
Remove now unused variable
libavcodec
|
Sun, 22 Jun 2008 15:12:27 +0000 |
superdump |
Add generic ff_sine_window_init function and implement in codecs appropriately
libavcodec
|
Sun, 22 Jun 2008 13:20:41 +0000 |
aurel |
vp6: ensure that huffman decoding table is sorted with descending symbol order
libavcodec
|
Sun, 22 Jun 2008 13:01:24 +0000 |
diego |
cosmetics: alignment
libavcodec
|
Sun, 22 Jun 2008 12:56:30 +0000 |
diego |
Add missing entry for PCM_DVD_ENCODER.
libavcodec
|
Sun, 22 Jun 2008 12:52:26 +0000 |
diego |
Add missing mpegvideo.o to list of vc1.o dependencies.
libavcodec
|
Sun, 22 Jun 2008 12:48:39 +0000 |
diego |
Add missing entry for ADPCM_IMA_QT_ENCODER.
libavcodec
|
Sun, 22 Jun 2008 12:47:39 +0000 |
diego |
Add missing entry for ADPCM_EA_MAXIS_XA_DECODER.
libavcodec
|
Sun, 22 Jun 2008 07:05:40 +0000 |
reimar |
Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16
libavcodec
|
Sat, 21 Jun 2008 09:15:49 +0000 |
stefano |
Extend documentation for AVOption.
libavcodec
|
Fri, 20 Jun 2008 20:46:07 +0000 |
vitor |
Do not write junk in the end of truncated files. FATE
libavcodec
|
Thu, 19 Jun 2008 20:51:56 +0000 |
vitor |
Misc cosmetics
libavcodec
|
Thu, 19 Jun 2008 20:48:00 +0000 |
vitor |
Remove useless comment
libavcodec
|
Thu, 19 Jun 2008 20:43:34 +0000 |
vitor |
Last table renaming
libavcodec
|
Thu, 19 Jun 2008 20:36:23 +0000 |
vitor |
Yet more table renaming
libavcodec
|
Thu, 19 Jun 2008 20:34:29 +0000 |
vitor |
10l: fix typo
libavcodec
|
Thu, 19 Jun 2008 20:31:34 +0000 |
vitor |
More table renaming
libavcodec
|
Thu, 19 Jun 2008 20:28:28 +0000 |
vitor |
Rename table
libavcodec
|
Thu, 19 Jun 2008 19:37:51 +0000 |
vitor |
Rename vars: s/decsp/out/
libavcodec
|
Thu, 19 Jun 2008 19:35:59 +0000 |
vitor |
Rename function
libavcodec
|
Thu, 19 Jun 2008 19:34:38 +0000 |
vitor |
Rename var
libavcodec
|
Thu, 19 Jun 2008 11:04:31 +0000 |
michael |
Do not shift F[I] twice, it is also clearer and smaller now.
libavcodec
|
Thu, 19 Jun 2008 11:00:17 +0000 |
michael |
Factorize c->ap += (-c->ap) >> 4 out
libavcodec
|
Thu, 19 Jun 2008 10:52:47 +0000 |
michael |
Get rid of G726Tables.bits.
libavcodec
|
Thu, 19 Jun 2008 10:49:30 +0000 |
michael |
Copy 4 pointers to avid dozends of ptr dereferences.
libavcodec
|
Thu, 19 Jun 2008 10:38:20 +0000 |
michael |
Does not need to be int16.
libavcodec
|
Thu, 19 Jun 2008 10:29:36 +0000 |
michael |
Factorize I >> (c->tbls->bits - 1) out.
libavcodec
|
Thu, 19 Jun 2008 10:12:15 +0000 |
stefano |
Improve an lclenc.c error message in case of unsupported input pixel
libavcodec
|
Thu, 19 Jun 2008 10:02:39 +0000 |
michael |
1 abs() less
libavcodec
|
Wed, 18 Jun 2008 21:09:36 +0000 |
michael |
simplify
libavcodec
|
Wed, 18 Jun 2008 21:05:07 +0000 |
michael |
useless ()
libavcodec
|
Wed, 18 Jun 2008 21:00:44 +0000 |
michael |
remove unneeded tr == 0
libavcodec
|
Wed, 18 Jun 2008 20:54:21 +0000 |
michael |
simplify
libavcodec
|
Wed, 18 Jun 2008 20:51:12 +0000 |
michael |
Get rid of the redundant AVG726Context.
libavcodec
|
Wed, 18 Jun 2008 19:18:32 +0000 |
michael |
Remove the truncated bitstream handling from our g726 decoder.
libavcodec
|
Tue, 17 Jun 2008 14:42:51 +0000 |
gpoirier |
convert DOS-style carriage return to Unix-style
libavcodec
|
Tue, 17 Jun 2008 14:03:00 +0000 |
michael |
Change iquant tables to int16.
libavcodec
|
Tue, 17 Jun 2008 13:46:59 +0000 |
michael |
simplify
libavcodec
|
Tue, 17 Jun 2008 13:40:40 +0000 |
michael |
Get rid of useless wrapper function.
libavcodec
|
Tue, 17 Jun 2008 00:09:42 +0000 |
michael |
Do not inline g726_iterate() the function is big so its inlining will
libavcodec
|
Mon, 16 Jun 2008 23:57:12 +0000 |
michael |
Replace i2f(0) by the actual thing done, gcc is not an optimizing compiler.
libavcodec
|
Mon, 16 Jun 2008 23:53:34 +0000 |
michael |
Remove redundant zeroing (the context is memset(0)).
libavcodec
|
Mon, 16 Jun 2008 23:51:07 +0000 |
michael |
Use smaller data types for tables.
libavcodec
|
Mon, 16 Jun 2008 23:34:15 +0000 |
michael |
Float11 does not need int, .o file becomes smaller and the code might
libavcodec
|
Mon, 16 Jun 2008 23:31:23 +0000 |
michael |
simplify
libavcodec
|
Mon, 16 Jun 2008 23:23:56 +0000 |
michael |
Correct validity checks.
libavcodec
|
Mon, 16 Jun 2008 23:20:11 +0000 |
michael |
Print sane error message for channels != 1.
libavcodec
|
Mon, 16 Jun 2008 23:16:44 +0000 |
michael |
Check number of bits so we do not try to use table entries which do not exist.
libavcodec
|
Mon, 16 Jun 2008 23:12:50 +0000 |
michael |
Support decoding of sample_g726.asf.
libavcodec
|
Mon, 16 Jun 2008 20:42:54 +0000 |
michael |
get_bits() outputs exactly as many bits as requested no need to mask them.
libavcodec
|
Mon, 16 Jun 2008 20:40:44 +0000 |
michael |
Remove dead code.
libavcodec
|
Mon, 16 Jun 2008 08:25:48 +0000 |
diego |
Add missing #includes to fix 'make checkheaders'.
libavcodec
|
Sun, 15 Jun 2008 18:01:25 +0000 |
jbr |
fix verbatim mode decoding. patch by Jai Menon (realityman gmx net).
libavcodec
|
Fri, 13 Jun 2008 19:30:27 +0000 |
michael |
-0x8000 == 0x8000 with int16
libavcodec
|
Fri, 13 Jun 2008 09:30:42 +0000 |
stefano |
Cosmetics: s/Id/id/ in libavcodec/roqvideodec.c when Id refers to id Software
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Tue, 10 Jun 2008 19:21:40 +0000 |
bcoudurier |
remove useless wrapper func
libavcodec
|
Mon, 09 Jun 2008 16:30:59 +0000 |
reimar |
Remove the START_TIMER/STOP_TIMER from vp3.c, they clutter the output and
libavcodec
|
Mon, 09 Jun 2008 16:26:28 +0000 |
reimar |
Almost-cosmetics: split out coeff_count from all_fragments struct into
libavcodec
|
Mon, 09 Jun 2008 01:21:57 +0000 |
bcoudurier |
enable global_header flag for audio and video encoding, was wrongly part of commit r13722
libavcodec
|
Mon, 09 Jun 2008 01:20:14 +0000 |
bcoudurier |
revert wrong part of r13722 commit
libavcodec
|
Mon, 09 Jun 2008 00:43:07 +0000 |
bcoudurier |
uniformize trellis quant option
libavcodec
|
Sun, 08 Jun 2008 21:09:02 +0000 |
jbr |
move rematrixing band table to ac3dec_data.c
libavcodec
|
Sun, 08 Jun 2008 21:08:57 +0000 |
jbr |
add ac3dec_data.[c,h]
libavcodec
|
Sun, 08 Jun 2008 21:08:53 +0000 |
jbr |
add fields needed for E-AC-3 decoding to decode context
libavcodec
|
Sun, 08 Jun 2008 20:45:18 +0000 |
bwolowiec |
Separating from nellymoserdec.c parts required by encoder
libavcodec
|
Sun, 08 Jun 2008 17:12:25 +0000 |
banan |
Oma demuxer
libavcodec
|
Sat, 07 Jun 2008 22:30:51 +0000 |
jbr |
split up header parsing function
libavcodec
|
Sat, 07 Jun 2008 22:30:47 +0000 |
jbr |
store exp_strategy for all blocks in decode context
libavcodec
|
Sat, 07 Jun 2008 22:30:43 +0000 |
jbr |
store cpl_in_use for all blocks in decode context
libavcodec
|
Sat, 07 Jun 2008 22:30:39 +0000 |
jbr |
cosmetics: add and align references to spec variable names
libavcodec
|
Sat, 07 Jun 2008 22:30:35 +0000 |
jbr |
cosmetics: vertical align
libavcodec
|
Sat, 07 Jun 2008 22:30:31 +0000 |
jbr |
use macro constants for array sizes in decode context
libavcodec
|
Sat, 07 Jun 2008 22:30:26 +0000 |
jbr |
cosmetics: vertical align
libavcodec
|
Sat, 07 Jun 2008 22:30:22 +0000 |
jbr |
cosmetics: reorder decode context fields into logical groups
libavcodec
|
Sat, 07 Jun 2008 22:30:16 +0000 |
jbr |
move the decode context and some macro constants to a new file, ac3dec.h
libavcodec
|
Sat, 07 Jun 2008 22:30:09 +0000 |
jbr |
move mix level tables from parser to decoder. have parser read bitstream value instead of using an index to a table in the decoder.
libavcodec
|
Sat, 07 Jun 2008 22:30:03 +0000 |
jbr |
add more gain levels and adjust mix level tables accordingly.
libavcodec
|
Sat, 07 Jun 2008 22:29:54 +0000 |
jbr |
pass bap table to ff_ac3_bit_alloc_calc_bap()
libavcodec
|
Sat, 07 Jun 2008 22:29:45 +0000 |
jbr |
set default mix levels regardless of bitstream id
libavcodec
|
Sat, 07 Jun 2008 22:29:38 +0000 |
jbr |
cosmetics: indent
libavcodec
|
Sat, 07 Jun 2008 22:29:27 +0000 |
jbr |
skip unsupported frame types and substream id's
libavcodec
|
Sat, 07 Jun 2008 22:29:19 +0000 |
jbr |
read frame type from header info into decode context
libavcodec
|
Sat, 07 Jun 2008 22:29:11 +0000 |
jbr |
get substreamid from ac3 parser
libavcodec
|
Sat, 07 Jun 2008 22:29:03 +0000 |
jbr |
get the number of blocks from the ac3 parser and use in the ac3 decoder.
libavcodec
|
Sat, 07 Jun 2008 13:21:24 +0000 |
rtogni |
Remove my old email address
libavcodec
|
Sat, 07 Jun 2008 13:14:49 +0000 |
rtogni |
Remove my old email address.
libavcodec
|
Fri, 06 Jun 2008 17:50:32 +0000 |
diego |
Remove Fabrice's copyright from the Makefiles. They have been entirely
libavcodec
|
Fri, 06 Jun 2008 07:00:42 +0000 |
diego |
minor spelling/grammar fixes
libavcodec
|
Fri, 06 Jun 2008 00:32:31 +0000 |
michael |
Fix reading an element after the array.
libavcodec
|
Thu, 05 Jun 2008 16:15:44 +0000 |
vitor |
Remove *lpc_refl from the context. Only the value
libavcodec
|
Thu, 05 Jun 2008 16:11:51 +0000 |
vitor |
Split function rms() in two (it does two unrelated things)
libavcodec
|
Thu, 05 Jun 2008 02:20:15 +0000 |
lorenm |
rename me=tesa
libavcodec
|
Thu, 05 Jun 2008 01:57:35 +0000 |
bcoudurier |
add esa/dia compat me options and new tesa for libx264
libavcodec
|
Wed, 04 Jun 2008 00:56:36 +0000 |
bcoudurier |
x264 interlaced encoding option
libavcodec
|
Wed, 04 Jun 2008 00:44:43 +0000 |
bcoudurier |
cleanup, remove useless parentheses
libavcodec
|
Wed, 04 Jun 2008 00:31:20 +0000 |
jbr |
return error on frame sync error
libavcodec
|
Tue, 03 Jun 2008 23:34:26 +0000 |
jbr |
prevent crash when dba params are invalid
libavcodec
|
Tue, 03 Jun 2008 16:46:38 +0000 |
banan |
Sample tested and the code worked so the comment is removed
libavcodec
|
Tue, 03 Jun 2008 11:56:09 +0000 |
diego |
small spelling/wording fixes
libavcodec
|
Tue, 03 Jun 2008 03:12:56 +0000 |
michael |
ff_fetch_timestamp() prototype
libavcodec
|
Tue, 03 Jun 2008 02:43:17 +0000 |
michael |
In mpeg1/2 timestamps are associated with the access unit which
libavcodec
|
Mon, 02 Jun 2008 23:00:04 +0000 |
aurel |
bump micro version after commit r13615
libavcodec
|
Mon, 02 Jun 2008 19:04:14 +0000 |
bcoudurier |
print correct mpeg-2 broken_link value, and print closed_gop
libavcodec
|
Mon, 02 Jun 2008 18:29:04 +0000 |
vitor |
Remove warning that could never be triggered.
libavcodec
|
Mon, 02 Jun 2008 14:54:19 +0000 |
michael |
indent
libavcodec
|
Mon, 02 Jun 2008 14:53:54 +0000 |
michael |
Only store timestamps when there are timestamps.
libavcodec
|
Mon, 02 Jun 2008 14:40:27 +0000 |
michael |
Our MPEG-TS demuxer does not send complete PES packets but sends them
libavcodec
|
Mon, 02 Jun 2008 14:23:25 +0000 |
michael |
Move new field to the end to avoid ABI breakage, I thought this struct
libavcodec
|
Mon, 02 Jun 2008 13:14:01 +0000 |
michael |
cosmetic
libavcodec
|
Mon, 02 Jun 2008 13:12:54 +0000 |
michael |
Allow matching timestamps to be removed by fetch_timestamp().
libavcodec
|
Mon, 02 Jun 2008 13:09:56 +0000 |
michael |
Add off argument so that fetch_timestamp can search for timestamps
libavcodec
|
Mon, 02 Jun 2008 13:05:38 +0000 |
michael |
Factorize fetch_timestamp() into its own function
libavcodec
|
Mon, 02 Jun 2008 13:01:23 +0000 |
michael |
unused variable
libavcodec
|
Mon, 02 Jun 2008 03:12:43 +0000 |
bcoudurier |
cosmetics, remove table_ prefix
libavcodec
|
Mon, 02 Jun 2008 03:10:40 +0000 |
michael |
indent
libavcodec
|
Mon, 02 Jun 2008 03:10:00 +0000 |
michael |
Rename last_frame_offset to next_frame_offset.
libavcodec
|
Mon, 02 Jun 2008 03:07:32 +0000 |
bcoudurier |
optimize, merge offset bits in vlc code
libavcodec
|
Mon, 02 Jun 2008 02:55:30 +0000 |
michael |
Simplify parser core.
libavcodec
|
Mon, 02 Jun 2008 02:54:46 +0000 |
jbr |
move some AC3HeaderInfo struct fields to the Coded elements group.
libavcodec
|
Sun, 01 Jun 2008 21:29:45 +0000 |
bcoudurier |
return if bitrate is not specified or too low
libavcodec
|
Sun, 01 Jun 2008 20:51:44 +0000 |
bcoudurier |
add context_to_name func for logging
libavcodec
|
Sun, 01 Jun 2008 19:51:33 +0000 |
vitor |
Replace comments by error messages.
libavcodec
|
Sun, 01 Jun 2008 19:36:54 +0000 |
vitor |
Cosmetics
libavcodec
|
Sun, 01 Jun 2008 19:36:43 +0000 |
vitor |
Rename dec2() function
libavcodec
|
Sun, 01 Jun 2008 19:35:04 +0000 |
vitor |
Rename var
libavcodec
|
Sun, 01 Jun 2008 19:33:17 +0000 |
vitor |
Rename dec1() to a more descriptive name
libavcodec
|
Sun, 01 Jun 2008 19:30:07 +0000 |
vitor |
The function dec1() do two completly unrelated things. Split the rms calculation out of it.
libavcodec
|
Sun, 01 Jun 2008 13:30:15 +0000 |
vitor |
Yet more variable renaming
libavcodec
|
Sun, 01 Jun 2008 13:28:41 +0000 |
vitor |
More variable renaming
libavcodec
|
Sun, 01 Jun 2008 13:17:22 +0000 |
vitor |
Rename functions
libavcodec
|
Sun, 01 Jun 2008 13:16:13 +0000 |
vitor |
Rename variables
libavcodec
|
Sun, 01 Jun 2008 02:28:33 +0000 |
bcoudurier |
memcpy considering output width, not src linesize, fix segv with av_picture_pad
libavcodec
|
Sun, 01 Jun 2008 02:21:53 +0000 |
bcoudurier |
give context to av_log
libavcodec
|
Sun, 01 Jun 2008 01:07:59 +0000 |
michael |
Prevent scalefactors from overflowing.
libavcodec
|
Sat, 31 May 2008 22:12:49 +0000 |
jbr |
cosmetics: add a comment, remove a comment
libavcodec
|
Sat, 31 May 2008 22:12:01 +0000 |
jbr |
simplify
libavcodec
|
Sat, 31 May 2008 21:57:45 +0000 |
jbr |
set lfe params at frame init instead of in every block
libavcodec
|
Sat, 31 May 2008 21:53:31 +0000 |
jbr |
only calculate number of exponent groups when exponents are not reused.
libavcodec
|
Sat, 31 May 2008 21:37:28 +0000 |
jbr |
cosmetics: remove unneeded braces
libavcodec
|
Sat, 31 May 2008 19:59:10 +0000 |
jbr |
10l: cosmetics
libavcodec
|
Sat, 31 May 2008 19:56:54 +0000 |
jbr |
new dba values requires running last 2 bit allocation stages
libavcodec
|
Sat, 31 May 2008 16:04:41 +0000 |
jbr |
get_transform_coeffs() never returns an error, so make the function and its children return void.
libavcodec
|
Sat, 31 May 2008 15:37:41 +0000 |
vitor |
Add doxy comments to eq() and do_voice()
libavcodec
|
Sat, 31 May 2008 15:31:57 +0000 |
jbr |
use enum value for CRC error
libavcodec
|
Sat, 31 May 2008 15:30:55 +0000 |
jbr |
move header error logging to after CRC check
libavcodec
|
Sat, 31 May 2008 14:38:34 +0000 |
vitor |
Minor simplification
libavcodec
|
Sat, 31 May 2008 14:36:46 +0000 |
vitor |
Rename variable
libavcodec
|
Sat, 31 May 2008 14:34:35 +0000 |
vitor |
Remove useless intermediate variable
libavcodec
|
Sat, 31 May 2008 14:32:11 +0000 |
vitor |
Remove ra144.o dependency added in revision r13500, now reverted
libavcodec
|
Fri, 30 May 2008 23:27:21 +0000 |
michael |
unused
libavcodec
|
Fri, 30 May 2008 23:26:09 +0000 |
michael |
As *_static are not deallocated anymore except on program termination
libavcodec
|
Fri, 30 May 2008 21:17:10 +0000 |
michael |
unused
libavcodec
|
Fri, 30 May 2008 21:15:34 +0000 |
michael |
Remove non C code.
libavcodec
|
Fri, 30 May 2008 21:12:33 +0000 |
michael |
Move *_static to bitstream.c which is the only file left which needs
libavcodec
|
Fri, 30 May 2008 21:08:41 +0000 |
michael |
Change init_vlc_rl() so it does not use *alloc_static() anymore.
libavcodec
|
Fri, 30 May 2008 21:06:40 +0000 |
michael |
Change init_2d_vlc_rl() to not use *alloc_static().
libavcodec
|
Fri, 30 May 2008 20:06:08 +0000 |
michael |
Remove constant argument.
libavcodec
|
Fri, 30 May 2008 20:02:59 +0000 |
michael |
Switch to INIT_VLC_USE_NEW_STATIC.
libavcodec
|
Fri, 30 May 2008 20:00:19 +0000 |
michael |
Little helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier.
libavcodec
|
Fri, 30 May 2008 19:48:02 +0000 |
michael |
Make init_vlc* support proper static tables instead of this broken beyond
libavcodec
|
Fri, 30 May 2008 19:46:43 +0000 |
vitor |
Revert r13499, log:
libavcodec
|
Thu, 29 May 2008 23:16:12 +0000 |
cehoyos |
Warn about unimplemented H264 feature.
libavcodec
|
Thu, 29 May 2008 20:09:45 +0000 |
skal |
in TRUNCATED mode, use residual fragments in ParseContext
libavcodec
|
Thu, 29 May 2008 11:04:42 +0000 |
diego |
Add ASUS V1/V2 decoder codec long names.
libavcodec
|
Wed, 28 May 2008 23:56:25 +0000 |
bcoudurier |
set avctx time_base in dv decoder
libavcodec
|
Wed, 28 May 2008 22:36:08 +0000 |
michael |
ILP64 fix
libavcodec
|
Wed, 28 May 2008 21:25:18 +0000 |
vitor |
Rename variable
libavcodec
|
Wed, 28 May 2008 21:17:32 +0000 |
vitor |
More intermediate vars removal
libavcodec
|
Wed, 28 May 2008 21:04:42 +0000 |
vitor |
Remove unused var
libavcodec
|
Wed, 28 May 2008 21:02:51 +0000 |
vitor |
Remove useless intermediate var
libavcodec
|
Wed, 28 May 2008 20:36:11 +0000 |
vitor |
Remove dec1() function
libavcodec
|
Wed, 28 May 2008 19:04:34 +0000 |
vitor |
Use ff_acelp_weighted_vector_sum() instead of reimplementing it
libavcodec
|
Wed, 28 May 2008 19:02:16 +0000 |
vitor |
Make lpc coefficients 16 bit wide
libavcodec
|
Wed, 28 May 2008 18:59:09 +0000 |
vitor |
Simplify implementation and use of dec2()
libavcodec
|
Wed, 28 May 2008 11:59:41 +0000 |
michael |
Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays.
libavcodec
|
Wed, 28 May 2008 11:33:28 +0000 |
michael |
set coded_frame
libavcodec
|
Wed, 28 May 2008 09:20:59 +0000 |
diego |
cosmetics: spelling typo fixes
libavcodec
|
Wed, 28 May 2008 01:54:09 +0000 |
michael |
Fix return type of ff_init_me().
libavcodec
|
Wed, 28 May 2008 01:34:46 +0000 |
michael |
minor simplification
libavcodec
|
Wed, 28 May 2008 01:30:59 +0000 |
michael |
redundant
libavcodec
|
Tue, 27 May 2008 23:41:10 +0000 |
michael |
Check dia size a little more. Fixes CID80.
libavcodec
|
Tue, 27 May 2008 22:10:17 +0000 |
michael |
Arrays where one element too small, fixes CID114.
libavcodec
|
Tue, 27 May 2008 21:12:28 +0000 |
michael |
memleak / fixes CID118
libavcodec
|
Tue, 27 May 2008 19:44:56 +0000 |
michael |
Do not read from prior the array, fix CID 127.
libavcodec
|
Tue, 27 May 2008 16:50:48 +0000 |
vitor |
Add comment
libavcodec
|
Tue, 27 May 2008 16:14:31 +0000 |
vitor |
Fix doxy comments
libavcodec
|
Tue, 27 May 2008 12:32:59 +0000 |
diego |
cosmetics: XviD is now called Xvid.
libavcodec
|
Tue, 27 May 2008 10:51:23 +0000 |
diego |
cosmetics: typo fixes
libavcodec
|
Tue, 27 May 2008 00:43:39 +0000 |
jbr |
zero the upper frequencies of the correct coefficients
libavcodec
|
Mon, 26 May 2008 23:36:05 +0000 |
diego |
consistency cosmetics: indices --> indexes in variable names
libavcodec
|
Mon, 26 May 2008 23:19:26 +0000 |
diego |
Clarify avcodec_encode_audio() vs. PCM audio.
libavcodec
|
Mon, 26 May 2008 23:14:25 +0000 |
diego |
consistency cosmetics: indices --> indexes
libavcodec
|
Mon, 26 May 2008 23:11:24 +0000 |
diego |
cosmetics: typo
libavcodec
|
Mon, 26 May 2008 23:09:46 +0000 |
diego |
cosmetics: Use C-style comments in #endif directives.
libavcodec
|
Mon, 26 May 2008 18:26:47 +0000 |
vitor |
Rename var: add read coefficients a decent name
libavcodec
|
Mon, 26 May 2008 18:21:09 +0000 |
vitor |
Update comment
libavcodec
|
Mon, 26 May 2008 18:18:33 +0000 |
vitor |
Rename var: val -> energy
libavcodec
|
Mon, 26 May 2008 18:16:05 +0000 |
vitor |
Rename var: swapbuf* are LPC related
libavcodec
|
Mon, 26 May 2008 17:10:00 +0000 |
vitor |
Rename var: buffer_2 is an adaptive codebook
libavcodec
|
Mon, 26 May 2008 16:59:39 +0000 |
vitor |
Context vars are not global vars. glob is a bad name for it.
libavcodec
|
Mon, 26 May 2008 16:55:22 +0000 |
vitor |
Rename context struct to be more consistent with the rest of ffmpeg
libavcodec
|
Mon, 26 May 2008 11:32:42 +0000 |
michael |
Warn about packed B-frames. (especially useful if the file in question is
libavcodec
|
Mon, 26 May 2008 02:00:18 +0000 |
michael |
indent
libavcodec
|
Mon, 26 May 2008 01:58:47 +0000 |
michael |
allow av_parser_close(NULL)
libavcodec
|
Mon, 26 May 2008 01:06:15 +0000 |
michael |
print direct_spatial_mv_pred
libavcodec
|
Sun, 25 May 2008 20:02:24 +0000 |
jbr |
safer solution for setting audio parameters
libavcodec
|
Sun, 25 May 2008 19:48:03 +0000 |
vitor |
Merge two if's
libavcodec
|
Sun, 25 May 2008 19:00:13 +0000 |
vitor |
Use (u)int16_t instead of (unsigned) short
libavcodec
|
Sun, 25 May 2008 18:54:17 +0000 |
jbr |
set audio parameters if frame header is ok, even if crc fails
libavcodec
|
Sun, 25 May 2008 18:06:01 +0000 |
jbr |
cosmetics: indent
libavcodec
|
Sun, 25 May 2008 18:05:15 +0000 |
jbr |
add error concealment
libavcodec
|
Sun, 25 May 2008 17:06:14 +0000 |
vitor |
Yet more cosmetics
libavcodec
|
Sun, 25 May 2008 17:04:42 +0000 |
vitor |
More cosmetics
libavcodec
|
Sun, 25 May 2008 16:58:25 +0000 |
vitor |
Cosmetics
libavcodec
|
Sun, 25 May 2008 16:53:55 +0000 |
vitor |
Rename var
libavcodec
|
Sun, 25 May 2008 16:52:14 +0000 |
vitor |
Minor simplification of dec1()
libavcodec
|
Sun, 25 May 2008 16:50:08 +0000 |
vitor |
Minor simplification of dec2()
libavcodec
|
Sun, 25 May 2008 16:46:05 +0000 |
vitor |
Remove useless variable
libavcodec
|
Sun, 25 May 2008 16:44:56 +0000 |
vitor |
Cosmetics: merge declaration and initialization
libavcodec
|
Sun, 25 May 2008 16:42:31 +0000 |
vitor |
Cosmetics: braces removal
libavcodec
|
Sun, 25 May 2008 16:29:07 +0000 |
vitor |
Move evaluation of variable a to where it is trivial
libavcodec
|
Sun, 25 May 2008 16:27:33 +0000 |
vitor |
Make add_wav() receive a vector instead of three integers
libavcodec
|
Sun, 25 May 2008 16:20:06 +0000 |
jbr |
cosmetics: indent
libavcodec
|
Sun, 25 May 2008 16:19:44 +0000 |
jbr |
10l: fix error in commit r13382
libavcodec
|
Sun, 25 May 2008 16:10:08 +0000 |
vitor |
Remove gbuf2 from context
libavcodec
|
Sun, 25 May 2008 15:34:48 +0000 |
jbr |
add checks for missing information in the first block
libavcodec
|
Sun, 25 May 2008 15:23:03 +0000 |
jbr |
add check for invalid channel mode when coupling is used
libavcodec
|
Sun, 25 May 2008 14:07:35 +0000 |
michael |
Fix MB skipping with droppable frames.
libavcodec
|
Sun, 25 May 2008 13:31:07 +0000 |
michael |
Do not reject odd width/height.
libavcodec
|
Sun, 25 May 2008 13:26:04 +0000 |
vitor |
Use (u)int16_t instead of short for tables
libavcodec
|
Sun, 25 May 2008 13:25:10 +0000 |
vitor |
Make tables that fit in one byte (u)int8_t
libavcodec
|
Sun, 25 May 2008 13:23:27 +0000 |
vitor |
Remove yet another val (gbuf1) from context
libavcodec
|
Sun, 25 May 2008 13:22:56 +0000 |
vitor |
Parameter n of dec functions is always 3. Hardcode it.
libavcodec
|
Sat, 24 May 2008 22:31:44 +0000 |
michael |
Move const *pow2tab out of context.
libavcodec
|
Sat, 24 May 2008 22:28:33 +0000 |
michael |
simplify init_pow2table
libavcodec
|
Sat, 24 May 2008 22:23:16 +0000 |
michael |
Merge init_rootpow2table and init_pow2table.
libavcodec
|
Sat, 24 May 2008 20:52:50 +0000 |
vitor |
Indent
libavcodec
|
Sat, 24 May 2008 20:51:56 +0000 |
vitor |
Remove another useless variable from context
libavcodec
|
Sat, 24 May 2008 17:18:42 +0000 |
voroshil |
Move pitch vector interpolation code to acelp_filters
libavcodec
|
Sat, 24 May 2008 16:38:48 +0000 |
vitor |
Use an intermediate variable for overflow testing
libavcodec
|
Sat, 24 May 2008 16:20:37 +0000 |
vitor |
Handle the case where we do not have enough input
libavcodec
|
Sat, 24 May 2008 12:58:20 +0000 |
michael |
Anoter try to make +- behave sanely.
libavcodec
|
Sat, 24 May 2008 12:33:00 +0000 |
vitor |
Simplify eq()
libavcodec
|
Sat, 24 May 2008 09:20:09 +0000 |
vitor |
Simplify final()
libavcodec
|
Sat, 24 May 2008 09:19:21 +0000 |
vitor |
Simplify rms()
libavcodec
|
Sat, 24 May 2008 09:17:30 +0000 |
vitor |
More simplifications of ra144_decode_frame()
libavcodec
|
Sat, 24 May 2008 09:15:01 +0000 |
vitor |
Make wavtable a table instead of an array
libavcodec
|
Sat, 24 May 2008 07:19:12 +0000 |
cehoyos |
Fix compilation for buggy icc.
libavcodec
|
Fri, 23 May 2008 03:10:27 +0000 |
voroshil |
adaptive and fixed codebook vector operations for ACELP-based codecs
libavcodec
|
Fri, 23 May 2008 00:29:21 +0000 |
michael |
Fix + - bug with non flags.
libavcodec
|
Thu, 22 May 2008 19:42:02 +0000 |
banan |
Update copyright and text
libavcodec
|
Thu, 22 May 2008 19:16:28 +0000 |
banan |
Fix decoding of 01-Untitled(1).oma, patch by Maxim Poliakovski
libavcodec
|
Wed, 21 May 2008 19:24:17 +0000 |
vitor |
Make gbuf2 a table instead of an array
libavcodec
|
Wed, 21 May 2008 19:23:15 +0000 |
vitor |
Remove unneeded var from context
libavcodec
|
Wed, 21 May 2008 17:50:42 +0000 |
benoit |
Improve parse_primary() error message.
libavcodec
|
Wed, 21 May 2008 16:53:20 +0000 |
vitor |
Cosmetics: indentation
libavcodec
|
Wed, 21 May 2008 16:43:33 +0000 |
vitor |
Simplify irms()
libavcodec
|
Wed, 21 May 2008 16:43:05 +0000 |
vitor |
Simplify add_wav()
libavcodec
|
Wed, 21 May 2008 16:41:58 +0000 |
vitor |
Only one out of two values of gbuf1 is actually used. Make it half the size.
libavcodec
|
Wed, 21 May 2008 16:38:44 +0000 |
vitor |
Make etable1 and etable2 tables instead of arrays.
libavcodec
|
Wed, 21 May 2008 16:36:19 +0000 |
vitor |
Simplify ra144_decode_frame() by unrolling a senseless
libavcodec
|
Wed, 21 May 2008 16:33:49 +0000 |
vitor |
Use ff_sqrt() function instead of using a table
libavcodec
|
Sat, 17 May 2008 14:51:49 +0000 |
vitor |
Cosmetics: move function to remove forward declarations
libavcodec
|
Sat, 17 May 2008 14:42:55 +0000 |
vitor |
Minor simplification of rotate_block()
libavcodec
|
Sat, 17 May 2008 14:40:36 +0000 |
vitor |
Cosmetics: indentation
libavcodec
|
Sat, 17 May 2008 14:39:47 +0000 |
vitor |
Cosmetics: rename variable
libavcodec
|
Sat, 17 May 2008 14:38:12 +0000 |
vitor |
Simplify ra144_decode_frame()
libavcodec
|
Sat, 17 May 2008 14:36:44 +0000 |
michael |
Simplify vsad16_mmx2().
libavcodec
|
Sat, 17 May 2008 14:35:45 +0000 |
vitor |
Remove a useless temporary buffer
libavcodec
|
Sat, 17 May 2008 14:35:14 +0000 |
michael |
Simplify vsad16_mmx().
libavcodec
|
Sat, 17 May 2008 14:34:55 +0000 |
vitor |
Convert ra144.h tables from hex to decimal
libavcodec
|
Sat, 17 May 2008 14:33:01 +0000 |
michael |
Simplify vsad_intra16_mmx2()
libavcodec
|
Sat, 17 May 2008 14:31:10 +0000 |
michael |
Simplify vsad_intra16_mmx()
libavcodec
|
Sat, 17 May 2008 11:42:03 +0000 |
diego |
LPCM 24 bits support, patch by Lars Tuber, lars.taeuber gmx net
libavcodec
|
Sat, 17 May 2008 11:38:30 +0000 |
diego |
The MPEG4AAC codec is provided by an external library and will be disabled
libavcodec
|
Sat, 17 May 2008 10:20:01 +0000 |
diego |
missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste it
libavcodec
|
Fri, 16 May 2008 21:28:55 +0000 |
michael |
Avoid using log2() freebsd does not support it.
libavcodec
|
Fri, 16 May 2008 13:12:56 +0000 |
diego |
Fix big-endian vs. little-endian typo.
libavcodec
|
Fri, 16 May 2008 00:28:22 +0000 |
diego |
consistent codec name by Stefano Sabatini, stefano.sabatini-lala poste it
libavcodec
|
Fri, 16 May 2008 00:26:02 +0000 |
diego |
Add PCM codec long names; by Stefano Sabatini, stefano.sabatini-lala poste it.
libavcodec
|
Thu, 15 May 2008 23:03:55 +0000 |
diego |
cosmetics: Use C-style comment delimiters with #endif directives.
libavcodec
|
Thu, 15 May 2008 23:02:43 +0000 |
diego |
cosmetics: Fix typos in ADPCM codec long names.
libavcodec
|
Thu, 15 May 2008 22:51:38 +0000 |
diego |
cosmetics: s/Id/id/ in libavcodec where Id refers to id Software.
libavcodec
|
Thu, 15 May 2008 18:49:50 +0000 |
vitor |
Remove useless buffers
libavcodec
|
Thu, 15 May 2008 18:42:05 +0000 |
vitor |
Simplify rotate_block()
libavcodec
|
Thu, 15 May 2008 18:41:04 +0000 |
vitor |
Do not pass the context to functions that do not use it
libavcodec
|
Thu, 15 May 2008 18:39:07 +0000 |
vitor |
Declare vars as const when possible
libavcodec
|
Thu, 15 May 2008 18:36:12 +0000 |
vitor |
Do not copy tables to a context var, use them directly
libavcodec
|
Thu, 15 May 2008 18:34:31 +0000 |
vitor |
Remove unneeded fields from the decoder context
libavcodec
|
Thu, 15 May 2008 18:31:55 +0000 |
vitor |
Read the bitstream where the data is actually needed instead of doing it in unpack_input()
libavcodec
|
Thu, 15 May 2008 18:30:05 +0000 |
vitor |
Use correct type in FFSWAP (thanks to Benoit Fouet for pointing it out)
libavcodec
|
Thu, 15 May 2008 18:29:05 +0000 |
vitor |
Cosmetics: remove useless parenthesis
libavcodec
|
Thu, 15 May 2008 18:28:24 +0000 |
vitor |
The first table of decodetable[] is unrelated to the other. Rename it.
libavcodec
|
Thu, 15 May 2008 11:35:19 +0000 |
diego |
ADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala poste it
libavcodec
|
Thu, 15 May 2008 11:31:14 +0000 |
diego |
DPCM codec long names, patch by Stefano Sabatini, stefano.sabatini-lala poste it
libavcodec
|
Thu, 15 May 2008 01:03:48 +0000 |
benoit |
Make av_set_string() fail when number could not be set.
libavcodec
|
Wed, 14 May 2008 16:30:37 +0000 |
diego |
Add codec long name, patch by Stefano Sabatini, stefano.sabatini-lala poste it.
libavcodec
|
Wed, 14 May 2008 02:14:11 +0000 |
benoit |
Update offset in the option string later, to have a better error message.
libavcodec
|
Tue, 13 May 2008 18:10:15 +0000 |
mru |
acelp_filters.h needs stdint.h
libavcodec
|
Tue, 13 May 2008 15:56:45 +0000 |
cehoyos |
Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT.
libavcodec
|
Tue, 13 May 2008 00:49:38 +0000 |
benoit |
Fix a typo.
libavcodec
|
Mon, 12 May 2008 19:04:08 +0000 |
cehoyos |
Correct type for pcx_rle_decode().
libavcodec
|
Mon, 12 May 2008 10:31:52 +0000 |
cehoyos |
Replace one more occurrence of -1 with PIX_FMT_NONE.
libavcodec
|
Mon, 12 May 2008 09:18:32 +0000 |
gpoirier |
armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list since
libavcodec
|
Mon, 12 May 2008 06:51:30 +0000 |
cehoyos |
Do not use variable frame_info before its value is set.
libavcodec
|
Sun, 11 May 2008 23:39:55 +0000 |
astrange |
Previous commit missed an initialization - this fixes FATE's test sample.
libavcodec
|
Sun, 11 May 2008 22:28:43 +0000 |
cehoyos |
Replace some occurrences of -1 with PIX_FMT_NONE.
libavcodec
|
Sun, 11 May 2008 20:26:35 +0000 |
astrange |
Set and use h->mb_xy in SVQ3 too.
libavcodec
|
Sun, 11 May 2008 20:06:03 +0000 |
gpoirier |
Add some initial optimizations for ARM VFP (floating
libavcodec
|
Sun, 11 May 2008 19:22:28 +0000 |
astrange |
Remove newly unused variables.
libavcodec
|
Sun, 11 May 2008 19:18:39 +0000 |
astrange |
Use h->mb_xy directly in decode_cabac_residual().
libavcodec
|
Sun, 11 May 2008 19:16:21 +0000 |
astrange |
Store mb_xy in H264Context and only calculate it once per MB.
libavcodec
|
Sun, 11 May 2008 18:47:16 +0000 |
astrange |
Simplify do_voice().
libavcodec
|
Sun, 11 May 2008 18:43:11 +0000 |
astrange |
Replace some hardcoded swapping with FFSWAP.
libavcodec
|
Sun, 11 May 2008 18:39:13 +0000 |
astrange |
Remove unused defines from ra144.
libavcodec
|
Sun, 11 May 2008 18:14:30 +0000 |
jbr |
cosmetics: indent after last commit. patch by matthieu castet <castet matthieu free fr>.
libavcodec
|
Sun, 11 May 2008 18:13:30 +0000 |
jbr |
simplify decoding of uncompressed samples. patch by matthieu castet <castet matthieu free fr>.
libavcodec
|
Sun, 11 May 2008 11:49:25 +0000 |
voroshil |
Implement bidirectional (positive offset - left, negative - right)
libavcodec
|
Sun, 11 May 2008 11:15:18 +0000 |
diego |
Document AVCodecContext channels field.
libavcodec
|
Sun, 11 May 2008 10:07:11 +0000 |
voroshil |
Update comment to version, negotiated with Diego, and
libavcodec
|
Sun, 11 May 2008 05:28:29 +0000 |
voroshil |
Fix compilation error.
libavcodec
|
Sun, 11 May 2008 04:25:34 +0000 |
jbr |
fix reading of samples-per-frame
libavcodec
|
Sun, 11 May 2008 03:42:53 +0000 |
voroshil |
various filters for ACELP-based codecs
libavcodec
|
Sun, 11 May 2008 03:40:14 +0000 |
diego |
Simplify a list of array allocations with a loop.
libavcodec
|
Sun, 11 May 2008 03:18:18 +0000 |
voroshil |
Replace hardcoded LP filter order with parameter.
libavcodec
|
Sat, 10 May 2008 16:05:12 +0000 |
diego |
Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com.
libavcodec
|
Sat, 10 May 2008 16:02:38 +0000 |
diego |
Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com.
libavcodec
|
Sat, 10 May 2008 15:59:08 +0000 |
diego |
cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com,
libavcodec
|
Fri, 09 May 2008 14:34:52 +0000 |
diego |
Add missing required header directly.
libavcodec
|
Fri, 09 May 2008 14:33:55 +0000 |
diego |
Add missing path to #include.
libavcodec
|
Fri, 09 May 2008 14:29:37 +0000 |
diego |
Add missing path to #include statement.
libavcodec
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavcodec
|
Fri, 09 May 2008 10:44:12 +0000 |
michael |
Little fix for block sizes <16
libavcodec
|
Fri, 09 May 2008 10:18:58 +0000 |
diego |
Revert previous mistaken commit.
libavcodec
|
Fri, 09 May 2008 10:06:51 +0000 |
diego |
ipp.h is a system header, use <> when #including it.
libavcodec
|
Fri, 09 May 2008 09:48:49 +0000 |
diego |
dsputil.h is not a system header, use "" when #including it.
libavcodec
|
Fri, 09 May 2008 09:02:41 +0000 |
kostya |
Improve motion estimation metric.
libavcodec
|
Thu, 08 May 2008 23:15:39 +0000 |
aurel |
remove useless comment
libavcodec
|
Thu, 08 May 2008 21:59:51 +0000 |
aurel |
ensure vp56_decode_frame always return unchanged buf_size
libavcodec
|
Thu, 08 May 2008 21:11:24 +0000 |
ramiro |
Do not misuse long as the size of a register in x86.
libavcodec
|
Thu, 08 May 2008 14:02:35 +0000 |
cehoyos |
Do not return -1 from void functions.
libavcodec
|
Thu, 08 May 2008 14:01:44 +0000 |
cehoyos |
One const per declaration is enough.
libavcodec
|
Tue, 06 May 2008 17:18:41 +0000 |
bcoudurier |
export dnxhd encoded picture quality
libavcodec
|
Tue, 06 May 2008 09:20:50 +0000 |
diego |
Remove one more set of useless parentheses from a return call.
libavcodec
|
Tue, 06 May 2008 09:16:36 +0000 |
diego |
Remove unnecessary parentheses from return calls.
libavcodec
|
Sun, 04 May 2008 22:39:12 +0000 |
astrange |
Use a state machine to reduce branching logic in decode_cabac_residual.
libavcodec
|
Sun, 04 May 2008 20:04:00 +0000 |
ramiro |
Prevent targaenc.c from outputting trash byte.
libavcodec
|
Sun, 04 May 2008 09:58:22 +0000 |
diego |
Add complete multimedia Wiki URL, patch by Sisir Koppaka.
libavcodec
|
Sun, 04 May 2008 01:08:40 +0000 |
ramiro |
Indent.
libavcodec
|
Sun, 04 May 2008 01:07:46 +0000 |
ramiro |
Do not read out of array bounds.
libavcodec
|
Sat, 03 May 2008 21:06:55 +0000 |
michael |
Output buffer overflow.
libavcodec
|
Sat, 03 May 2008 21:01:47 +0000 |
michael |
Heap buffer overflow.
libavcodec
|
Sat, 03 May 2008 20:56:57 +0000 |
michael |
Fix memset(0) based buffer overflow.
libavcodec
|
Sat, 03 May 2008 17:28:25 +0000 |
michael |
Move declaration a little.
libavcodec
|
Sat, 03 May 2008 17:26:13 +0000 |
michael |
Setting i to 0 once should do.
libavcodec
|
Sat, 03 May 2008 14:15:29 +0000 |
diego |
cosmetics: Consistently use C-style comments in #endif preprocessor directives.
libavcodec
|
Sat, 03 May 2008 13:59:45 +0000 |
diego |
Add Dirac support through libschroedinger.
libavcodec
|
Sat, 03 May 2008 13:55:31 +0000 |
diego |
10l: Unbreak libdirac compilation; CONFIG_LIBDIRAC is defined in config.h, so
libavcodec
|
Sat, 03 May 2008 13:29:44 +0000 |
mru |
fix checkheaders when libdirac not installed
libavcodec
|
Sat, 03 May 2008 13:29:39 +0000 |
mru |
add necessary #includes in headers
libavcodec
|
Sat, 03 May 2008 03:47:26 +0000 |
diego |
Dirac decoding/encoding support via libdirac.
libavcodec
|
Sat, 03 May 2008 03:33:21 +0000 |
diego |
Add Dirac parser from SoC; written by Marco Gerards;
libavcodec
|
Fri, 02 May 2008 23:20:29 +0000 |
jbr |
include avcodec.h
libavcodec
|
Fri, 02 May 2008 22:58:16 +0000 |
banan |
Long name spelling fixes
libavcodec
|
Fri, 02 May 2008 21:35:32 +0000 |
jbr |
move call to init_get_bits inside conditional
libavcodec
|
Fri, 02 May 2008 21:34:34 +0000 |
jbr |
share streaminfo parsing function
libavcodec
|
Fri, 02 May 2008 21:33:14 +0000 |
jbr |
split out some decoder context params to a shared macro
libavcodec
|
Fri, 02 May 2008 21:30:32 +0000 |
jbr |
change function parameters for dump_headers()
libavcodec
|
Fri, 02 May 2008 21:29:49 +0000 |
jbr |
change function parameters for metadata_streaminfo()
libavcodec
|
Thu, 01 May 2008 15:20:57 +0000 |
diego |
Mark symbol as static, patch by Diego 'Flameeyes' Petten, flameeyes gmail com.
libavcodec
|
Wed, 30 Apr 2008 16:33:58 +0000 |
diego |
Comment out unused ff_vc1_norm6_spec table.
libavcodec
|
Wed, 30 Apr 2008 09:29:15 +0000 |
diego |
Transform codec short name into a single word.
libavcodec
|
Tue, 29 Apr 2008 21:31:21 +0000 |
diego |
Add long names to some AVCodec declarations.
libavcodec
|
Tue, 29 Apr 2008 18:32:06 +0000 |
michael |
indent
libavcodec
|
Tue, 29 Apr 2008 18:31:29 +0000 |
michael |
Fix decoding of:
libavcodec
|
Tue, 29 Apr 2008 14:08:01 +0000 |
ramiro |
Typo: distoration -> distortion.
libavcodec
|
Tue, 29 Apr 2008 08:37:40 +0000 |
superdump |
Remove leading whitespace in long codec name that was committed in r13017
libavcodec
|
Tue, 29 Apr 2008 07:24:44 +0000 |
diego |
Add some long names to AVCodec declarations.
libavcodec
|
Tue, 29 Apr 2008 07:11:59 +0000 |
diego |
Transform codec names into single words.
libavcodec
|
Tue, 29 Apr 2008 01:29:35 +0000 |
jbr |
remove unused variable, min_framesize
libavcodec
|
Mon, 28 Apr 2008 13:37:36 +0000 |
kostya |
Calculate motion vector information based on PTS provided in slice header
libavcodec
|
Mon, 28 Apr 2008 10:21:58 +0000 |
diego |
Add long names to some AVCodec declarations.
libavcodec
|
Sun, 27 Apr 2008 22:39:51 +0000 |
diego |
Add long names to AVCodec declarations.
libavcodec
|
Sun, 27 Apr 2008 22:19:02 +0000 |
diego |
Make 8SVX codec names just a single word for consistency with other codec names.
libavcodec
|
Sun, 27 Apr 2008 10:52:44 +0000 |
diego |
Add long names to many AVCodec declarations.
libavcodec
|
Sun, 27 Apr 2008 10:01:07 +0000 |
diego |
Use filename as multiple inclusion guard.
libavcodec
|
Sat, 26 Apr 2008 16:02:22 +0000 |
diego |
Rename i386/cputest.c --> i386/cpuid.c.
libavcodec
|
Sat, 26 Apr 2008 15:38:00 +0000 |
diego |
Remove unnecessary test program dependency declarations.
libavcodec
|
Sat, 26 Apr 2008 15:20:06 +0000 |
superdump |
Grammar fixes and improvements for the new ACELP code
libavcodec
|
Sat, 26 Apr 2008 14:41:29 +0000 |
bcoudurier |
break if error in header so it can output already decoded frames
libavcodec
|
Sat, 26 Apr 2008 14:36:34 +0000 |
bcoudurier |
merge init with declaration
libavcodec
|
Sat, 26 Apr 2008 14:34:01 +0000 |
bcoudurier |
cosmetics: merge decls
libavcodec
|
Sat, 26 Apr 2008 14:33:09 +0000 |
bcoudurier |
simplify: merge loops
libavcodec
|
Sat, 26 Apr 2008 14:30:06 +0000 |
bcoudurier |
simplify
libavcodec
|