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