| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix build with threading disabled | Mans Rullgard | 2011-02-09 | 1 | -0/+2 |
* | w32thread: add missing #include thread.h | Mans Rullgard | 2011-02-09 | 1 | -0/+1 |
* | check sample_fmt in avcodec_open | Reimar Döffinger | 2011-02-09 | 1 | -0/+10 |
* | vp3: Frame-based multithreading support | Alexander Strange | 2011-02-09 | 1 | -23/+131 |
* | Deprecate avcodec_thread_init() | Alexander Strange | 2011-02-09 | 5 | -11/+34 |
* | Frame-based multithreading framework using pthreads | Alexander Strange | 2011-02-09 | 6 | -12/+980 |
* | Update qmin/qmax values for libx264 presets | Jason Garrett-Glaser | 2011-02-08 | 1 | -2/+2 |
* | Fix broken vbv_buffer_init handling in libx264.c | Jason Garrett-Glaser | 2011-02-08 | 1 | -3/+2 |
* | VP8: idct_mb optimizations | Jason Garrett-Glaser | 2011-02-08 | 1 | -16/+16 |
* | Fix ff_emu_edge_core_sse() on Win64. | Ronald S. Bultje | 2011-02-08 | 1 | -5/+15 |
* | logging: downgrade recoverable errors to warnings | Stefan Kost | 2011-02-08 | 2 | -3/+3 |
* | h264: define FF_PROFILE_H264_HIGH_444 to the correct value | Janne Grunau | 2011-02-08 | 2 | -0/+2 |
* | VP8: ARM NEON optimisations for dsp functions | Mans Rullgard | 2011-02-07 | 5 | -0/+2079 |
* | dvbsubdec: pass correct input buffer size | Jindrich Makovicka | 2011-02-07 | 1 | -3/+3 |
* | Remove Xan WC4 cruft from xan.c | Kostya | 2011-02-07 | 1 | -30/+2 |
* | Xan4 decoder | Kostya Shishkov | 2011-02-07 | 4 | -2/+432 |
* | pass QDMC extradata to the decoder | Sascha Sommer | 2011-02-06 | 1 | -0/+1 |
* | 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-05 | 1 | -0/+1 |
* | vp3: Move table allocation code into a new function | Alexander Strange | 2011-02-05 | 1 | -23/+33 |
* | vp3: Factor out expression | Alexander Strange | 2011-02-05 | 1 | -4/+5 |
* | VP8: slightly faster loopfilter sharpness logic | Jason Garrett-Glaser | 2011-02-04 | 1 | -1/+1 |
* | VP8: faster deblock strength calculation | Jason Garrett-Glaser | 2011-02-04 | 1 | -14/+15 |
* | Remove a few if (p) av_freep(&p) forms | Clément Bœsch | 2011-02-04 | 1 | -2/+1 |
* | VP8: faster filter_level clip | Jason Garrett-Glaser | 2011-02-03 | 1 | -1/+4 |
* | VP8: simplify lf_delta mb mode logic | Jason Garrett-Glaser | 2011-02-03 | 2 | -29/+13 |
* | Rename remaining occurrences of SAMPLE_FMT_* to AV_SAMPLE_FMT_* | Anton Khirnov | 2011-02-03 | 1 | -2/+2 |
* | Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE* | Anton Khirnov | 2011-02-03 | 3 | -3/+3 |
* | Add CODEC_ID_PRORES and bump lavc minor version | Tomas Härdin | 2011-02-03 | 1 | -1/+2 |
* | Remove a few if (p) av_free(p) forms | Clément Bœsch | 2011-02-03 | 7 | -33/+16 |
* | Set pkt_pts in avcodec_default_reget_buffer() | Nicolas George | 2011-02-03 | 1 | -0/+2 |
* | ac3enc: Change EXP_DIFF_THRESHOLD to 500. | Justin Ruggles | 2011-02-02 | 1 | -1/+1 |
* | ARM: add helper macro for declaring constant data | Mans Rullgard | 2011-02-02 | 1 | -0/+10 |
* | Separate format conversion DSP functions from DSPContext. | Justin Ruggles | 2011-02-02 | 32 | -882/+1204 |
* | Fix ff_imdct_calc_sse() on gcc-4.6 | Alex Converse | 2011-02-02 | 1 | -4/+3 |
* | h264: add profile names for the existing defines | Anssi Hannula | 2011-02-01 | 1 | -0/+17 |
* | h264: Add Intra and Constrained Baseline profiles to avctx.profile | Janne Grunau | 2011-02-01 | 5 | -15/+56 |
* | dca: avoid C99 declaration in for() expression | Gianluigi Tiesi | 2011-02-01 | 1 | -1/+3 |
* | VP8: merge chroma MC calls | Jason Garrett-Glaser | 2011-01-31 | 1 | -46/+79 |
* | Implement a SIMD version of emulated_edge_mc() for x86. | Ronald S. Bultje | 2011-01-31 | 2 | -3/+667 |
* | cosmetics: indentation | Justin Ruggles | 2011-01-31 | 1 | -53/+53 |
* | Remove unneeded add bias from 3 functions. | Justin Ruggles | 2011-01-31 | 21 | -80/+59 |
* | Slightly simplify VP8 inter_predict | Jason Garrett-Glaser | 2011-01-30 | 1 | -2/+3 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 27 | -146/+146 |
* | Flush final frames in libfaac encoder. | Justin Ruggles | 2011-01-29 | 1 | -1/+3 |
* | Fix memory leak in ALS decoder in big endian systems | Vitor Sessak | 2011-01-29 | 1 | -0/+1 |
* | Rearrange MpegEncContext to simplify access from asm | Mans Rullgard | 2011-01-29 | 3 | -35/+28 |
* | Fix overread in altivec DSP function sad16 | Vitor Sessak | 2011-01-29 | 1 | -5/+7 |
* | ARM: update MpegEncContext offsets | Mans Rullgard | 2011-01-29 | 1 | -6/+6 |