summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* dct-test: remove 'ref' function pointer from tablesMans Rullgard2011-07-04
* Add LGPL license boilerplate to files lacking it.Diego Biurrun2011-07-04
* doxygen: Fix documentation for some VP8 functions.Diego Biurrun2011-07-04
* libxvid: add missing include of libavutil/mathematics.hChristian Schmidt2011-07-04
* dct-test: exit with non-zero status if an IDCT failsMans Rullgard2011-07-04
* dct-test: make speed test optionalMans Rullgard2011-07-04
* dct-test: remove is_idct field from tablesMans Rullgard2011-07-04
* dct-test: split table in two for idct and fdctMans Rullgard2011-07-04
* dct-test: simplify calling dct_error()Mans Rullgard2011-07-04
* dct-test: whitespace cosmeticsMans Rullgard2011-07-04
* dct-test: remove commented out codeMans Rullgard2011-07-04
* vorbis: vpxenc: Add missing include for av_rescale*Robert Swain2011-07-04
* ffmpeg: Fix VDPAU decoding for some H264 samples.Carl Eugen Hoyos2011-07-04
* Fix build with --disable-yasm.Daniel Kang2011-07-03
* H.264: template left MB handlingJason Garrett-Glaser2011-07-03
* H.264: faster fill_decode_cachesJason Garrett-Glaser2011-07-03
* H.264: faster write_back_*Jason Garrett-Glaser2011-07-03
* H.264: faster fill_filter_cachesJason Garrett-Glaser2011-07-03
* H.264: make filter_mb_fast support the case of unavailable top mbJason Garrett-Glaser2011-07-03
* Do not include log.h in avutil.hMans Rullgard2011-07-03
* Do not include pixfmt.h in avutil.hMans Rullgard2011-07-03
* Do not include rational.h in avutil.hMans Rullgard2011-07-03
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Remove return statements following infinite loops without breakMans Rullgard2011-07-03
* doxygen: Drop array size declarations from Doxygen parameter names.Diego Biurrun2011-07-03
* doxygen: Fix parameter names to match the function prototypes.Diego Biurrun2011-07-03
* doxygen: Remove spurious documentation for non-existing function parameters.Diego Biurrun2011-07-03
* doxygen: Fix execute_code() @return documentation.Diego Biurrun2011-07-03
* snow: Remove unused code.Diego Biurrun2011-07-03
* H.264: Add x86 assembly for 10-bit H.264 qpel functions.Daniel Kang2011-07-03
* ffv1: remove unused tablesMans Rullgard2011-07-03
* Remove statements immediately following unconditional jumpsMans Rullgard2011-07-03
* mjpeg: remove pointless braces around block of codeMans Rullgard2011-07-03
* h264: remove assert() immediately following return statementMans Rullgard2011-07-03
* ARM: ac3: update ff_ac3_extract_exponents_neon per 8b7b2d6Mans Rullgard2011-07-02
* ARM: NEON optimised vector_clip_int32()Mans Rullgard2011-07-02
* suggest to use av_get_bytes_per_sample() in av_get_bits_per_sample_format() doxyStefano Sabatini2011-07-02
* put_bits: remove ALT_BITSTREAM_WRITERMans Rullgard2011-07-02
* put_bits: always use intreadwrite.h macrosMans Rullgard2011-07-02
* doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-02
* get_bits: remove x86 inline asm in A32 bitstream readerMans Rullgard2011-07-01
* ac3dsp: add x86-optimized versions of ac3dsp.extract_exponents().Justin Ruggles2011-07-01
* ac3dsp: simplify extract_exponents() now that it does not need to do clipping.Justin Ruggles2011-07-01
* ac3enc: clip coefficients after MDCT.Justin Ruggles2011-07-01
* ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions.Justin Ruggles2011-07-01
* cosmetics: fix some then/than typosDiego Biurrun2011-06-30
* doxygen: Include libavcodec and libavformat examples into the documentationReinhard Tartler2011-06-30
* Add support for aac streams in mp4/mov without extradata.Benjamin Larsson2011-06-30
* aacenc: Make chan_map const correctAlex Converse2011-06-29
* aacenc: Fix determination of Mid/Side Mode.Nathan Caldwell2011-06-29