summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* 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
* Increase ffv1 encoding speed from 65 to 80 fps by forcing some inlining.Michael Niedermayer2010-10-26
* Add quant_table_index to ffv1 PlaneContext and use it instead of duplicating ...Michael Niedermayer2010-10-26
* dct32: mark xmm registers in clobber list in ff_dct32_float_sse()Ramiro Polla2010-10-25
* h264dsp: merge some asm blocksRamiro Polla2010-10-25
* Make libx264 take the pict_type input parameter into account,Nicolas George2010-10-25
* aacenc: Fix bug in LAME windowing where only one channel got initalizedNathan Caldwell2010-10-25
* Move ffv1 state transition table sorting to its own function.Michael Niedermayer2010-10-24
* Fix the case with swaping states 127 and 129 in ffv1Michael Niedermayer2010-10-24
* Optimize state transition table sorting in ffv1Michael Niedermayer2010-10-24
* 2 pass mode for ffv1 to optimally order the range coder states.Michael Niedermayer2010-10-24
* Factorize state_transition init out.Michael Niedermayer2010-10-24
* Add new -slices option and use it for libvpx and libx264.James Zern2010-10-22
* Use forced key frames when encoding with libxvid.Nicolas George2010-10-22
* Fix memleak in mjpeg decoder.Michael Niedermayer2010-10-22
* Optimize EOB check in mjpeg decode_block() by adjusting the VLC symbol.Michael Niedermayer2010-10-21
* Simplify last coeff check in mjpeg decode_block()Michael Niedermayer2010-10-21
* Check index in mjpeg AC decode against overflowing.Michael Niedermayer2010-10-21
* Add a seperate VLC table for progressive jpeg so we dont have to subtract 16 ...Michael Niedermayer2010-10-21