summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* simple_idct: remove disabled codeDiego Biurrun2011-07-17
* motion_est: remove disabled codeDiego Biurrun2011-07-17
* vc1: remove disabled codeDiego Biurrun2011-07-17
* cabac: Move code only used in the cabac test program to cabac.c.Diego Biurrun2011-07-17
* dct-test: remove write-only variableMans Rullgard2011-07-16
* Use LOCAL_ALIGNED in ff_check_alignment()Mans Rullgard2011-07-16
* arm: remove disabled function dct_unquantize_h263_inter_iwmmxt()Diego Biurrun2011-07-16
* Remove commented-out call to non-existing function print_pow1().Diego Biurrun2011-07-16
* Do not decode RV30 files if the extradata is too smallRafaël Carré2011-07-16
* flashsv: split flashsv_decode_block() off from flashsv_decode_frame().Diego Biurrun2011-07-16
* ppc: remove disabled codeDiego Biurrun2011-07-16
* libspeexdec: Drop const qualifier to silence compiler warning.Diego Biurrun2011-07-16
* libopenjpeg: Drop const qualifier to silence compiler warning.Diego Biurrun2011-07-16
* alac: Remove unused dummy code.Diego Biurrun2011-07-16
* Remove unused structs and tables.Diego Biurrun2011-07-16
* vaapi: do not assert on value read from input bitstreamDiego Biurrun2011-07-16
* flashsvenc: replace bitstream description by a link to the specificationDiego Biurrun2011-07-16
* flashsvenc: drop unnecessary castDiego Biurrun2011-07-16
* flashsvenc: improve some variable names and fix corresponding commentsDiego Biurrun2011-07-16
* flashsvenc: merge two consecutive if-conditionsDiego Biurrun2011-07-16
* flashsvenc: merge variable declarations and initializationsDiego Biurrun2011-07-16
* flashsvenc: convert some debug av_log() to av_dlog()Diego Biurrun2011-07-16
* flashsvenc: whitespace cosmeticsDiego Biurrun2011-07-16
* flashsvenc: drop some unnecessary parenthesesDiego Biurrun2011-07-16
* flashsvenc: fix some comment typosDiego Biurrun2011-07-16
* aacps: skip some memcpy() if src and dst would be equalMans Rullgard2011-07-15
* doxygen: replace @sa tag by the more readable but equivalent @seeDiego Biurrun2011-07-15
* doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun2011-07-15
* doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-15
* ac3enc: Mark AVClasses constMartin Storsjö2011-07-15
* doxygen: misc consistency cosmeticsDiego Biurrun2011-07-14
* doxygen: consistently place brief descriptionDiego Biurrun2011-07-14
* doxygen: place empty line between brief description and detailed descriptionDiego Biurrun2011-07-14
* Add an APIChanges entry and bump minor versions for recent changes.Anton Khirnov2011-07-14
* doxygen: Move function documentation into the macro generating the function.Diego Biurrun2011-07-14
* doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-14
* h264: move fill_decode_neighbors()/fill_decode_caches() to h264_mvpred.hDiego Biurrun2011-07-14
* H.264: Add more x86 assembly for 10-bit H.264 predict functionsDaniel Kang2011-07-13
* ac3enc: merge AC3MDCTContext with AC3EncodeContext.Justin Ruggles2011-07-13
* ac3enc: prefer passing AC3EncodeContext rather than AVCodecContextJustin Ruggles2011-07-13
* ac3enc: fix memleakJustin Ruggles2011-07-13
* mpeg1video: add CODEC_CAP_SLICE_THREADS.Ronald S. Bultje2011-07-13
* lavf: Cleanup try_decode_frame() logic.Alex Converse2011-07-13
* h264: move decode_mb_skip() from h264.h to h.264_mvpred.hDiego Biurrun2011-07-12
* dnxhdenc: Replace a forward declaration by the proper #include.Diego Biurrun2011-07-12
* h264: move h264_mvpred.h include.Ronald S. Bultje2011-07-12
* H.264: add filter_mb_fast support for >8-bit decodingJason Garrett-Glaser2011-07-11
* H.264: avoid redundant alpha/beta calculations in loopfilterJason Garrett-Glaser2011-07-11
* H.264: optimize intra/inter loopfilter decisionJason Garrett-Glaser2011-07-11
* vp8/mt: flush worker thread, not application thread context, on seek.Ronald S. Bultje2011-07-10