| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix FFv1 decoder buffer releasing. | Stefano Sabatini | 2010-11-04 | 1 | -3/+7 |
* | aacdec: consume the audio specific config during LATM parsing | Janne Grunau | 2010-11-04 | 1 | -0/+2 |
* | H.264 decode: support cropping up to 28 pixels in interlaced mode. | Reimar Döffinger | 2010-11-03 | 4 | -4/+4 |
* | Remove usage of deprecated libavcodec/audioconvert.h functions. | Stefano Sabatini | 2010-11-03 | 3 | -7/+10 |
* | Fix aspect for 24bpp TM1 samples. | Reimar Döffinger | 2010-11-03 | 1 | -0/+1 |
* | Fix decoding of 24 bpp TM1 (except for aspect). | Reimar Döffinger | 2010-11-03 | 1 | -6/+10 |
* | 100l, calculate mb_change_bits_row_size from the update width. | Reimar Döffinger | 2010-11-03 | 1 | -5/+5 |
* | Support mid-stream resolution/format changes for TM1. | Reimar Döffinger | 2010-11-03 | 1 | -5/+17 |
* | Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h and | Stefano Sabatini | 2010-11-02 | 2 | -18/+8 |
* | Implement functions: | Stefano Sabatini | 2010-11-02 | 3 | -42/+15 |
* | Move sample format definitions from libavcodec to libavcore. | Stefano Sabatini | 2010-11-02 | 1 | -13/+16 |
* | Allow mono encoding with LAME. | Thierry Foucu | 2010-11-02 | 1 | -2/+1 |
* | aacdec: change type of data in decode_audio_specific_config parameters | Janne Grunau | 2010-11-02 | 1 | -1/+1 |
* | Add single stream LATM/LOAS decoder | Janne Grunau | 2010-11-02 | 5 | -1/+403 |
* | aacdec: pass avctx as logging context for decode_audio_specific_config | Janne Grunau | 2010-11-02 | 1 | -19/+30 |
* | aacdec: refactor the actual aac decoding code into its own function | Janne Grunau | 2010-11-02 | 1 | -23/+34 |
* | aacdec: return consumed bits in decode_audio_specific_config | Janne Grunau | 2010-11-02 | 1 | -2/+2 |
* | aacdec: add MPEG4AudioConfig as parameter for decode_audio_specific_config | Janne Grunau | 2010-11-02 | 1 | -13/+16 |
* | dnxhd_mmx: prefer xmm registers below xmm6 when they are available | Ramiro Polla | 2010-11-02 | 1 | -5/+5 |
* | Fix possibly exploitable out of buffer writes in msrle_decode_pal4(). | Michael Niedermayer | 2010-11-02 | 1 | -1/+1 |
* | Fix possibly exploitable buffer overrun in msrle_decode_8_16_24_32(). | Michael Niedermayer | 2010-11-02 | 1 | -2/+3 |
* | remove impossible condition from msrle_decode_pal4() | Michael Niedermayer | 2010-11-02 | 1 | -4/+2 |
* | fix indent | Michael Niedermayer | 2010-11-02 | 1 | -26/+26 |
* | dsputil: Use explicit movzbl instead of movzx | İsmail Dönmez | 2010-11-01 | 1 | -1/+1 |
* | aacenc: Correct spreading calculation for high spreading. | Nathan Caldwell | 2010-11-01 | 1 | -1/+1 |
* | aacenc: cosmetics: Swap spreading_hi/low name to match the 3GPP spec. | Nathan Caldwell | 2010-11-01 | 1 | -4/+4 |
* | lpc_mmx: add xmm registers to clobber list | Ramiro Polla | 2010-10-31 | 1 | -0/+2 |
* | lpc_mmx: merge some asm blocks | Ramiro Polla | 2010-10-31 | 1 | -9/+10 |
* | sad16_sse2: merge 2 asm blocks | Ramiro Polla | 2010-10-31 | 1 | -10/+7 |
* | xmm_clobbers: list xmm registers first in clobber list | Ramiro Polla | 2010-10-31 | 4 | -34/+34 |
* | idct_sse2_xvid: only mark xmm>=8 as clobbered on x86_64 | Ramiro Polla | 2010-10-31 | 1 | -2/+4 |
* | motion_est_mmx: prefer xmm registers below xmm6 when they are available | Ramiro Polla | 2010-10-31 | 1 | -6/+6 |
* | dsputil_mmx: add xmm registers to clobber list | Ramiro Polla | 2010-10-31 | 1 | -0/+2 |
* | cosmetics: split long line | Ramiro Polla | 2010-10-31 | 1 | -1/+2 |
* | fdct_mmx: add xmm registers to clobber list | Ramiro Polla | 2010-10-31 | 1 | -0/+3 |
* | idct_sse2_xvid: add xmm registers to clobber list | Ramiro Polla | 2010-10-31 | 1 | -1/+7 |
* | mpegvideo_mmx: add xmm registers to clobber list | Ramiro Polla | 2010-10-31 | 2 | -0/+6 |
* | dsputil_mmx: prefer xmm registers below xmm6 when they are available | Ramiro Polla | 2010-10-31 | 2 | -17/+17 |
* | bink: make bink_rlelens static (it's only used in this file) | Ramiro Polla | 2010-10-30 | 1 | -1/+1 |
* | h264dsp: add xmm registers to clobber list | Ramiro Polla | 2010-10-30 | 1 | -0/+16 |
* | indent | Ramiro Polla | 2010-10-28 | 1 | -70/+70 |
* | h264dsp: merge some more asm blocks | Ramiro Polla | 2010-10-28 | 1 | -39/+21 |
* | Fix 10l leak in ffv1. | Michael Niedermayer | 2010-10-28 | 1 | -0/+4 |
* | Try to find a bit better initial states in ffv1 2pass. | Michael Niedermayer | 2010-10-28 | 1 | -4/+48 |
* | Keep track of how many slices*gops where encoded in ffv1 2 pass. | Michael Niedermayer | 2010-10-28 | 1 | -1/+10 |
* | factorize variable declaration in ffv1. | Michael Niedermayer | 2010-10-28 | 1 | -2/+1 |
* | Fix crashes in vorbis decoding found by zzuf | Jason Garrett-Glaser | 2010-10-27 | 1 | -11/+21 |
* | aacenc: Remove energy 'normalization' modification from the 3GPP psymodel | Nathan Caldwell | 2010-10-27 | 1 | -1/+0 |
* | aacenc: Fix threshold-in-quiet calculation in the 3GPP psymodel. | Nathan Caldwell | 2010-10-27 | 1 | -5/+3 |
* | aacenc: Fix the conditions under which 3GPP pre-echo control is run. | Nathan Caldwell | 2010-10-27 | 1 | -1/+1 |