16998 Commits (1d7985072c5dfc997652e3336c34ace53ab9bb15)
 

Author SHA1 Message Date
Michael Niedermayer e08715d391 Optimize 0 0 0-3 search, 45% faster on pentium dual. 16 years ago
Víctor Paesa f496ab12e4 The diffutils package is also needed (for the 'cmp' command). 16 years ago
Andreas Öman 11c23b64ac Revert r16257: 16 years ago
Carl Eugen Hoyos 9f2ace74ef Fix two identical warnings when compiling riff.c and nuv.c with icc: 16 years ago
Carl Eugen Hoyos 1c53290b67 Fix a warning when compiling with icc: 16 years ago
Michael Niedermayer ec3686e889 Simplify decode_cabac_mb_ref() a little bit, 2 cpu cycles faster on 16 years ago
Michael Niedermayer 26695973c7 Indent 16 years ago
Michael Niedermayer b68a455313 inline decode_cabac_mb_type for I & P frames, 9 cycles faster on pentium dual. 16 years ago
Michael Niedermayer 1952ac3713 Negate 2 more variables, 1 cpu cycle faster on pentium dual. 16 years ago
Michael Niedermayer 03a035e059 Simplify if/else, no speed change 16 years ago
Michael Niedermayer 6f3c50f2f9 Negate a few variables, this simplifies the code and makes it 5 cycles faster 16 years ago
Michael Niedermayer 60c6ba7aea Simplify ifs(), 8 cpu cycles faster on pentium dual 16 years ago
Michael Niedermayer 127a20e3b8 Simplify if(), 3 cpu cycles faster in pentium dual. 16 years ago
Aurelien Jacobs 9daa4ceaa3 Initialize s->opaque before calling url_resetbuf(). 16 years ago
Diego Biurrun a6493a8fbd Rename libavcodec/i386/ --> libavcodec/x86/. 16 years ago
Wolfram Gloger 50e3477f0f Offer an option (disabled by default) to enable the copy of the frames before 16 years ago
Kostya Shishkov 108c96d5e7 Decode TIFF image only after all tags have been decoded 16 years ago
Kostya Shishkov 8eedffde31 Some TIFFs declare -1 for the single strip height 16 years ago
Kostya Shishkov 89b4ec5c33 Add monochrome TIFF support 16 years ago
Kostya Shishkov 4386ed6922 Calculate line size variable correctly for lower bitdepths and use it for raw data copying 16 years ago
Kostya Shishkov 4a2f51de34 Register TIFF tags for CCITT Group 3 and 4 compression options 16 years ago
Diego Biurrun bef05f05e4 Remove a bunch of unused variables. 16 years ago
Diego Biurrun ebb160a0b0 Use ARCH_X86_32 instead of !ARCH_X86_64, it is more straightforward. 16 years ago
Anuradha Suraparaju 64bfc5845b Fix incorrectly constructed Dirac parse units that caused A/V sync loss. 16 years ago
Diego Biurrun c4ff7c53e0 Do not use full include path for headers in the same directory. 16 years ago
Michael Niedermayer c96bd21227 Change mpeg audio parser so it only sets frame_size, channels and bit_rate 16 years ago
Carl Eugen Hoyos af4c0bcb6e Silence the following icc warnings: 16 years ago
Andreas Öman 1af34f094e Include "libavutil/common.h" where we use llrint() in case ffmpeg's 16 years ago
Michael Niedermayer ed4c638a07 Fix PTS returned by the demuxers for mpeg4 without a decoder. 16 years ago
Michael Niedermayer c62da7972b Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header(). 16 years ago
Michael Niedermayer 2f3d7ea974 Fix detection of audio codec in K70707-ARIA229.flv. 16 years ago
Michael Niedermayer befc8fe086 Remove useless code. 16 years ago
Michael Niedermayer c212fb0cb1 Only execute clear_blocks() when needed. 16 years ago
Robert Swain 897c1703d0 AAC: Reindent after last commit 16 years ago
Alex Converse aab5413323 AAC: Fix AAC prediction when used in conjunction with the CPE 16 years ago
Alex Converse 99665a21f4 AAC: Don't write an illegal sampling_index in a PCE to the MPEG4AudioConfig 16 years ago
Michael Niedermayer 66c07ca96f Optimize get_dct8x8_allowed(). 16 years ago
Kostya Shishkov 6beb8b2612 RV30 decoder 16 years ago
Carl Eugen Hoyos 52476c1bee Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks. 16 years ago
Kostya Shishkov 541e8f3bec RV30 loop filter 16 years ago
Reynaldo H. Verdejo Pinochet 3f16ed15df Cosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp: silence handling' 16 years ago
Stefano Sabatini 64e74b68a4 Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functions 16 years ago
Stefano Sabatini 5c548937e0 Cosmetics, change variable name "o2" to "o" in ffserver_opt_default(). 16 years ago
Stefano Sabatini f16dd7e65a Remove calls to deprecated av_set_string2() with calls to 16 years ago
Jason Garrett-Glaser aac8b76983 H.264 loopfilter speed tweaks 16 years ago
Jason Garrett-Glaser a22eff36f9 Port x264 deblocking code to libavcodec. 16 years ago
Diego Biurrun b9263c945f Remove pointless malloc.h #include. 16 years ago
Diego Biurrun bbea3555ec Remove pointless malloc.h #include. 16 years ago
Michael Niedermayer 6a1846eb4a Document new idct requirements. 16 years ago
Michael Niedermayer a5805aa9d1 Fix decoding with the plain C idcts of 16 years ago