log

age author description
2009-12-09 lorenm revert r20775, because equivalent code has been committed to x264 instead libavcodec
2009-12-09 darkshikari Minor version bump for mbtree addition. libavcodec
2009-12-08 lorenm fix a crash in ape decoding on x86_32 sse2 libavcodec
2009-12-08 darkshikari Boolify options passed to x264. libavcodec
2009-12-08 darkshikari Add MBtree support for libx264 libavcodec
2009-12-08 andoma aac: Set sample rate in avctx from ADTS header (if not already set by some libavcodec
2009-12-08 michael Reduce warnings about too few consumed bytes to debug level. libavcodec
2009-12-07 reimar Make sure that compilation fails if functions like ff_put_string are used in code libavcodec
2009-12-07 michael Print error messages on errors. libavcodec
2009-12-06 michael Fix apparent 10l typos introduced in r8627. libavcodec
2009-12-06 cehoyos Cosmetics: Fix indentation after r20751. libavcodec
2009-12-06 cehoyos Simplified deblocking checks. libavcodec
2009-12-06 cehoyos Faster checks in reverse_dc_prediction. libavcodec
2009-12-06 cehoyos Check transform==15 first, since it's more common than 13. libavcodec
2009-12-06 cehoyos Revert r20747: It mixed functional and cosmetical changes. libavcodec
2009-12-06 darkshikari Various VP3 optimizations. libavcodec
2009-12-05 lorenm slightly faster scalarproduct_and_madd_int16_ssse3 on penryn, no change on conroe libavcodec
2009-12-05 lorenm r20739 broke compilation on systems without yasm libavcodec
2009-12-05 lorenm refactor and optimize scalarproduct libavcodec
2009-12-05 cehoyos Cosmetics: Reindent after r20679. libavcodec
2009-12-05 cehoyos Cosmetics: Reindent after r20736. libavcodec
2009-12-05 michael Make sure the parsers do not overwrite width/height as this can interfere libavcodec
2009-12-04 stefano Cosmetics: remove empty definitions of hw-accelerated PixFmtInfo libavcodec
2009-12-04 lorenm 1-13% faster apply_filter, 1-3% faster ape decoding on core2 libavcodec
2009-12-04 kostya 100l trocadero: call emms_c() after doing decoding with SIMD in APE decoder libavcodec
2009-12-03 michael Make sure ff_init_qscale_tab() is called one way or another when libavcodec
2009-12-03 michael Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 specific. libavcodec
2009-12-03 bcoudurier lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* though libavcodec
2009-12-03 bcoudurier use lzw compression in gif encoder libavcodec
2009-12-03 lorenm port ape dsp functions from sse2 to mmx libavcodec
2009-12-03 lorenm avoid an unpredictable branch libavcodec
2009-12-03 lorenm inline to allow constant propagation libavcodec
2009-12-02 cehoyos Revert r20095: Allow compiling to vorbis again. libavcodec
2009-12-02 bcoudurier pass avctx as argument instead of width and height libavcodec
2009-12-02 bcoudurier remove useless params libavcodec
2009-12-02 bcoudurier remove useless params libavcodec
2009-12-02 bcoudurier move private context declaration at the top libavcodec
2009-12-02 michael Fix 1 pass RC in snow. libavcodec
2009-12-02 mru ARM: 1l c&p fix: do not set pred16x16_plane for rv40 libavcodec
2009-12-02 mru ARM: NEON optimised H264 16x16, 8x8 pred libavcodec
2009-12-02 alexc AAC: Add a global header but output not locked output configuration status. libavcodec
2009-12-02 alexc Set the SBR mode to implicit on ADTS frames occurring before the output is locked. libavcodec
2009-12-02 melanson Small refactoring: Instead of 4 loops for decoding AC coefficients based libavcodec
2009-12-02 melanson Use a list to track which fragments coded in this frame still have libavcodec
2009-12-02 mru ARM: small tweak of NEON H264 IDCT libavcodec
2009-12-02 mru ARM: NEON 2xN chroma MC libavcodec
2009-12-02 mru ARM: NEON 16x16 and 8x8 avg qpel MC libavcodec
2009-12-01 bcoudurier fix typo, ALT_BITSTREAM_WRITER_LE does not exist libavcodec
2009-12-01 michael Store original width/height so that rv20 does not get stuck with some libavcodec
2009-12-01 michael Make rv1/2 decoder use the next slice if needed. libavcodec
2009-12-01 michael Support ASCII pnms. libavcodec
2009-12-01 jai_menon pngdec.c : release allocated buffers. libavcodec
2009-12-01 michael slif aka "SoftLab MPEG-2 I-frames Codec" support. libavcodec
2009-12-01 michael 4:2:2 4:4:4 bugfix for the error concealment code. libavcodec
2009-11-30 stefano Rename parameters of put_sbits() to make them consistent with those of libavcodec
2009-11-30 michael Move "slice below image" check from mpeg_decode_slice to its caller. libavcodec
2009-11-30 michael Move dummy picture allocation code from mpeg1/2 to mpegvideo. libavcodec
2009-11-30 michael Disable error resilience for field pictures, this was never supported, libavcodec
2009-11-30 michael Set mb_y in mpeg2 field pictures like h264 does. libavcodec
2009-11-30 michael Make ""MPEG motion vector out of boundary" message more verbose. libavcodec