Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-24Update golomb decoding tables so that get_*_golomb_31() return someMichael Niedermayer
2008-12-24Add get_ue_golomb_31()Michael Niedermayer
2008-12-23indentMichael Niedermayer
2008-12-23Use the new VLC table for the first non trailing coeff too.Michael Niedermayer
2008-12-23Optimize esc removal code.Michael Niedermayer
2008-12-23352l: correct calculating number of bits for storing macroblock offset in RV3/4Kostya Shishkov
2008-12-23IndentMichael Niedermayer
2008-12-23unified CAVLC level decoding LUT.Michael Niedermayer
2008-12-23Make h264 parser 50% faster.Michael Niedermayer
2008-12-23100l, I broke H.264 again, forgot one hunk.Michael Niedermayer
2008-12-23Optimize 0 0 0-3 search, 45% faster on pentium dual.Michael Niedermayer
2008-12-23Revert r16257:Andreas Öman
2008-12-22Simplify decode_cabac_mb_ref() a little bit, 2 cpu cycles faster onMichael Niedermayer
2008-12-22IndentMichael Niedermayer
2008-12-22inline decode_cabac_mb_type for I & P frames, 9 cycles faster on pentium dual.Michael Niedermayer
2008-12-22Negate 2 more variables, 1 cpu cycle faster on pentium dual.Michael Niedermayer
2008-12-22Simplify if/else, no speed changeMichael Niedermayer
2008-12-22Negate a few variables, this simplifies the code and makes it 5 cycles fasterMichael Niedermayer
2008-12-22Simplify ifs(), 8 cpu cycles faster on pentium dualMichael Niedermayer
2008-12-22Simplify if(), 3 cpu cycles faster in pentium dual.Michael Niedermayer
2008-12-22Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun
2008-12-22Decode TIFF image only after all tags have been decodedKostya Shishkov
2008-12-22Some TIFFs declare -1 for the single strip heightKostya Shishkov
2008-12-22Add monochrome TIFF supportKostya Shishkov
2008-12-22Calculate line size variable correctly for lower bitdepths and use it for raw...Kostya Shishkov
2008-12-22Register TIFF tags for CCITT Group 3 and 4 compression optionsKostya Shishkov
2008-12-22Remove a bunch of unused variables.Diego Biurrun
2008-12-22Use ARCH_X86_32 instead of !ARCH_X86_64, it is more straightforward.Diego Biurrun
2008-12-22Fix incorrectly constructed Dirac parse units that caused A/V sync loss.Anuradha Suraparaju
2008-12-22Do not use full include path for headers in the same directory.Diego Biurrun
2008-12-22Change mpeg audio parser so it only sets frame_size, channels and bit_rateMichael Niedermayer
2008-12-22Include "libavutil/common.h" where we use llrint() in case ffmpeg'sAndreas Öman
2008-12-22Fix PTS returned by the demuxers for mpeg4 without a decoder.Michael Niedermayer
2008-12-22Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header().Michael Niedermayer
2008-12-21Remove useless code.Michael Niedermayer
2008-12-21Only execute clear_blocks() when needed.Michael Niedermayer
2008-12-21AAC: Reindent after last commitRobert Swain
2008-12-21AAC: Fix AAC prediction when used in conjunction with the CPEAlex Converse
2008-12-21AAC: Don't write an illegal sampling_index in a PCE to the MPEG4AudioConfigAlex Converse
2008-12-21Optimize get_dct8x8_allowed().Michael Niedermayer
2008-12-20RV30 decoderKostya Shishkov
2008-12-20RV30 loop filterKostya Shishkov
2008-12-20Cosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp: silence handling'Reynaldo H. Verdejo Pinochet
2008-12-20Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functionsStefano Sabatini
2008-12-20Remove calls to deprecated av_set_string2() with calls toStefano Sabatini
2008-12-19H.264 loopfilter speed tweaksJason Garrett-Glaser
2008-12-19Port x264 deblocking code to libavcodec.Jason Garrett-Glaser
2008-12-19Document new idct requirements.Michael Niedermayer
2008-12-19Fix decoding with the plain C idcts ofMichael Niedermayer
2008-12-19a table for upcoming RV30 loop filteringKostya Shishkov