summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Cosmetics: Fix indentation after r20751.Carl Eugen Hoyos2009-12-06
* Simplified deblocking checks.Jason Garrett-Glaser2009-12-06
* Faster checks in reverse_dc_prediction.Jason Garrett-Glaser2009-12-06
* Check transform==15 first, since it's more common than 13.Jason Garrett-Glaser2009-12-06
* Revert r20747: It mixed functional and cosmetical changes.Carl Eugen Hoyos2009-12-06
* Various VP3 optimizations.Jason Garrett-Glaser2009-12-06
* slightly faster scalarproduct_and_madd_int16_ssse3 on penryn, no change on co...Loren Merritt2009-12-05
* r20739 broke compilation on systems without yasmLoren Merritt2009-12-05
* refactor and optimize scalarproductLoren Merritt2009-12-05
* Cosmetics: Reindent after r20679.Carl Eugen Hoyos2009-12-05
* Cosmetics: Reindent after r20736.Carl Eugen Hoyos2009-12-05
* Make sure the parsers do not overwrite width/height as this can interfereMichael Niedermayer2009-12-05
* Cosmetics: remove empty definitions of hw-accelerated PixFmtInfoStefano Sabatini2009-12-04
* 1-13% faster apply_filter, 1-3% faster ape decoding on core2Loren Merritt2009-12-04
* 100l trocadero: call emms_c() after doing decoding with SIMD in APE decoderKostya Shishkov2009-12-04
* Make sure ff_init_qscale_tab() is called one way or another whenMichael Niedermayer2009-12-03
* Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 ...Michael Niedermayer2009-12-03
* lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* thoughBaptiste Coudurier2009-12-03
* use lzw compression in gif encoderBaptiste Coudurier2009-12-03
* port ape dsp functions from sse2 to mmxLoren Merritt2009-12-03
* avoid an unpredictable branchLoren Merritt2009-12-03
* inline to allow constant propagationLoren Merritt2009-12-03
* Revert r20095: Allow compiling to vorbis again.Philipp Matthias Hahn2009-12-02
* pass avctx as argument instead of width and heightBaptiste Coudurier2009-12-02
* remove useless paramsBaptiste Coudurier2009-12-02
* remove useless paramsBaptiste Coudurier2009-12-02
* move private context declaration at the topBaptiste Coudurier2009-12-02
* Fix 1 pass RC in snow.Michael Niedermayer2009-12-02
* ARM: 1l c&p fix: do not set pred16x16_plane for rv40Måns Rullgård2009-12-02
* ARM: NEON optimised H264 16x16, 8x8 predMåns Rullgård2009-12-02
* AAC: Add a global header but output not locked output configuration status.Alex Converse2009-12-02
* Set the SBR mode to implicit on ADTS frames occurring before the output is lo...Alex Converse2009-12-02
* Small refactoring: Instead of 4 loops for decoding AC coefficients basedMike Melanson2009-12-02
* Use a list to track which fragments coded in this frame still haveMike Melanson2009-12-02
* ARM: small tweak of NEON H264 IDCTMåns Rullgård2009-12-02
* ARM: NEON 2xN chroma MCMåns Rullgård2009-12-02
* ARM: NEON 16x16 and 8x8 avg qpel MCMåns Rullgård2009-12-02
* fix typo, ALT_BITSTREAM_WRITER_LE does not existBaptiste Coudurier2009-12-01
* Store original width/height so that rv20 does not get stuck with someMichael Niedermayer2009-12-01
* Make rv1/2 decoder use the next slice if needed.Michael Niedermayer2009-12-01
* Support ASCII pnms.Michael Niedermayer2009-12-01
* pngdec.c : release allocated buffers.Jai Menon2009-12-01
* slif aka "SoftLab MPEG-2 I-frames Codec" support.Michael Niedermayer2009-12-01
* 4:2:2 4:4:4 bugfix for the error concealment code.Michael Niedermayer2009-12-01
* Rename parameters of put_sbits() to make them consistent with those ofStefano Sabatini2009-11-30
* Move "slice below image" check from mpeg_decode_slice to its caller.Michael Niedermayer2009-11-30
* Move dummy picture allocation code from mpeg1/2 to mpegvideo.Michael Niedermayer2009-11-30
* Disable error resilience for field pictures, this was never supported,Michael Niedermayer2009-11-30
* Set mb_y in mpeg2 field pictures like h264 does.Michael Niedermayer2009-11-30
* Make ""MPEG motion vector out of boundary" message more verbose.Michael Niedermayer2009-11-30