| Commit message (Expand) | Author | Age | Files | Lines |
* | Add request_sample_fmt field to AVCodecContext. | Justin Ruggles | 2011-05-18 | 3 | -1/+14 |
* | Add float_interleave() to FmtConvertContext with x86-optimized versions. | Justin Ruggles | 2011-05-18 | 4 | -0/+200 |
* | mpegaudiodec: remove decode_end() function | Mans Rullgard | 2011-05-18 | 1 | -11/+4 |
* | mpegaudio: sanitise compute_antialias_* names | Mans Rullgard | 2011-05-18 | 1 | -6/+3 |
* | mpeg12: add slice-threading checks to slice-threading initializers. | Ronald S. Bultje | 2011-05-18 | 1 | -3/+3 |
* | h264: copy pixel_shift between slice threading contexts. | Ronald S. Bultje | 2011-05-18 | 1 | -0/+1 |
* | mdec: enable frame-level multithreading. | Alexander Strange | 2011-05-18 | 1 | -3/+17 |
* | mdec.c: fix overread. | Ronald S. Bultje | 2011-05-18 | 1 | -1/+2 |
* | Fix compilation of iirfilter-test. | Justin Ruggles | 2011-05-17 | 1 | -1/+1 |
* | libx264: handle closed GOP codec flag | Jindrich Makovicka | 2011-05-17 | 1 | -0/+2 |
* | mpegaudio: add _fixed suffix to some names | Mans Rullgard | 2011-05-17 | 6 | -17/+17 |
* | Modify x86util.asm to ease transitioning to 10-bit H.264 assembly. | Daniel Kang | 2011-05-17 | 4 | -110/+160 |
* | dct: build dct32 as separate object files | Mans Rullgard | 2011-05-17 | 7 | -14/+81 |
* | qdm2: include correct header for rdft | Mans Rullgard | 2011-05-17 | 1 | -1/+1 |
* | mathops: remove ancient confusing comment | Mans Rullgard | 2011-05-16 | 1 | -3/+0 |
* | mpegaudio: move OUT_FMT macro to mpegaudiodec.c | Mans Rullgard | 2011-05-16 | 2 | -2/+2 |
* | mpegaudio: remove OUT_MIN/MAX macros | Mans Rullgard | 2011-05-16 | 2 | -3/+1 |
* | Add missing #includes to mp3_header_(de)compress bsf | Mans Rullgard | 2011-05-16 | 2 | -0/+2 |
* | dct: fix indentation | Mans Rullgard | 2011-05-16 | 1 | -15/+15 |
* | dct: bypass table allocation for DCT_II of size 32 | Mans Rullgard | 2011-05-16 | 1 | -3/+6 |
* | h264dsp_mmx: Add #ifdefs around some mmxext functions on x86_64. | Gil Pedersen | 2011-05-16 | 1 | -0/+2 |
* | Remove unused header mpegaudio3.h. | Diego Biurrun | 2011-05-16 | 2 | -54/+0 |
* | aacdec: Use float instead of int16_t for ltp_state to avoid needless rounding. | Justin Ruggles | 2011-05-15 | 2 | -4/+4 |
* | acelp: Remove unused gray_decode table. | Diego Biurrun | 2011-05-15 | 1 | -10/+0 |
* | dfa: Remove unused variable. | Diego Biurrun | 2011-05-15 | 1 | -1/+0 |
* | Fix FSF address copy paste error in some license headers. | Diego Biurrun | 2011-05-14 | 17 | -17/+17 |
* | arm: properly mark external symbol call | Martin Aumüller | 2011-05-14 | 2 | -2/+2 |
* | Add av_clip_uintp2() function | Mans Rullgard | 2011-05-13 | 1 | -3/+1 |
* | dfa: fix buffer overflow checks to avoid integer overflows. | Reimar Döffinger | 2011-05-13 | 1 | -16/+19 |
* | ac3enc: put the counting of stereo rematrixing bits in the same place to | Justin Ruggles | 2011-05-12 | 1 | -7/+4 |
* | ac3enc: clean up count_frame_bits() and count_frame_bits_fixed() | Justin Ruggles | 2011-05-12 | 1 | -20/+46 |
* | mpegvideo: make FF_DEBUG_DCT_COEFF output coeffs via av_log() instead of just... | Michael Niedermayer | 2011-05-12 | 1 | -2/+7 |
* | srtdec: make sure we don't write past the end of buffer | Aurelien Jacobs | 2011-05-12 | 1 | -1/+1 |
* | wmaenc: improve channel count and bitrate error handling in encode_init() | Tomas Härdin | 2011-05-12 | 1 | -4/+10 |
* | tiff: add support for SamplesPerPixel tag in tiff_decode_tag() | Stefano Sabatini | 2011-05-12 | 1 | -57/+65 |
* | tiff: Prefer enum TiffCompr over int for TiffContext.compr. | Stefano Sabatini | 2011-05-12 | 1 | -1/+1 |
* | dnxhdenc: add AVClass in private context. | Baptiste Coudurier | 2011-05-12 | 2 | -2/+3 |
* | Replace int_fast integer types with their sized standard posix counterparts. | Diego Biurrun | 2011-05-12 | 7 | -108/+119 |
* | jfdct: Replace sized int_fast integer types with plain int/unsigned. | Diego Biurrun | 2011-05-12 | 2 | -18/+18 |
* | configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. | Diego Biurrun | 2011-05-12 | 1 | -3/+0 |
* | 10-bit H.264 x86 chroma v loopfilter asm | Jason Garrett-Glaser | 2011-05-11 | 3 | -42/+121 |
* | Port SMPTE S302M audio decoder from FFmbc 0.3. | Baptiste Coudurier | 2011-05-11 | 4 | -0/+144 |
* | Fix crash of interlaced MPEG2 decoding | Anatoly Nenashev | 2011-05-11 | 1 | -2/+7 |
* | h264pred: fix one more aliasing violation. | Ronald S. Bultje | 2011-05-11 | 1 | -2/+4 |
* | flacenc: use proper initializers for AVOption default values. | Anton Khirnov | 2011-05-11 | 1 | -16/+16 |
* | lavc: deprecate named constants for deprecated antialias_algo. | Anton Khirnov | 2011-05-11 | 1 | -1/+1 |
* | aac: workaround for compilation on cygwin | Reinhard Tartler | 2011-05-11 | 1 | -1/+2 |
* | swscale: extend YUV422p support to 10bits depth | Baptiste Coudurier | 2011-05-11 | 1 | -0/+2 |
* | tiff: add support for inverted FillOrder for uncompressed data | Stefano Sabatini | 2011-05-11 | 1 | -1/+7 |
* | h264pred: fix aliasing violations. | Ronald S. Bultje | 2011-05-11 | 2 | -73/+93 |