aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-2614-22/+22
* fix various compilation dependenciesAurelien Jacobs2009-07-241-4/+4
* refactoring: properly separate AC-3 and E-AC-3 codeDiego Biurrun2009-07-237-1077/+1138
* Make sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER is set.Diego Biurrun2009-07-231-0/+2
* Remove useless #include <unistd.h> from many filesMåns Rullgård2009-07-2221-21/+0
* cosmetics: Reorder some tables/lines to make future diffs smaller.Diego Biurrun2009-07-222-8/+8
* #include just the required stdint.h instead of libavutil/common.h.Diego Biurrun2009-07-221-1/+1
* cosmetics: small typo fixesDiego Biurrun2009-07-221-3/+3
* cosmetics: reindent/prettyprint after last commitDiego Biurrun2009-07-221-70/+70
* Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled.Diego Biurrun2009-07-222-2/+5
* Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.Diego Biurrun2009-07-225-7/+7
* Make Theora decoder depend on the VP3 decoder.Diego Biurrun2009-07-221-4/+1
* Add missing stdint.h #include to fix 'make checkheaders'.Diego Biurrun2009-07-221-0/+2
* Revert unintended portion of last commit. (Setting the default coder toAlex Converse2009-07-221-1/+1
* Be sure to increment our position in the coefficient array when skipping a zeroAlex Converse2009-07-222-2/+4
* Make E-AC-3 decoder depend on the AC-3 decoder.Diego Biurrun2009-07-211-1/+0
* ARM: handle VFP register arguments in ff_vector_fmul_window_neon()Måns Rullgård2009-07-201-2/+4
* ARM: check for VFP register argumentsMåns Rullgård2009-07-201-0/+9
* Remove an unused field from the BandCodingPath struct.Alex Converse2009-07-201-1/+0
* Actually use all the codebooks we are iterating over in the two-loop scalefac...Alex Converse2009-07-201-1/+1
* Fix an integer overflow in the AAC encoder.Alex Converse2009-07-201-2/+2
* Make VP6A/VP6F decoders depend on the VP6 decoder.Diego Biurrun2009-07-201-8/+0
* Remove two more lines related to the WMV3 decoder.Diego Biurrun2009-07-191-2/+0
* Make WMV3 decoders depend on their VC-1 counterparts.Diego Biurrun2009-07-191-2/+0
* Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup.Alex Converse2009-07-171-5/+8
* Dead code removal in the AAC encoder.Alex Converse2009-07-171-5/+0
* Icc 11.1 still does not align the stack pointer, disable some x264 functions.Carl Eugen Hoyos2009-07-171-1/+1
* Add iirfilter to the TESTPROGS variable (and target)Alex Converse2009-07-161-1/+1
* When calculating AAC quantized band cost, don't leave garbage in the bit countAlex Converse2009-07-161-0/+2
* IIR filter test program.Alex Converse2009-07-161-0/+36
* cosmetics: Move some code blocks to reduce the number of #ifdefs.Diego Biurrun2009-07-161-19/+15
* Set subtitle type in DVB subtitle decoder.Janne Grunau2009-07-141-0/+1
* Use cutoff frequency to adjust bandwidth in the generic psymodel preprocess.Alex Converse2009-07-141-1/+3
* Fix "warning: assignment discards qualifiers from pointer target type"David Conrad2009-07-131-1/+1
* Fix memory leak in libtheora encoderArt Clarke2009-07-131-3/+9
* Make VAAPI/VDPAU variant of decoder foo depend on decoder foo.Diego Biurrun2009-07-121-10/+5
* Cosmetics: reindent after last commitAlex Converse2009-07-101-1/+1
* Ignore subsequent channel configurations after the first in an AAC file. TheAlex Converse2009-07-102-7/+16
* Mark iir filter init and free functions av_cold.Alex Converse2009-07-101-4/+4
* Fix "iirfilter.c:55: warning: unused variable ‘size’"Alex Converse2009-07-101-1/+1
* Eliminate use of complex.h from iirfilter.cAlex Converse2009-07-101-12/+27
* Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems.Alex Converse2009-07-093-13/+13
* Fix declarations of complex numbersMåns Rullgård2009-07-091-2/+2
* Reindent after last commitAlex Converse2009-07-081-41/+41
* Prevent AAC frame size overflows.Alex Converse2009-07-081-4/+10
* Refactor windowing and early psy from bitstream writing parts of the AAC enco...Alex Converse2009-07-081-5/+16
* Turn on AAC rate control.Alex Converse2009-07-082-14/+6
* cosmetics: Remove unnecessary {} around if/for blocks;Diego Biurrun2009-07-084-51/+36
* cosmetics: prettyprinting, K&R style, break overly long linesDiego Biurrun2009-07-084-109/+135
* Cosmetics: Pretty print the AAC encoder.Alex Converse2009-07-086-288/+288