| Commit message (Expand) | Author | Age | Files | Lines |
* | mpegvideo: treat delayed pictures as used | Janne Grunau | 2012-12-13 | 3 | -10/+10 |
* | lavc: set frame parameters after decoding only if necessary | Janne Grunau | 2012-12-13 | 1 | -5/+8 |
* | h264: set parameters from SPS whenever it changes | Janne Grunau | 2012-12-13 | 3 | -49/+68 |
* | vp6: properly fail on unsupported feature | Luca Barbato | 2012-12-13 | 1 | -2/+2 |
* | aacdec: Fix an off-by-one overwrite when switching to LTP profile from MAIN. | Alex Converse | 2012-12-12 | 1 | -1/+1 |
* | svq1: Fix building with -DDEBUG | Martin Storsjö | 2012-12-12 | 1 | -2/+2 |
* | svq1: return meaningful error codes. | Anton Khirnov | 2012-12-12 | 1 | -7/+7 |
* | lavc: replace some forgotten instances of PixelFormat with AVPixelFormat | Anton Khirnov | 2012-12-12 | 2 | -4/+6 |
* | svq1: unmacroify macros used only once. | Anton Khirnov | 2012-12-12 | 1 | -28/+24 |
* | svq1: deMpegEncContextize | Anton Khirnov | 2012-12-12 | 1 | -67/+106 |
* | x86inc: support stack mem allocation and re-alignment in PROLOGUE | Ronald S. Bultje | 2012-12-12 | 4 | -65/+42 |
* | Make LOCAL_ALIGNED syntactically similar on all systems | Mans Rullgard | 2012-12-11 | 1 | -1/+3 |
* | ZeroCodec: Flip output | Carl Eugen Hoyos | 2012-12-10 | 2 | -4/+7 |
* | sh4: dsputil: remove duplicate of ff_gmc_c() | Mans Rullgard | 2012-12-10 | 2 | -58/+0 |
* | dsputil: remove unused macro WRAPPER8_16 | Mans Rullgard | 2012-12-09 | 1 | -6/+0 |
* | libvpxenc: Support forcing keyframes | Martin Storsjö | 2012-12-09 | 1 | -1/+4 |
* | ac3dec: decode directly into output buffers | Mans Rullgard | 2012-12-09 | 1 | -7/+20 |
* | ac3dec: make downmix() take array of pointers to channel data | Mans Rullgard | 2012-12-09 | 5 | -33/+59 |
* | ac3dec: output planar float only | Mans Rullgard | 2012-12-09 | 2 | -27/+6 |
* | svq3: make slice type value unsigned to match svq3_get_ue_golomb return type | Janne Grunau | 2012-12-09 | 1 | -3/+4 |
* | cosmetics: Fix dropable --> droppable typo | Diego Biurrun | 2012-12-09 | 6 | -28/+31 |
* | mjpeg: initialize input padding after unescaped buffer to zero | Janne Grunau | 2012-12-08 | 1 | -0/+4 |
* | h264: check for invalid zeros_left before writing | Ronald S. Bultje | 2012-12-08 | 1 | -5/+6 |
* | golomb: use unsigned arithmetics in svq3_get_ue_golomb() | Janne Grunau | 2012-12-08 | 3 | -14/+14 |
* | takdec: fix initialisation of LOCAL_ALIGNED array | Josh Allmann | 2012-12-08 | 1 | -1/+3 |
* | takdec: fix initialisation of LOCAL_ALIGNED array | Mans Rullgard | 2012-12-07 | 1 | -1/+3 |
* | tak: demuxer, parser, and decoder | Paul B Mahol | 2012-12-07 | 9 | -1/+1387 |
* | parser: fix large overreads | Michael Niedermayer | 2012-12-07 | 1 | -1/+3 |
* | bitstream: add get_bits64() to support reading more than 32 bits at once | Michael Niedermayer | 2012-12-07 | 1 | -0/+18 |
* | arm: rename ARMVFP config symbol to VFP | Mans Rullgard | 2012-12-07 | 1 | -2/+2 |
* | arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilation | Mans Rullgard | 2012-12-07 | 7 | -13/+13 |
* | dct-test: arm: indicate required cpu features for optimised funcs | Mans Rullgard | 2012-12-07 | 1 | -3/+3 |
* | snow: fix build after 594d4d5df3c70404168701dd5c90b7e6e5587793 | Anton Khirnov | 2012-12-07 | 2 | -3/+5 |
* | arm: fix use of uninitialised value in ff_fft_fixed_init_arm() | Mans Rullgard | 2012-12-07 | 1 | -1/+1 |
* | avpicture: Don't assume a valid pix fmt in avpicture_get_size | Martin Storsjö | 2012-12-07 | 1 | -0/+2 |
* | h264: add a pointer for weighted prediction temporary buffer | Janne Grunau | 2012-12-07 | 2 | -13/+14 |
* | h264: check sps.log2_max_frame_num for validity | Janne Grunau | 2012-12-07 | 1 | -2/+14 |
* | flac: change minimum and default of lpc_passes option to 1 | Janne Grunau | 2012-12-07 | 1 | -1/+1 |
* | SBR DSP x86: implement SSE sbr_hf_gen | Christophe Gisquet | 2012-12-07 | 2 | -2/+75 |
* | AAC SBR: use AVFloatDSPContext's vector_fmul | Christophe Gisquet | 2012-12-07 | 1 | -5/+6 |
* | h264: slice-mt: check master context for valid current_picture_ptr | Janne Grunau | 2012-12-05 | 1 | -1/+1 |
* | h264: slice-mt: get last_pic_dropable from master context | Janne Grunau | 2012-12-05 | 1 | -1/+1 |
* | alacenc: add support for multi-channel encoding | Justin Ruggles | 2012-12-05 | 5 | -80/+176 |
* | mimic: initialize padding of swap_buf through av_fast_padded_malloc | Janne Grunau | 2012-12-05 | 1 | -2/+1 |
* | eamad: initialize padding of bitstream_buf through av_fast_padded_malloc() | Janne Grunau | 2012-12-05 | 1 | -1/+2 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 133 | -293/+305 |
* | lavc: factorise setting buffer type in avcodec_default_get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -3/+1 |
* | lavc: don't reuse audio buffers | Anton Khirnov | 2012-12-04 | 2 | -68/+17 |
* | lavc: set frame properties in ff_get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -20/+18 |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 141 | -154/+286 |