summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Vorbis specs requires blocksize_1 >= blocksize_0, error if it's false.Uoti Urpala2006-04-23
* Patch to generate the ac3 window, based on code by Justin Ruggles.Benjamin Larsson2006-04-22
* 10l in h264 vismb/vismv (broke on 2006-03-09)Loren Merritt2006-04-21
* dtsdec.c copies one input packet at a time to a (static) buffer of sizeUoti Urpala2006-04-20
* make "size" variable in avpicture_alloc signed, since avpicture_get_sizeReimar Döffinger2006-04-19
* gcc-2.95 compile fix, patch by Wolfram Gloger <wmglo A dent PIS med PIS uni-m...Wolfram Gloger2006-04-18
* typo in the gcc handmade regalloc triggerLuca Barbato2006-04-16
* Have EXTRALIBS appear after other link options, fixes shared build on Cygwin.Diego Biurrun2006-04-15
* Revert Windows "warning" message.Diego Biurrun2006-04-15
* Fix SIGSEGV in rv10-null-pointer-500k.rm.Wolfgang Scherer2006-04-15
* fix "concealing 0 DC, 0 AC, 0 MV errors" bugMichael Niedermayer2006-04-14
* ffv1 and ffvhuff havnt changed since a long time and noone proposed anyMichael Niedermayer2006-04-14
* AC3 encoding volume fix, by Justin Ruggles jruggle earthlink net.Benjamin Larsson2006-04-10
* Baptiste COUDURIER's padding patch (reworked by me a little bit).Luca Abeni2006-04-10
* signedness error caused broken decodingD Richard Felker III2006-04-09
* 100l to loren. at least this fixes the compile error, but the code is still b...D Richard Felker III2006-04-09
* Add missing external declaration for kmvc codecRoberto Togni2006-04-07
* KMVC (used in Worms games) decoder. Works fine with samples from MPHQKostya Shishkov2006-04-07
* hadamard8_diff* enabled on linux/ppcLuca Barbato2006-04-07
* s/SAMPLT_FMT_NONE/SAMPLE_FMT_NONE/Måns Rullgård2006-04-05
* gmc_mmx tweaksLoren Merritt2006-04-05
* Introduce swscale interface in libavcodecLuca Abeni2006-04-04
* mmx implementation of 3-point GMC. (5x faster than C)Loren Merritt2006-04-04
* 2x faster ff_mpeg4_set_direct_mvLoren Merritt2006-04-03
* AC3: support encoding fractional frame sizesJustin Ruggles2006-04-03
* remove mpegvideo.c img resample dependancyMichael Niedermayer2006-03-31
* get_xbits() optimizationMichael Niedermayer2006-03-31
* remove useless codeMichael Niedermayer2006-03-31
* simplify loop a littleMichael Niedermayer2006-03-31
* do UPDATE_CACHE only when needed (which should be VERY rare)Michael Niedermayer2006-03-31
* + (sign&1) -> -sign (1 instruction less)Michael Niedermayer2006-03-31
* avoid hard to predict branch (idea by arpi)Michael Niedermayer2006-03-31
* warn user about crappy OS patch by (Steve Lhomme <steve.lhomme@free.fr>)Steve L'Homme2006-03-31
* Proper typecast for vector boolLuca Barbato2006-03-31
* move enum PixelFormat from libavcodec to libavutilLuca Abeni2006-03-30
* reverting 1.31->1.33Michael Niedermayer2006-03-30
* dont forget table_size in the decode_frame return valueMichael Niedermayer2006-03-30
* - Add new file internal.h for common internal-use-only functions.Corey Hickey2006-03-30
* fix gcc 2.95 compilationMichael Niedermayer2006-03-29
* Cast cruft in order to support Apple gccLuca Barbato2006-03-29
* Ignore apiexample and test programs.Diego Biurrun2006-03-29
* EXTRALIBS already contains -lm, no need to add it explicitly.Diego Biurrun2006-03-29
* avoid if(i>=63) check at the end of decode_block()Michael Niedermayer2006-03-29
* avoid i++ in decode_block()Michael Niedermayer2006-03-29
* minor optimization of decode_block()Michael Niedermayer2006-03-29
* optimizations by arpiMichael Niedermayer2006-03-29
* NuppelVideo/MythTVVideo support, including rtjpeg decoderReimar Döffinger2006-03-27
* altivec support for snowLuca Barbato2006-03-27
* altivec support for snowLuca Barbato2006-03-27
* Use a more descriptive error message.Benjamin Larsson2006-03-26