Wed, 22 Jul 2009 22:43:43 +0000 |
diego |
cosmetics: small typo fixes
libavcodec
|
Wed, 22 Jul 2009 22:38:26 +0000 |
diego |
cosmetics: reindent/prettyprint after last commit
libavcodec
|
Wed, 22 Jul 2009 22:33:33 +0000 |
diego |
Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled.
libavcodec
|
Wed, 22 Jul 2009 22:27:10 +0000 |
diego |
Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.
libavcodec
|
Wed, 22 Jul 2009 21:36:50 +0000 |
diego |
Make Theora decoder depend on the VP3 decoder.
libavcodec
|
Wed, 22 Jul 2009 15:11:00 +0000 |
diego |
Add missing stdint.h #include to fix 'make checkheaders'.
libavcodec
|
Wed, 22 Jul 2009 03:56:08 +0000 |
alexc |
Revert unintended portion of last commit. (Setting the default coder to
libavcodec
|
Wed, 22 Jul 2009 03:53:30 +0000 |
alexc |
Be sure to increment our position in the coefficient array when skipping a zero
libavcodec
|
Tue, 21 Jul 2009 09:03:45 +0000 |
diego |
Make E-AC-3 decoder depend on the AC-3 decoder.
libavcodec
|
Mon, 20 Jul 2009 22:30:27 +0000 |
mru |
ARM: handle VFP register arguments in ff_vector_fmul_window_neon()
libavcodec
|
Mon, 20 Jul 2009 22:30:24 +0000 |
mru |
ARM: check for VFP register arguments
libavcodec
|
Mon, 20 Jul 2009 21:52:03 +0000 |
alexc |
Remove an unused field from the BandCodingPath struct.
libavcodec
|
Mon, 20 Jul 2009 20:32:27 +0000 |
alexc |
Actually use all the codebooks we are iterating over in the two-loop scalefactor search.
libavcodec
|
Mon, 20 Jul 2009 18:27:17 +0000 |
alexc |
Fix an integer overflow in the AAC encoder.
libavcodec
|
Mon, 20 Jul 2009 09:24:59 +0000 |
diego |
Make VP6A/VP6F decoders depend on the VP6 decoder.
libavcodec
|
Sun, 19 Jul 2009 11:14:43 +0000 |
diego |
Remove two more lines related to the WMV3 decoder.
libavcodec
|
Sun, 19 Jul 2009 11:07:10 +0000 |
diego |
Make WMV3 decoders depend on their VC-1 counterparts.
libavcodec
|
Fri, 17 Jul 2009 14:21:49 +0000 |
alexc |
Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup.
libavcodec
|
Fri, 17 Jul 2009 14:06:53 +0000 |
alexc |
Dead code removal in the AAC encoder.
libavcodec
|
Fri, 17 Jul 2009 09:07:38 +0000 |
cehoyos |
Icc 11.1 still does not align the stack pointer, disable some x264 functions.
libavcodec
|
Thu, 16 Jul 2009 22:39:50 +0000 |
alexc |
Add iirfilter to the TESTPROGS variable (and target)
libavcodec
|
Thu, 16 Jul 2009 22:20:17 +0000 |
alexc |
When calculating AAC quantized band cost, don't leave garbage in the bit count
libavcodec
|
Thu, 16 Jul 2009 22:17:20 +0000 |
alexc |
IIR filter test program.
libavcodec
|
Thu, 16 Jul 2009 21:37:58 +0000 |
diego |
cosmetics: Move some code blocks to reduce the number of #ifdefs.
libavcodec
|
Tue, 14 Jul 2009 23:12:43 +0000 |
stefano |
Set subtitle type in DVB subtitle decoder.
libavcodec
|
Tue, 14 Jul 2009 05:22:23 +0000 |
alexc |
Use cutoff frequency to adjust bandwidth in the generic psymodel preprocess.
libavcodec
|
Mon, 13 Jul 2009 01:59:48 +0000 |
conrad |
Fix "warning: assignment discards qualifiers from pointer target type"
libavcodec
|
Mon, 13 Jul 2009 01:59:45 +0000 |
conrad |
Fix memory leak in libtheora encoder
libavcodec
|
Sun, 12 Jul 2009 13:22:01 +0000 |
diego |
Make VAAPI/VDPAU variant of decoder foo depend on decoder foo.
libavcodec
|
Fri, 10 Jul 2009 21:54:06 +0000 |
alexc |
Cosmetics: reindent after last commit
libavcodec
|
Fri, 10 Jul 2009 21:53:04 +0000 |
alexc |
Ignore subsequent channel configurations after the first in an AAC file. The
libavcodec
|
Fri, 10 Jul 2009 20:55:15 +0000 |
alexc |
Mark iir filter init and free functions av_cold.
libavcodec
|
Fri, 10 Jul 2009 20:51:22 +0000 |
alexc |
Fix "iirfilter.c:55: warning: unused variable ¡Æsize¡Ç"
libavcodec
|
Fri, 10 Jul 2009 20:45:13 +0000 |
alexc |
Eliminate use of complex.h from iirfilter.c
libavcodec
|
Thu, 09 Jul 2009 17:22:59 +0000 |
alexc |
Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems.
libavcodec
|
Thu, 09 Jul 2009 10:16:00 +0000 |
mru |
Fix declarations of complex numbers
libavcodec
|
Wed, 08 Jul 2009 23:14:47 +0000 |
alexc |
Reindent after last commit
libavcodec
|
Wed, 08 Jul 2009 23:12:53 +0000 |
alexc |
Prevent AAC frame size overflows.
libavcodec
|
Wed, 08 Jul 2009 23:10:13 +0000 |
alexc |
Refactor windowing and early psy from bitstream writing parts of the AAC encoder.
libavcodec
|
Wed, 08 Jul 2009 23:04:22 +0000 |
alexc |
Turn on AAC rate control.
libavcodec
|
Wed, 08 Jul 2009 21:36:33 +0000 |
diego |
cosmetics: Remove unnecessary {} around if/for blocks;
libavcodec
|
Wed, 08 Jul 2009 21:16:06 +0000 |
diego |
cosmetics: prettyprinting, K&R style, break overly long lines
libavcodec
|
Wed, 08 Jul 2009 20:36:45 +0000 |
alexc |
Cosmetics: Pretty print the AAC encoder.
libavcodec
|
Wed, 08 Jul 2009 20:01:31 +0000 |
alexc |
Merge the AAC encoder from SoC svn. It is still considered experimental.
libavcodec
|
Wed, 08 Jul 2009 19:39:23 +0000 |
reimar |
Add extra validation checks to ff_vorbis_len2vlc.
libavcodec
|
Wed, 08 Jul 2009 19:31:04 +0000 |
reimar |
Make sure that values generated for ff_vorbis_len2vlc in
libavcodec
|
Wed, 08 Jul 2009 14:58:16 +0000 |
cehoyos |
Add PIX_FMT_ARGB encoding to qtrle.
libavcodec
|
Tue, 07 Jul 2009 09:33:53 +0000 |
diego |
whitespace cosmetics: Realign colums after last commit.
libavcodec
|
Tue, 07 Jul 2009 09:33:08 +0000 |
diego |
Check for CONFIG_LIBFOO_DECODER/CONFIG_LIBFOO_ENCODER instead of just
libavcodec
|
Tue, 07 Jul 2009 00:28:16 +0000 |
diego |
Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding.
libavcodec
|
Mon, 06 Jul 2009 16:49:36 +0000 |
reimar |
Change av_free to av_freep
libavcodec
|
Mon, 06 Jul 2009 16:48:23 +0000 |
reimar |
Reallocate internal buffer when coded frame size changes.
libavcodec
|
Mon, 06 Jul 2009 16:45:12 +0000 |
reimar |
Change iv_decode_frame to get AVCodecContext as argument, so that
libavcodec
|
Mon, 06 Jul 2009 10:28:58 +0000 |
reimar |
Remove useless ret variable added in last revision again.
libavcodec
|
Mon, 06 Jul 2009 09:35:00 +0000 |
reimar |
100l, theora_decode_init must pass on errors from vp3_decode_init
libavcodec
|
Mon, 06 Jul 2009 09:22:39 +0000 |
reimar |
Make decode_init fail if the huffman tables are invalid and thus init_vlc fails.
libavcodec
|
Sun, 05 Jul 2009 18:27:39 +0000 |
reimar |
Ensure that the filter limit values do not exceed the maximum allowed value of 127.
libavcodec
|
Sun, 05 Jul 2009 18:25:58 +0000 |
reimar |
Extend init_loop_filter to work for filter limit values up to 127 instead
libavcodec
|
Sun, 05 Jul 2009 16:01:51 +0000 |
reimar |
Add a check to vp6_parse_coeff_huffman to ensure it does not overread the input buffer.
libavcodec
|
Sun, 05 Jul 2009 15:23:42 +0000 |
aurel |
vp56dec: ensure range coder won't read past the end of input buffer
libavcodec
|
Sun, 05 Jul 2009 12:14:05 +0000 |
reimar |
Check that palctrl is available on init instead of crashing when trying to use
libavcodec
|
Sat, 04 Jul 2009 23:59:10 +0000 |
lorenm |
fix a buffer overrun on corrupt huffyuv streams
libavcodec
|
Sat, 04 Jul 2009 20:41:11 +0000 |
conrad |
ARM: NEON VP3 IDCT
libavcodec
|
Sat, 04 Jul 2009 18:24:43 +0000 |
reimar |
If the end of the input buffer is reached while decoding MJPEG and at least
libavcodec
|
Sat, 04 Jul 2009 18:22:33 +0000 |
reimar |
Make the MJPEG decoder return -1 when no image was decoded so that decode
libavcodec
|
Sat, 04 Jul 2009 18:20:35 +0000 |
reimar |
Add a got_picture flag to MJpegDecodeContext which indicates if its picture
libavcodec
|
Sat, 04 Jul 2009 12:54:36 +0000 |
reimar |
mjpegdec: check that the coded dc_index and ac_index have a valid associated VLC table.
libavcodec
|
Sat, 04 Jul 2009 07:46:58 +0000 |
astrange |
H.264: Check the return value of decode_vui_parameters()
libavcodec
|
Fri, 03 Jul 2009 05:52:00 +0000 |
astrange |
H.264: Don't set data_partitioning for invalid NAL_DPA.
libavcodec
|
Thu, 02 Jul 2009 13:13:20 +0000 |
jai_menon |
Cleanup properly at the end of MPEG Audio parsing.
libavcodec
|
Wed, 01 Jul 2009 20:35:28 +0000 |
bcoudurier |
Revert r19317, "simplify slice_end, return size of output frame".
libavcodec
|
Wed, 01 Jul 2009 20:34:16 +0000 |
michael |
indent
libavcodec
|
Wed, 01 Jul 2009 20:30:37 +0000 |
michael |
Make sure we dont read over the end.
libavcodec
|
Wed, 01 Jul 2009 17:48:22 +0000 |
mru |
Fix potentially unaligned accesses in ff_copy_bits()
libavcodec
|
Wed, 01 Jul 2009 17:29:52 +0000 |
bcoudurier |
simplify slice_end, return size of output frame
libavcodec
|
Wed, 01 Jul 2009 15:08:02 +0000 |
kostya |
RV3/4 intra types array causes alignment issues (at least on ARM5), thus change
libavcodec
|
Wed, 01 Jul 2009 10:36:18 +0000 |
mru |
Fix argument type mismatches for av_picture_crop and av_picture_fill
libavcodec
|
Wed, 01 Jul 2009 06:48:27 +0000 |
bcoudurier |
add missing \n to error message
libavcodec
|
Wed, 01 Jul 2009 00:55:17 +0000 |
mru |
ADPCM: remove unreachable break statement after return
libavcodec
|
Tue, 30 Jun 2009 23:45:01 +0000 |
darkshikari |
Fix libx264.c to not drop SEI userdata from x264 encoder.
libavcodec
|
Tue, 30 Jun 2009 12:11:29 +0000 |
reimar |
Fix nalsize check to avoid an integer overflow that made the check
libavcodec
|
Tue, 30 Jun 2009 06:44:32 +0000 |
stefang |
fix slice header checking
libavcodec
|
Tue, 30 Jun 2009 03:57:27 +0000 |
michael |
Drop code that attempts to decode frames that are prefixed by junk.
libavcodec
|
Tue, 30 Jun 2009 03:37:20 +0000 |
kostya |
Support RGB48 PNG decoding
libavcodec
|
Tue, 30 Jun 2009 03:12:50 +0000 |
michael |
Rewrite mp3 parser. New code is much simpler and does not drop
libavcodec
|
Mon, 29 Jun 2009 19:17:03 +0000 |
rbultje |
Add doxy to av_log_missing_feature() etc. stating that the function is
libavcodec
|
Mon, 29 Jun 2009 19:11:53 +0000 |
rbultje |
Move av_log_missing_feature() from the internal.h to the public avcodec.h
libavcodec
|
Mon, 29 Jun 2009 19:07:04 +0000 |
rbultje |
Rename ff_log_missing_feature() to av_log_missing_feature().
libavcodec
|
Mon, 29 Jun 2009 09:02:07 +0000 |
conrad |
Revert r19149 "Disable native Vorbis encoder"
libavcodec
|
Sat, 27 Jun 2009 08:39:56 +0000 |
cehoyos |
Replace an occurence of -1 by PIX_FMT_NONE, fixes icc warning #188:
libavcodec
|
Fri, 26 Jun 2009 17:43:05 +0000 |
voroshil |
Pitch delay decoding
libavcodec
|
Fri, 26 Jun 2009 17:42:25 +0000 |
voroshil |
Replace pitch_delay_int array with single variable.
libavcodec
|
Wed, 24 Jun 2009 22:35:11 +0000 |
stefano |
Rewrite doxy for av_strtod().
libavcodec
|
Wed, 24 Jun 2009 12:10:20 +0000 |
cehoyos |
Improve wording: s/reseted/reset
libavcodec
|
Wed, 24 Jun 2009 04:38:48 +0000 |
voroshil |
LSF (Line Spectral Frequencies) decoding routine.
libavcodec
|
Tue, 23 Jun 2009 21:03:35 +0000 |
cehoyos |
Fix H.264 picture reordering, 2nd try.
libavcodec
|
Tue, 23 Jun 2009 18:17:15 +0000 |
vitor |
Make documentation better match the code. Now AVCodecContext.sample_fmt
libavcodec
|
Tue, 23 Jun 2009 07:41:38 +0000 |
kostya |
Edge emulation should be used in B-frame MC in mspel mode with
libavcodec
|
Mon, 22 Jun 2009 22:22:40 +0000 |
stefano |
Export av_strtod() to eval.h.
libavcodec
|
Sun, 21 Jun 2009 21:37:05 +0000 |
stefano |
Cosmetics: rename 'name' av_strtod() param to 'numstr'. The new name
libavcodec
|
Sun, 21 Jun 2009 03:50:26 +0000 |
bcoudurier |
Fetch timestamp for the first frame of field only if frame_offset and
libavcodec
|
Sat, 20 Jun 2009 14:47:38 +0000 |
cehoyos |
Revert r19239: It broke four conformance tests.
libavcodec
|
Sat, 20 Jun 2009 13:36:21 +0000 |
voroshil |
Convertion of LSF values to coefficients of linear prediction filter
libavcodec
|
Sat, 20 Jun 2009 13:16:07 +0000 |
cehoyos |
Fix H.264 picture reordering.
libavcodec
|
Sat, 20 Jun 2009 13:10:17 +0000 |
cehoyos |
Fix indentation after last commit.
libavcodec
|
Sat, 20 Jun 2009 13:07:21 +0000 |
cehoyos |
Fix yamaha adpcm stereo (issue 1117).
libavcodec
|
Sat, 20 Jun 2009 11:22:25 +0000 |
faust3 |
Make remaining run level decode comments doxygen comments
libavcodec
|
Sat, 20 Jun 2009 11:06:48 +0000 |
faust3 |
Simplify run level decoding:
libavcodec
|
Sat, 20 Jun 2009 10:33:18 +0000 |
faust3 |
Fix indentation after the previous commit
libavcodec
|
Sat, 20 Jun 2009 10:28:55 +0000 |
faust3 |
Add support for escape coded wmapro run level coefficients
libavcodec
|
Sat, 20 Jun 2009 09:05:28 +0000 |
faust3 |
Introduce WMACoef typedef for decoded coefficients
libavcodec
|
Fri, 19 Jun 2009 09:56:35 +0000 |
reimar |
Add support for encoding XSUB subtitles. Muxing support is still missing.
libavcodec
|