summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* s/FFmpeg-devel/ffmpeg-devel/Benoit Fouet2008-12-26
* Fix compilation without optimization under 64-bit with x264 deblock asm enabled.Jason Garrett-Glaser2008-12-26
* ARM: add new h264 idct functionsMåns Rullgård2008-12-25
* Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct...Guillaume Poirier2008-12-25
* Change mplayerhq.hu references to ffmpeg.org where appropriate.Diego Biurrun2008-12-25
* Fix sample URL.Diego Biurrun2008-12-25
* The VC-1/WMV3 decoders depend on ENABLE_MSMPEG4_DECODER.avcoder2008-12-25
* flatten an array, since gcc fails at optimizing multidimensional arraysLoren Merritt2008-12-25
* export refsMichael Niedermayer2008-12-24
* Allow decoders to set AVCodecContext.refs.Michael Niedermayer2008-12-24
* Optimize pred_pskip_motion()Michael Niedermayer2008-12-24
* add amr in avi riff tagsBen Littler2008-12-24
* IndentMichael Niedermayer2008-12-23
* Integrate get_te0_golomb() calls into the code, this allows some checksMichael Niedermayer2008-12-23
* Use get_ue_golomb_31() where possible, almost all are just in headersMichael Niedermayer2008-12-23
* Update golomb decoding tables so that get_*_golomb_31() return someMichael Niedermayer2008-12-23
* Add get_ue_golomb_31()Michael Niedermayer2008-12-23
* Update again Cygwin Ports URL after my sloppy previous commit.Víctor Paesa2008-12-23
* indentMichael Niedermayer2008-12-23
* Use the new VLC table for the first non trailing coeff too.Michael Niedermayer2008-12-23
* Optimize esc removal code.Michael Niedermayer2008-12-23
* 352l: correct calculating number of bits for storing macroblock offset in RV3/4Kostya Shishkov2008-12-23
* IndentMichael Niedermayer2008-12-23
* unified CAVLC level decoding LUT.Michael Niedermayer2008-12-23
* Complete the list of external libraries.Víctor Paesa2008-12-23
* Advice on compiler versionsVíctor Paesa2008-12-23
* Update Cygwin Ports URL.Víctor Paesa2008-12-23
* Bring up to date the Cygwin docs.Víctor Paesa2008-12-23
* Make h264 parser 50% faster.Michael Niedermayer2008-12-23
* 100l, I broke H.264 again, forgot one hunk.Michael Niedermayer2008-12-23
* Optimize 0 0 0-3 search, 45% faster on pentium dual.Michael Niedermayer2008-12-23
* The diffutils package is also needed (for the 'cmp' command).Víctor Paesa2008-12-22
* Revert r16257:Andreas Öman2008-12-22
* Fix two identical warnings when compiling riff.c and nuv.c with icc:Carl Eugen Hoyos2008-12-22
* Fix a warning when compiling with icc:Carl Eugen Hoyos2008-12-22
* Simplify decode_cabac_mb_ref() a little bit, 2 cpu cycles faster onMichael Niedermayer2008-12-22
* IndentMichael Niedermayer2008-12-22
* inline decode_cabac_mb_type for I & P frames, 9 cycles faster on pentium dual.Michael Niedermayer2008-12-22
* Negate 2 more variables, 1 cpu cycle faster on pentium dual.Michael Niedermayer2008-12-22
* Simplify if/else, no speed changeMichael Niedermayer2008-12-22
* Negate a few variables, this simplifies the code and makes it 5 cycles fasterMichael Niedermayer2008-12-22
* Simplify ifs(), 8 cpu cycles faster on pentium dualMichael Niedermayer2008-12-22
* Simplify if(), 3 cpu cycles faster in pentium dual.Michael Niedermayer2008-12-22
* Initialize s->opaque before calling url_resetbuf().Aurelien Jacobs2008-12-22
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-22
* Offer an option (disabled by default) to enable the copy of the frames beforeWolfram Gloger2008-12-22
* Decode TIFF image only after all tags have been decodedKostya Shishkov2008-12-22
* Some TIFFs declare -1 for the single strip heightKostya Shishkov2008-12-22
* Add monochrome TIFF supportKostya Shishkov2008-12-22
* Calculate line size variable correctly for lower bitdepths and use it for raw...Kostya Shishkov2008-12-22