summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* VP5/6/8: eliminate CABAC dependencyJason Garrett-Glaser2010-08-04
* fft-test: exit with non-zero status if test failedMåns Rullgård2010-08-04
* Fix VP8 decoder dependenciesMartin Storsjö2010-08-04
* VP8: partially inline decode_block_coeffsJason Garrett-Glaser2010-08-04
* Fix 100L in r24689Jason Garrett-Glaser2010-08-04
* VP8: simplify decode_block_coeffs to avoid having to track nonzero coeffsJason Garrett-Glaser2010-08-04
* Cosmetics: add missing space to options.cJason Garrett-Glaser2010-08-04
* VP8: slightly faster DCT coefficient probability updateJason Garrett-Glaser2010-08-03
* ARM: update struct offsetsMåns Rullgård2010-08-03
* Move cavs dsp functions to their own structMåns Rullgård2010-08-03
* Silence unused function warnings in vp56.hJason Garrett-Glaser2010-08-03
* VP8: make another RAC call branchyJason Garrett-Glaser2010-08-03
* VP5/6/8: add one inline missed in r24677Jason Garrett-Glaser2010-08-03
* VP8: unroll partition type decoding treeJason Garrett-Glaser2010-08-03
* VP8: unroll splitmv decoding treeJason Garrett-Glaser2010-08-03
* VP8: unroll MB mode decoding treeJason Garrett-Glaser2010-08-03
* VP5/6/8: tweak some arithcoder inliningJason Garrett-Glaser2010-08-03
* vorbisdec: Return AVERROR(ENOMEM) on malloc() failure.Alex Converse2010-08-03
* vorbisdec: Prevent a potential integer overflow.Alex Converse2010-08-03
* The VP8 decoder does not depend on cabac.o.Diego Biurrun2010-08-02
* The VP8 decoder does not depend on vp56.o and vp56data.o.Diego Biurrun2010-08-02
* Remove redundant h264pred.o from VP8 objects list.Diego Biurrun2010-08-02
* VP8: eliminate a dereference in coefficient decodingJason Garrett-Glaser2010-08-02
* VP8: much faster DC transform handlingJason Garrett-Glaser2010-08-02
* vorbisdec: change a uint_fast32_t to 'unsigned', fix llvm-gcc buildMåns Rullgård2010-08-02
* VP8: move zeroing of luma DC block into the WHTJason Garrett-Glaser2010-08-02
* only store intra prediction modes on the boundary for keyframes, not as a plane.Pascal Massimino2010-08-02
* Change a doxy comment to a normal one.Benoit Fouet2010-08-02
* Fix doxygen comments.Benoit Fouet2010-08-02
* VP8: simplify token_prob handlingJason Garrett-Glaser2010-08-02
* prevent access to vp8_coeff_band[16]Pascal Massimino2010-08-01
* Use word-writing instead of dword-writing (with two cached but otherwiseRonald S. Bultje2010-07-31
* dca: fix dynrange coefficient in xchNick Brereton2010-07-31
* cosmetics: rename output_* to write_*Justin Ruggles2010-07-31
* Simplify verbatim mode fallback by checking the frame size before writing.Justin Ruggles2010-07-31
* Change max_framesize for small final frame.Justin Ruggles2010-07-31
* Calculate an exact frame size before writing. Now the buffer size requirementsJustin Ruggles2010-07-31
* cosmetics: rename find_subblock_rice_params() to find_subframe_rice_params()Justin Ruggles2010-07-31
* Reduce number of input parameters to find_subblock_rice_params().Justin Ruggles2010-07-31
* 10l: fix bit count for frame headerJustin Ruggles2010-07-31
* Simplify fallback to verbatim mode encoding.Justin Ruggles2010-07-31
* cosmetics: line wrap and vertical alignmentJustin Ruggles2010-07-31
* Combine calc_rice_params_fixed() and calc_rice_params_lpc() into a singleJustin Ruggles2010-07-31
* Remove unneeded wrapper function.Justin Ruggles2010-07-31
* Remove duplicate code by adding a flag for encoding in verbatim mode.Justin Ruggles2010-07-31
* Use av_fill_image_pointers/linesizes in place of ff_fill_pointer/linesize,Stefano Sabatini2010-07-31
* Estimate frame size during encoding.Justin Ruggles2010-07-31
* Remove x86/mmx.h. It is not used anymore and has been deprecated for years.Vitor Sessak2010-07-31
* Fix compilation with --disable-yasm. 10l to me.Vitor Sessak2010-07-31
* Convert deinterlacing MMX code to YASMVitor Sessak2010-07-31