| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused structs and tables. | Diego Biurrun | 2011-07-16 | 4 | -255/+2 |
* | vaapi: do not assert on value read from input bitstream | Diego Biurrun | 2011-07-16 | 1 | -3/+3 |
* | flashsvenc: replace bitstream description by a link to the specification | Diego Biurrun | 2011-07-16 | 1 | -14/+5 |
* | flashsvenc: drop unnecessary cast | Diego Biurrun | 2011-07-16 | 1 | -1/+1 |
* | flashsvenc: improve some variable names and fix corresponding comments | Diego Biurrun | 2011-07-16 | 1 | -7/+9 |
* | flashsvenc: merge two consecutive if-conditions | Diego Biurrun | 2011-07-16 | 1 | -4/+3 |
* | flashsvenc: merge variable declarations and initializations | Diego Biurrun | 2011-07-16 | 1 | -10/+3 |
* | flashsvenc: convert some debug av_log() to av_dlog() | Diego Biurrun | 2011-07-16 | 1 | -2/+2 |
* | flashsvenc: whitespace cosmetics | Diego Biurrun | 2011-07-16 | 1 | -7/+11 |
* | flashsvenc: drop some unnecessary parentheses | Diego Biurrun | 2011-07-16 | 1 | -9/+9 |
* | flashsvenc: fix some comment typos | Diego Biurrun | 2011-07-16 | 1 | -14/+13 |
* | aacps: skip some memcpy() if src and dst would be equal | Mans Rullgard | 2011-07-15 | 1 | -8/+11 |
* | doxygen: replace @sa tag by the more readable but equivalent @see | Diego Biurrun | 2011-07-15 | 5 | -7/+7 |
* | doxygen: use Doxygen markup for authors and web links where appropriate | Diego Biurrun | 2011-07-15 | 8 | -20/+12 |
* | doxygen: do not include license boilerplate in Doxygen documentation | Diego Biurrun | 2011-07-15 | 17 | -67/+102 |
* | ac3enc: Mark AVClasses const | Martin Storsjö | 2011-07-15 | 3 | -6/+6 |
* | doxygen: misc consistency cosmetics | Diego Biurrun | 2011-07-14 | 4 | -9/+5 |
* | doxygen: consistently place brief description | Diego Biurrun | 2011-07-14 | 9 | -9/+12 |
* | doxygen: place empty line between brief description and detailed description | Diego Biurrun | 2011-07-14 | 3 | -0/+3 |
* | Add an APIChanges entry and bump minor versions for recent changes. | Anton Khirnov | 2011-07-14 | 1 | -1/+1 |
* | doxygen: Move function documentation into the macro generating the function. | Diego Biurrun | 2011-07-14 | 1 | -12/+12 |
* | doxygen: Make sure parameter names match between .c and .h files. | Diego Biurrun | 2011-07-14 | 1 | -4/+2 |
* | h264: move fill_decode_neighbors()/fill_decode_caches() to h264_mvpred.h | Diego Biurrun | 2011-07-14 | 2 | -418/+418 |
* | H.264: Add more x86 assembly for 10-bit H.264 predict functions | Daniel Kang | 2011-07-13 | 2 | -1/+253 |
* | ac3enc: merge AC3MDCTContext with AC3EncodeContext. | Justin Ruggles | 2011-07-13 | 5 | -36/+26 |
* | ac3enc: prefer passing AC3EncodeContext rather than AVCodecContext | Justin Ruggles | 2011-07-13 | 3 | -13/+14 |
* | ac3enc: fix memleak | Justin Ruggles | 2011-07-13 | 1 | -0/+4 |
* | mpeg1video: add CODEC_CAP_SLICE_THREADS. | Ronald S. Bultje | 2011-07-13 | 1 | -1/+1 |
* | lavf: Cleanup try_decode_frame() logic. | Alex Converse | 2011-07-13 | 1 | -3/+0 |
* | h264: move decode_mb_skip() from h264.h to h.264_mvpred.h | Diego Biurrun | 2011-07-12 | 2 | -41/+39 |
* | dnxhdenc: Replace a forward declaration by the proper #include. | Diego Biurrun | 2011-07-12 | 1 | -2/+1 |
* | h264: move h264_mvpred.h include. | Ronald S. Bultje | 2011-07-12 | 1 | -3/+1 |
* | H.264: add filter_mb_fast support for >8-bit decoding | Jason Garrett-Glaser | 2011-07-11 | 2 | -49/+60 |
* | H.264: avoid redundant alpha/beta calculations in loopfilter | Jason Garrett-Glaser | 2011-07-11 | 1 | -121/+122 |
* | H.264: optimize intra/inter loopfilter decision | Jason Garrett-Glaser | 2011-07-11 | 1 | -116/+117 |
* | vp8/mt: flush worker thread, not application thread context, on seek. | Ronald S. Bultje | 2011-07-10 | 2 | -4/+7 |
* | mt: proper locking around release_buffer calls. | Ronald S. Bultje | 2011-07-10 | 1 | -1/+6 |
* | DxVA2: unbreak build after [657ccb5ac75ce34e62bd67f228d9bd36db72189e] | Jean-Baptiste Kempf | 2011-07-10 | 4 | -18/+18 |
* | hwaccel: unbreak build | Mans Rullgard | 2011-07-10 | 5 | -34/+34 |
* | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun | 2011-07-11 | 39 | -1248/+1257 |
* | ARM: use const macro to define constant data in asm | Mans Rullgard | 2011-07-10 | 6 | -25/+20 |
* | bitdepth: simplify FUNC/FUNCC macros | Mans Rullgard | 2011-07-10 | 1 | -10/+4 |
* | dsputil: remove ff_emulated_edge_mc macro used in one place | Mans Rullgard | 2011-07-10 | 2 | -3/+1 |
* | 9/10-bit: simplify clipping macros | Mans Rullgard | 2011-07-10 | 1 | -15/+6 |
* | lavc: add support for codec-specific defaults. | Anton Khirnov | 2011-07-10 | 3 | -0/+23 |
* | lavc: make avcodec_alloc_context3 officially public. | Anton Khirnov | 2011-07-10 | 6 | -11/+35 |
* | lavc: remove a half-working attempt at different defaults for audio/video cod... | Anton Khirnov | 2011-07-10 | 1 | -1/+1 |
* | ac3dec: add a drc_scale private option | Anton Khirnov | 2011-07-10 | 5 | -1/+28 |
* | lavc: introduce avcodec_open2() as a replacement for avcodec_open(). | Anton Khirnov | 2011-07-10 | 4 | -2/+66 |
* | H.264: fix filter_mb_fast with 4:4:4 + 8x8dct | Jason Garrett-Glaser | 2011-07-09 | 1 | -1/+1 |