summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* ffv1: add slicecrc optionMichael Niedermayer2012-04-30
* EC: fix dest index for non 420 chroma.Michael Niedermayer2012-04-30
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-29
|\
| * 4xm: fix invalid array indexingMans Rullgard2012-04-29
| * rv34dsp: factorize a multiplication in the noround inverse transformChristophe GISQUET2012-04-28
| * rv40: perform bitwise checks in loop filterChristophe Gisquet2012-04-28
| * rv34: remove inline keyword from rv34_decode_block().Ronald S. Bultje2012-04-28
| * rv40: change a logical test into a bitwise one.Christophe Gisquet2012-04-28
| * rv34: remove constant parameterChristophe Gisquet2012-04-28
| * rv40: don't always do the full prev_type searchChristophe Gisquet2012-04-28
| * dsputil x86: revert a test back to its previous valueChristophe GISQUET2012-04-28
| * rv34dsp x86: implement MMX2 inverse transformChristophe Gisquet2012-04-28
* | Simplify camstudio decoding and fix odd 16bit decoding.Carl Eugen Hoyos2012-04-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-28
|\|
| * h264: new assembly version of get_cabac for x86_64 with PICRoland Scheidegger2012-04-28
| * h264: use one table instead of several for cabac functionsRoland Scheidegger2012-04-28
| * h264: (trivial) remove unneeded macro argument in x86/cabac.hRoland Scheidegger2012-04-28
| * libschroedingerdec: check mallocJordi Ortiz2012-04-28
* | lavc: minor bump for the new fields in AVFrame.Nicolas George2012-04-28
* | lavc: add a sample_rate field to AVFrame.Nicolas George2012-04-28
* | lavc: add a channel_layout field to AVFrame.Nicolas George2012-04-28
* | h264: new assembly version of get_cabac for x86_64 with PICRoland Scheidegger2012-04-28
* | h264: use one table instead of several for cabac functionsRoland Scheidegger2012-04-28
* | h264: (trivial) make ff_h264_lps_state staticRoland Scheidegger2012-04-28
* | h264: (trivial) remove unneeded macro argument in x86/cabac.hRoland Scheidegger2012-04-28
* | lavc: add MicroDVD decoder.Clément Bœsch2012-04-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-26
|\|
| * dsputil: fix invalid array indexingMans Rullgard2012-04-26
| * fft-test: add option to set cpuflag maskMans Rullgard2012-04-25
| * vp8: armv6: fix non-armv6t2 buildMans Rullgard2012-04-25
| * vp8: armv6 optimisationsMans Rullgard2012-04-25
| * vp8: arm: separate ARMv6 functions from NEONMans Rullgard2012-04-25
| * ARM: add some compatibility macrosMans Rullgard2012-04-25
* | ffv1: add examples of supported slices countsMichael Niedermayer2012-04-26
* | ffv1: remove clear_state(), it has become unusedMichael Niedermayer2012-04-25
* | ffv1: move clear_state() to clear_slice_state() in encoding threadsMichael Niedermayer2012-04-25
* | ffv1: indentMichael Niedermayer2012-04-25
* | ffv1: move init_slice_state() into the decoder threads.Michael Niedermayer2012-04-25
* | ffv1: Remove slice count field with 1.3 and just count slices.Michael Niedermayer2012-04-25
* | ffv1: store slice size with all slices in 1.3Michael Niedermayer2012-04-25
* | ffv1: add 1 status byte to slices in in case crcs are stored too.Michael Niedermayer2012-04-25
* | ffv1: Always store slice size when error reobustness is enabled.Michael Niedermayer2012-04-25
* | ffv1: include solution hint in the slice error messageMichael Niedermayer2012-04-25
* | ffv1: support vlc mode in 1.3Michael Niedermayer2012-04-24
* | ffv1: move the decoder side ac->vlc switch to decode_slice()Michael Niedermayer2012-04-24
* | ffv1: allow selecting 1.3 by using -levelMichael Niedermayer2012-04-24
* | ffv1: move ac->vlc switch to encode_slice()Michael Niedermayer2012-04-24
* | Add missing newline in shorten decoder.Carl Eugen Hoyos2012-04-24
* | mpc8: print error messages on maxband(s) errorsMichael Niedermayer2012-04-24
* | mpc8: make maxband check less picky.Michael Niedermayer2012-04-24