| Commit message (Expand) | Author | Age | Files | Lines |
* | aac: remove dead SBR input scaling | Alex Converse | 2011-02-14 | 1 | -7/+3 |
* | ac3enc: Add x86-optimized function to speed up log2_tab(). | Justin Ruggles | 2011-02-14 | 5 | -8/+103 |
* | FFT: factor a shuffle out of the inner loop and merge it into fft_permute. | Loren Merritt | 2011-02-14 | 6 | -38/+45 |
* | bink: permute Bink version 'b' quant matrices by inverse scan order | Peter Ross | 2011-02-14 | 1 | -4/+9 |
* | bink: simplify how quantization matrices are passed to read_dct_coeffs() | Peter Ross | 2011-02-14 | 1 | -15/+8 |
* | Make truncated mpeg4 GOP header check a bit more specific. | Michael Niedermayer | 2011-02-14 | 1 | -1/+1 |
* | Apply minor cosmetics fixes to the av_audio_resample_init() doxy. | Stefano Sabatini | 2011-02-14 | 1 | -3/+4 |
* | Document audio_resample_close(). | Stefano Sabatini | 2011-02-14 | 1 | -0/+7 |
* | Detect null gop headers. | Michael Niedermayer | 2011-02-13 | 1 | -0/+5 |
* | Make tables generation insensitive to floating-point implementation | Vitor Sessak | 2011-02-13 | 1 | -9/+16 |
* | VP8: ARM optimised decode_block_coeffs_internal | Mans Rullgard | 2011-02-13 | 5 | -2/+259 |
* | ARM optimised vp56_rac_get_prob() | Mans Rullgard | 2011-02-13 | 2 | -1/+97 |
* | bink: reindent after last commit | Peter Ross | 2011-02-13 | 1 | -6/+6 |
* | Bink version 'b' video decoder | Peter Ross | 2011-02-13 | 3 | -19/+370 |
* | Clarify that pts_correction* fields are internal to libavcodec | Michael Niedermayer | 2011-02-13 | 1 | -1/+1 |
* | Set maximum lowres value for the MJPEG decoder to 3. | Carl Eugen Hoyos | 2011-02-12 | 1 | -1/+1 |
* | VP8: optimized mv prediction and decoding | Jason Garrett-Glaser | 2011-02-11 | 1 | -91/+91 |
* | ac3enc: Remove unneeded clipping of shift amount. | Justin Ruggles | 2011-02-11 | 1 | -1/+0 |
* | ac3enc: remove right shifting from lshift_tab() and make lshift unsigned. | Justin Ruggles | 2011-02-11 | 1 | -6/+2 |
* | Remove final semicolon from some macros | Mans Rullgard | 2011-02-11 | 3 | -7/+7 |
* | dvbsubenc: Fix placement of the object version | Ronen Mizrahi | 2011-02-11 | 1 | -1/+1 |
* | dvbsubdec: check against buffer overreads | Janne Grunau | 2011-02-11 | 1 | -2/+9 |
* | Do not fail DVB sub decoding because of a few padding bytes | Reimar Döffinger | 2011-02-11 | 1 | -7/+2 |
* | Add x86-optimized versions of exponent_min(). | Justin Ruggles | 2011-02-11 | 8 | -29/+230 |
* | Remove incorrect return statement from avcodec_thread_free() | Mans Rullgard | 2011-02-11 | 1 | -1/+1 |
* | ivi_dsp: remove semicolons after function definitions | Mans Rullgard | 2011-02-11 | 1 | -4/+4 |
* | Fix build with threading disabled | Mans Rullgard | 2011-02-11 | 1 | -0/+2 |
* | w32thread: add missing #include thread.h | Mans Rullgard | 2011-02-11 | 1 | -0/+1 |
* | check sample_fmt in avcodec_open | Reimar Döffinger | 2011-02-11 | 1 | -0/+10 |
* | vp3: Frame-based multithreading support | Alexander Strange | 2011-02-11 | 1 | -23/+131 |
* | Deprecate avcodec_thread_init() | Alexander Strange | 2011-02-11 | 5 | -11/+34 |
* | Frame-based multithreading framework using pthreads | Alexander Strange | 2011-02-11 | 6 | -10/+980 |
* | Update qmin/qmax values for libx264 presets | Jason Garrett-Glaser | 2011-02-09 | 1 | -2/+2 |
* | Fix broken vbv_buffer_init handling in libx264.c | Jason Garrett-Glaser | 2011-02-09 | 1 | -3/+2 |
* | VP8: idct_mb optimizations | Jason Garrett-Glaser | 2011-02-09 | 1 | -16/+16 |
* | Fix ff_emu_edge_core_sse() on Win64. | Ronald S. Bultje | 2011-02-09 | 1 | -5/+15 |
* | logging: downgrade recoverable errors to warnings | Stefan Kost | 2011-02-09 | 2 | -3/+3 |
* | h264: define FF_PROFILE_H264_HIGH_444 to the correct value | Janne Grunau | 2011-02-09 | 2 | -0/+2 |
* | VP8: ARM NEON optimisations for dsp functions | Mans Rullgard | 2011-02-09 | 5 | -0/+2079 |
* | Remove Xan WC4 cruft from xan.c | Kostya | 2011-02-09 | 1 | -30/+2 |
* | Xan4 decoder | Kostya Shishkov | 2011-02-09 | 4 | -2/+432 |
* | pass QDMC extradata to the decoder | Sascha Sommer | 2011-02-09 | 1 | -0/+1 |
* | vorbis dec: Remove obsolete comment | Alexander Strasser | 2011-02-08 | 1 | -1/+0 |
* | vorbis dec: cosmetics: Indent CPP cond properly | Alexander Strasser | 2011-02-08 | 1 | -2/+2 |
* | vorbis dec: cosmetics: Indent consistently | Alexander Strasser | 2011-02-08 | 1 | -14/+14 |
* | vorbis dec: cosmetics: Indent after scope deletion | Alexander Strasser | 2011-02-08 | 1 | -10/+10 |
* | vorbis dec: Delete useless scopes | Alexander Strasser | 2011-02-08 | 1 | -5/+0 |
* | Implement guessed_pts in avcodec_decode_video2 | Nicolas George | 2011-02-07 | 2 | -1/+60 |
* | dvdsubdec.c: prevent input buffer overflow | Jindrich Makovicka | 2011-02-07 | 1 | -3/+3 |
* | Make inter_rvlc and intra_rvlc static tables. | Diego Elio Pettenò | 2011-02-06 | 2 | -5/+2 |