summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Remove avcodec_thread_execute from avcodec.h, and make static functions thatBenoit Fouet2010-03-15
* Cosmetics: Fix a comment.Carl Eugen Hoyos2010-03-14
* DWT: x86 init should depend on HAVE_MMXMåns Rullgård2010-03-14
* Allow hard-coding of the 32kB cubic-root table for AAC.Reimar Döffinger2010-03-14
* Allow hard-coding several QDM2 tables (about 32 kB size).Reimar Döffinger2010-03-14
* Add some more table-printing functions needed for future patches.Reimar Döffinger2010-03-14
* Add ff_ prefix to dwt functionsMåns Rullgård2010-03-14
* Separate DWT from snow and dsputilMåns Rullgård2010-03-14
* Make sure all mvs of a mb are set in the error concealment code.Michael Niedermayer2010-03-14
* Ensure that the deblock filter accesses the correct MVs for h264.Michael Niedermayer2010-03-14
* aacsbr: DSPUtilize analysis input scaling.Alex Converse2010-03-13
* aac: Don't bias output during the IMDCT if SBR will be used.Alex Converse2010-03-13
* Make iff.c:decode_init return the value returned byStefano Sabatini2010-03-13
* CODEC_ID_XVID is not used anywhere, remove it at next major bumpAurelien Jacobs2010-03-13
* bump minor avcodec version for libxvid codec id change (r22489)Aurelien Jacobs2010-03-13
* vp3: Split out motion vectors to their own arrayDavid Conrad2010-03-13
* Move error code definitions from libavcodec/avcodec.h toStefano Sabatini2010-03-13
* theora: Add support for 4:2:2 and 4:4:4 subsamplingDavid Conrad2010-03-13
* vp3: remove unneeded error, this is internal and doesn't happenDavid Conrad2010-03-13
* vp3: Make fragment_width _height by planeDavid Conrad2010-03-13
* vp3: we only need a temp MV array of size 4David Conrad2010-03-13
* vp3: Use memset to clear the fragment arrayDavid Conrad2010-03-13
* vp3: Init MVs to 0David Conrad2010-03-13
* vp3: Simplify init_block_mappingDavid Conrad2010-03-13
* libxvid is producing standard mpeg4 so it don't need its own codec idAurelien Jacobs2010-03-12
* Fix guess_mv() so that it works correctly with 4x4 MV blocks.Michael Niedermayer2010-03-12
* Fix indentionMichael Niedermayer2010-03-12
* Always reset slice_table.Michael Niedermayer2010-03-12
* fix compilation with --disable-everything --enable-muxer=mpegtsAurelien Jacobs2010-03-12
* fix compilation with --disable-everything --enable-decoder=twinvqAurelien Jacobs2010-03-12
* Fix spelling.Ronald S. Bultje2010-03-11
* Make binkaudio work with ff_float_to_int16_interleave_c (martin at martin dot...Peter Ross2010-03-11
* snow: remove unused stub functionsMåns Rullgård2010-03-11
* Add some required castsMåns Rullgård2010-03-11
* sparc: fix a few pages of cast warningsMåns Rullgård2010-03-10
* sparc: fix dsputil prototypesMåns Rullgård2010-03-10
* Only use .size in ARM assembly when targeting ELFMartin Storsjö2010-03-10
* Check level_prefix a bit (this just checks the max our bitreader can handle,Michael Niedermayer2010-03-10
* Replace $(G) with more generic $(M) in silent make rulesMåns Rullgård2010-03-10
* vp3: avoid buffer overread in coeff decodeDavid Conrad2010-03-10
* Fix indentation after r22414.Carl Eugen Hoyos2010-03-09
* SIMD optimization using float_to_int16_interleave.Zhou Zongyi2010-03-09
* aacsbr: Check that bs_num_env is valid before writing arrays with it as an of...Alex Converse2010-03-09
* aacsbr: Cleanup read_sbr_grid and copy_sbr_grid after the recent overhaul of ...Alex Converse2010-03-09
* aacsbr: Factor out the common end border case from t_q setup.Alex Converse2010-03-09
* aacsbr: read bs_rel_bord directly into t_env.Alex Converse2010-03-09
* aacsbr: Make the previous value of bs_num_env local to read_sbr_data().Alex Converse2010-03-09
* aacsbr: Initialize e_a[1] to -1.Alex Converse2010-03-09
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-09
* ARM: set size of asm functions in object filesMåns Rullgård2010-03-09