| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Replace remaining occurrences of deprecated CH_* with AV_CH_* | Anton Khirnov | 2011-02-06 | 11 | -18/+28 |
* | Set channel_layout for mpegaudio | Kieran Kunhya | 2011-02-06 | 1 | -0/+1 |
* | vp3: Move table allocation code into a new function | Alexander Strange | 2011-02-06 | 1 | -23/+33 |
* | vp3: Factor out expression | Alexander Strange | 2011-02-06 | 1 | -4/+5 |
* | VP8: slightly faster loopfilter sharpness logic | Jason Garrett-Glaser | 2011-02-06 | 1 | -1/+1 |
* | VP8: faster deblock strength calculation | Jason Garrett-Glaser | 2011-02-06 | 1 | -14/+15 |
* | Remove a few if (p) av_freep(&p) forms | Clément Bœsch | 2011-02-06 | 1 | -2/+1 |
* | VP8: faster filter_level clip | Jason Garrett-Glaser | 2011-02-06 | 1 | -1/+4 |
* | VP8: simplify lf_delta mb mode logic | Jason Garrett-Glaser | 2011-02-06 | 2 | -29/+13 |
* | Rename remaining occurrences of SAMPLE_FMT_* to AV_SAMPLE_FMT_* | Anton Khirnov | 2011-02-04 | 1 | -2/+2 |
* | Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE* | Anton Khirnov | 2011-02-04 | 3 | -3/+3 |
* | Add CODEC_ID_PRORES and bump lavc minor version | Tomas Härdin | 2011-02-04 | 1 | -1/+2 |
* | Remove a few if (p) av_free(p) forms | Clément Bœsch | 2011-02-04 | 7 | -33/+16 |
* | Set pkt_pts in avcodec_default_reget_buffer() | Nicolas George | 2011-02-04 | 1 | -0/+2 |
* | ac3enc: Change EXP_DIFF_THRESHOLD to 500. | Justin Ruggles | 2011-02-04 | 1 | -1/+1 |
* | ARM: add helper macro for declaring constant data | Mans Rullgard | 2011-02-04 | 1 | -0/+10 |