summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* aacdec: change type of data in decode_audio_specific_config parametersJanne Grunau2010-11-02
* Add single stream LATM/LOAS decoderJanne Grunau2010-11-02
* aacdec: pass avctx as logging context for decode_audio_specific_configJanne Grunau2010-11-02
* aacdec: refactor the actual aac decoding code into its own functionJanne Grunau2010-11-02
* aacdec: return consumed bits in decode_audio_specific_configJanne Grunau2010-11-02
* aacdec: add MPEG4AudioConfig as parameter for decode_audio_specific_configJanne Grunau2010-11-02
* dnxhd_mmx: prefer xmm registers below xmm6 when they are availableRamiro Polla2010-11-02
* Fix possibly exploitable out of buffer writes in msrle_decode_pal4().Michael Niedermayer2010-11-02
* Fix possibly exploitable buffer overrun in msrle_decode_8_16_24_32().Michael Niedermayer2010-11-02
* remove impossible condition from msrle_decode_pal4()Michael Niedermayer2010-11-02
* fix indentMichael Niedermayer2010-11-02
* dsputil: Use explicit movzbl instead of movzxİsmail Dönmez2010-11-01
* aacenc: Correct spreading calculation for high spreading.Nathan Caldwell2010-11-01
* aacenc: cosmetics: Swap spreading_hi/low name to match the 3GPP spec.Nathan Caldwell2010-11-01
* lpc_mmx: add xmm registers to clobber listRamiro Polla2010-10-31
* lpc_mmx: merge some asm blocksRamiro Polla2010-10-31
* sad16_sse2: merge 2 asm blocksRamiro Polla2010-10-31
* xmm_clobbers: list xmm registers first in clobber listRamiro Polla2010-10-31
* idct_sse2_xvid: only mark xmm>=8 as clobbered on x86_64Ramiro Polla2010-10-31
* motion_est_mmx: prefer xmm registers below xmm6 when they are availableRamiro Polla2010-10-31
* dsputil_mmx: add xmm registers to clobber listRamiro Polla2010-10-31
* cosmetics: split long lineRamiro Polla2010-10-31
* fdct_mmx: add xmm registers to clobber listRamiro Polla2010-10-31
* idct_sse2_xvid: add xmm registers to clobber listRamiro Polla2010-10-31
* mpegvideo_mmx: add xmm registers to clobber listRamiro Polla2010-10-31
* dsputil_mmx: prefer xmm registers below xmm6 when they are availableRamiro Polla2010-10-31
* bink: make bink_rlelens static (it's only used in this file)Ramiro Polla2010-10-30
* h264dsp: add xmm registers to clobber listRamiro Polla2010-10-30
* indentRamiro Polla2010-10-28
* h264dsp: merge some more asm blocksRamiro Polla2010-10-28
* Fix 10l leak in ffv1.Michael Niedermayer2010-10-28
* Try to find a bit better initial states in ffv1 2pass.Michael Niedermayer2010-10-28
* Keep track of how many slices*gops where encoded in ffv1 2 pass.Michael Niedermayer2010-10-28
* factorize variable declaration in ffv1.Michael Niedermayer2010-10-28
* Fix crashes in vorbis decoding found by zzufJason Garrett-Glaser2010-10-27
* aacenc: Remove energy 'normalization' modification from the 3GPP psymodelNathan Caldwell2010-10-27
* aacenc: Fix threshold-in-quiet calculation in the 3GPP psymodel.Nathan Caldwell2010-10-27
* aacenc: Fix the conditions under which 3GPP pre-echo control is run.Nathan Caldwell2010-10-27
* FFV1 initial state 2pass code.Michael Niedermayer2010-10-26
* Read & write initial_states for ffv1Michael Niedermayer2010-10-26
* Add initial_states array to ffv1.Michael Niedermayer2010-10-26
* Add rc_stat2 to ffv1 this will be needed for finding good initial contexts in...Michael Niedermayer2010-10-26
* Optimize state initialization in ffv1 clear_state().Michael Niedermayer2010-10-26
* Only allocate stats_out when needed in ffv1Michael Niedermayer2010-10-26
* Factorize litteral constents in ffv1 into STATS_OUT_SIZE.Michael Niedermayer2010-10-26
* Make 1pass statistic collection in ffv1 put_symbol_inline() conditional to av...Michael Niedermayer2010-10-26
* Remove dead code in theora_decode_tablesJason Garrett-Glaser2010-10-26
* Reindent after r25573Jason Garrett-Glaser2010-10-26
* Fix Theora decoding bug if loopfilter is completely disabledJason Garrett-Glaser2010-10-26
* Clean up ALACdecJason Garrett-Glaser2010-10-26