aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Remove unused structs and tables.Diego Biurrun2011-07-164-255/+2
* vaapi: do not assert on value read from input bitstreamDiego Biurrun2011-07-161-3/+3
* flashsvenc: replace bitstream description by a link to the specificationDiego Biurrun2011-07-161-14/+5
* flashsvenc: drop unnecessary castDiego Biurrun2011-07-161-1/+1
* flashsvenc: improve some variable names and fix corresponding commentsDiego Biurrun2011-07-161-7/+9
* flashsvenc: merge two consecutive if-conditionsDiego Biurrun2011-07-161-4/+3
* flashsvenc: merge variable declarations and initializationsDiego Biurrun2011-07-161-10/+3
* flashsvenc: convert some debug av_log() to av_dlog()Diego Biurrun2011-07-161-2/+2
* flashsvenc: whitespace cosmeticsDiego Biurrun2011-07-161-7/+11
* flashsvenc: drop some unnecessary parenthesesDiego Biurrun2011-07-161-9/+9
* flashsvenc: fix some comment typosDiego Biurrun2011-07-161-14/+13
* aacps: skip some memcpy() if src and dst would be equalMans Rullgard2011-07-151-8/+11
* doxygen: replace @sa tag by the more readable but equivalent @seeDiego Biurrun2011-07-155-7/+7
* doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun2011-07-158-20/+12
* doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-1517-67/+102
* ac3enc: Mark AVClasses constMartin Storsjö2011-07-153-6/+6
* doxygen: misc consistency cosmeticsDiego Biurrun2011-07-144-9/+5
* doxygen: consistently place brief descriptionDiego Biurrun2011-07-149-9/+12
* doxygen: place empty line between brief description and detailed descriptionDiego Biurrun2011-07-143-0/+3
* Add an APIChanges entry and bump minor versions for recent changes.Anton Khirnov2011-07-141-1/+1
* doxygen: Move function documentation into the macro generating the function.Diego Biurrun2011-07-141-12/+12
* doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-141-4/+2
* h264: move fill_decode_neighbors()/fill_decode_caches() to h264_mvpred.hDiego Biurrun2011-07-142-418/+418
* H.264: Add more x86 assembly for 10-bit H.264 predict functionsDaniel Kang2011-07-132-1/+253
* ac3enc: merge AC3MDCTContext with AC3EncodeContext.Justin Ruggles2011-07-135-36/+26
* ac3enc: prefer passing AC3EncodeContext rather than AVCodecContextJustin Ruggles2011-07-133-13/+14
* ac3enc: fix memleakJustin Ruggles2011-07-131-0/+4
* mpeg1video: add CODEC_CAP_SLICE_THREADS.Ronald S. Bultje2011-07-131-1/+1
* lavf: Cleanup try_decode_frame() logic.Alex Converse2011-07-131-3/+0
* h264: move decode_mb_skip() from h264.h to h.264_mvpred.hDiego Biurrun2011-07-122-41/+39
* dnxhdenc: Replace a forward declaration by the proper #include.Diego Biurrun2011-07-121-2/+1
* h264: move h264_mvpred.h include.Ronald S. Bultje2011-07-121-3/+1
* H.264: add filter_mb_fast support for >8-bit decodingJason Garrett-Glaser2011-07-112-49/+60
* H.264: avoid redundant alpha/beta calculations in loopfilterJason Garrett-Glaser2011-07-111-121/+122
* H.264: optimize intra/inter loopfilter decisionJason Garrett-Glaser2011-07-111-116/+117
* vp8/mt: flush worker thread, not application thread context, on seek.Ronald S. Bultje2011-07-102-4/+7
* mt: proper locking around release_buffer calls.Ronald S. Bultje2011-07-101-1/+6
* DxVA2: unbreak build after [657ccb5ac75ce34e62bd67f228d9bd36db72189e]Jean-Baptiste Kempf2011-07-104-18/+18
* hwaccel: unbreak buildMans Rullgard2011-07-105-34/+34
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-1139-1248/+1257
* ARM: use const macro to define constant data in asmMans Rullgard2011-07-106-25/+20
* bitdepth: simplify FUNC/FUNCC macrosMans Rullgard2011-07-101-10/+4
* dsputil: remove ff_emulated_edge_mc macro used in one placeMans Rullgard2011-07-102-3/+1
* 9/10-bit: simplify clipping macrosMans Rullgard2011-07-101-15/+6
* lavc: add support for codec-specific defaults.Anton Khirnov2011-07-103-0/+23
* lavc: make avcodec_alloc_context3 officially public.Anton Khirnov2011-07-106-11/+35
* lavc: remove a half-working attempt at different defaults for audio/video cod...Anton Khirnov2011-07-101-1/+1
* ac3dec: add a drc_scale private optionAnton Khirnov2011-07-105-1/+28
* lavc: introduce avcodec_open2() as a replacement for avcodec_open().Anton Khirnov2011-07-104-2/+66
* H.264: fix filter_mb_fast with 4:4:4 + 8x8dctJason Garrett-Glaser2011-07-091-1/+1