summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Remove unused variable intra_count.Diego Biurrun2009-07-30
* Only enable WMV3 decoder when it has been turned on in the build system.Diego Biurrun2009-07-29
* Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,Diego Biurrun2009-07-29
* Do not check for both CONFIG_VC1_VDPAU_DECODER and CONFIG_WMV3_VDPAU_DECODER,Diego Biurrun2009-07-29
* Do not check for CONFIG_VC1_VAAPI_HWACCEL, the file is onlyDiego Biurrun2009-07-29
* Use dprintf() instead of '#ifdef DEBUG' and av_log().Diego Biurrun2009-07-28
* ARM: cleaner selection of ELF-spefic assembler directivesMåns Rullgård2009-07-27
* Remove disabled function get_num().Diego Biurrun2009-07-27
* Conditionally compile ELF-specific ARM assembly bits that fail on Windows CE.Martin Storsjö2009-07-27
* Set subtitle type in DVD and XSUB subtitle decoders.Janne Grunau2009-07-26
* Remove unnecessary mpeg12data.o entries from OBJS- variables.Diego Biurrun2009-07-26
* Remove duplicated mpeg12data.o entries.Diego Biurrun2009-07-26
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* fix various compilation dependenciesAurelien Jacobs2009-07-24
* refactoring: properly separate AC-3 and E-AC-3 codeDiego Biurrun2009-07-23
* Make sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER is set.Diego Biurrun2009-07-23
* Remove useless #include <unistd.h> from many filesMåns Rullgård2009-07-22
* cosmetics: Reorder some tables/lines to make future diffs smaller.Diego Biurrun2009-07-22
* #include just the required stdint.h instead of libavutil/common.h.Diego Biurrun2009-07-22
* cosmetics: small typo fixesDiego Biurrun2009-07-22
* cosmetics: reindent/prettyprint after last commitDiego Biurrun2009-07-22
* Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled.Diego Biurrun2009-07-22
* Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.Diego Biurrun2009-07-22
* Make Theora decoder depend on the VP3 decoder.Diego Biurrun2009-07-22
* Add missing stdint.h #include to fix 'make checkheaders'.Diego Biurrun2009-07-22
* Revert unintended portion of last commit. (Setting the default coder toAlex Converse2009-07-22
* Be sure to increment our position in the coefficient array when skipping a zeroAlex Converse2009-07-22
* Make E-AC-3 decoder depend on the AC-3 decoder.Diego Biurrun2009-07-21
* ARM: handle VFP register arguments in ff_vector_fmul_window_neon()Måns Rullgård2009-07-20
* ARM: check for VFP register argumentsMåns Rullgård2009-07-20
* Remove an unused field from the BandCodingPath struct.Alex Converse2009-07-20
* Actually use all the codebooks we are iterating over in the two-loop scalefac...Alex Converse2009-07-20
* Fix an integer overflow in the AAC encoder.Alex Converse2009-07-20
* Make VP6A/VP6F decoders depend on the VP6 decoder.Diego Biurrun2009-07-20
* Remove two more lines related to the WMV3 decoder.Diego Biurrun2009-07-19
* Make WMV3 decoders depend on their VC-1 counterparts.Diego Biurrun2009-07-19
* Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup.Alex Converse2009-07-17
* Dead code removal in the AAC encoder.Alex Converse2009-07-17
* Icc 11.1 still does not align the stack pointer, disable some x264 functions.Carl Eugen Hoyos2009-07-17
* Add iirfilter to the TESTPROGS variable (and target)Alex Converse2009-07-16
* When calculating AAC quantized band cost, don't leave garbage in the bit countAlex Converse2009-07-16
* IIR filter test program.Alex Converse2009-07-16
* cosmetics: Move some code blocks to reduce the number of #ifdefs.Diego Biurrun2009-07-16
* Set subtitle type in DVB subtitle decoder.Janne Grunau2009-07-14
* Use cutoff frequency to adjust bandwidth in the generic psymodel preprocess.Alex Converse2009-07-14
* Fix "warning: assignment discards qualifiers from pointer target type"David Conrad2009-07-13
* Fix memory leak in libtheora encoderArt Clarke2009-07-13
* Make VAAPI/VDPAU variant of decoder foo depend on decoder foo.Diego Biurrun2009-07-12
* Cosmetics: reindent after last commitAlex Converse2009-07-10
* Ignore subsequent channel configurations after the first in an AAC file. TheAlex Converse2009-07-10