10636 Commits (702d0a9e85912961d66c62bc2e019ba3290ce78d)

Author SHA1 Message Date
Jason Garrett-Glaser 2d0cacded7 Boolify options passed to x264. 15 years ago
Erik Slagter 25a42948c6 Add MBtree support for libx264 15 years ago
Andreas Öman f658631419 aac: Set sample rate in avctx from ADTS header (if not already set by some 15 years ago
Michael Niedermayer e262365d7c Reduce warnings about too few consumed bytes to debug level. 15 years ago
Reimar Döffinger 7f6458a700 Make sure that compilation fails if functions like ff_put_string are used in code 15 years ago
Michael Niedermayer 445a9deea6 Print error messages on errors. 15 years ago
Michael Niedermayer f78501b264 Fix apparent 10l typos introduced in r8627. 15 years ago
Carl Eugen Hoyos 08f1960588 Cosmetics: Fix indentation after r20751. 15 years ago
Jason Garrett-Glaser bfb5a8cec6 Simplified deblocking checks. 15 years ago
Jason Garrett-Glaser 50ba3fd713 Faster checks in reverse_dc_prediction. 15 years ago
Jason Garrett-Glaser c11cb37520 Check transform==15 first, since it's more common than 13. 15 years ago
Carl Eugen Hoyos 306a61b33e Revert r20747: It mixed functional and cosmetical changes. 15 years ago
Jason Garrett-Glaser 63c0b3d920 Various VP3 optimizations. 15 years ago
Loren Merritt a4605efdf5 slightly faster scalarproduct_and_madd_int16_ssse3 on penryn, no change on conroe 15 years ago
Loren Merritt 91e644ff77 r20739 broke compilation on systems without yasm 15 years ago
Loren Merritt b1159ad928 refactor and optimize scalarproduct 15 years ago
Carl Eugen Hoyos 6e4f40e1f4 Cosmetics: Reindent after r20679. 15 years ago
Carl Eugen Hoyos f50270c9c0 Cosmetics: Reindent after r20736. 15 years ago
Michael Niedermayer 442d7dd852 Make sure the parsers do not overwrite width/height as this can interfere 15 years ago
Stefano Sabatini 78149213cc Cosmetics: remove empty definitions of hw-accelerated PixFmtInfo 15 years ago
Loren Merritt d09f65c7ec 1-13% faster apply_filter, 1-3% faster ape decoding on core2 15 years ago
Kostya Shishkov 1e68cefe54 100l trocadero: call emms_c() after doing decoding with SIMD in APE decoder 15 years ago
Michael Niedermayer ccc4b91832 Make sure ff_init_qscale_tab() is called one way or another when 15 years ago
Michael Niedermayer 9015b095bc Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 specific. 15 years ago
Baptiste Coudurier bdcc13f2bf lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* though 15 years ago
Baptiste Coudurier f38e450746 use lzw compression in gif encoder 15 years ago
Loren Merritt b10fa1bb8b port ape dsp functions from sse2 to mmx 15 years ago
Loren Merritt 2ae87a6d5a avoid an unpredictable branch 15 years ago
Loren Merritt 36373cde20 inline to allow constant propagation 15 years ago
Philipp Matthias Hahn 38b5b47b23 Revert r20095: Allow compiling to vorbis again. 15 years ago
Baptiste Coudurier ab3faa8bf1 pass avctx as argument instead of width and height 15 years ago
Baptiste Coudurier af7436ae1d remove useless params 15 years ago
Baptiste Coudurier cc26bf0d06 remove useless params 15 years ago
Baptiste Coudurier e4e8632aaf move private context declaration at the top 15 years ago
Michael Niedermayer c267bb038e Fix 1 pass RC in snow. 15 years ago
Måns Rullgård c5d6cd5c81 ARM: 1l c&p fix: do not set pred16x16_plane for rv40 15 years ago
Måns Rullgård 702b5885a1 ARM: NEON optimised H264 16x16, 8x8 pred 15 years ago
Alex Converse 4fab662769 AAC: Add a global header but output not locked output configuration status. 15 years ago
Alex Converse 38610d92ff Set the SBR mode to implicit on ADTS frames occurring before the output is locked. 15 years ago
Mike Melanson 9d8bb0318a Small refactoring: Instead of 4 loops for decoding AC coefficients based 15 years ago
Mike Melanson 098523eb28 Use a list to track which fragments coded in this frame still have 15 years ago
Måns Rullgård 5dad039bf7 ARM: small tweak of NEON H264 IDCT 15 years ago
Måns Rullgård 1025d19dd7 ARM: NEON 2xN chroma MC 15 years ago
Måns Rullgård 04e7f6d2d0 ARM: NEON 16x16 and 8x8 avg qpel MC 15 years ago
Baptiste Coudurier 28f2db9670 fix typo, ALT_BITSTREAM_WRITER_LE does not exist 15 years ago
Michael Niedermayer 94f28061f5 Store original width/height so that rv20 does not get stuck with some 15 years ago
Michael Niedermayer e7e578b73c Make rv1/2 decoder use the next slice if needed. 15 years ago
Michael Niedermayer 63538a960e Support ASCII pnms. 15 years ago
Jai Menon de3553b078 pngdec.c : release allocated buffers. 15 years ago
Michael Niedermayer 483aad717e slif aka "SoftLab MPEG-2 I-frames Codec" support. 15 years ago