summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* add outcommented chunk of code to handle stuffing MBs at the end of slices (I...Michael Niedermayer2006-05-08
* vorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch by Denes Balatoni <dbala...Denes Balatoni2006-05-07
* make zero motion vector threshold user setableMichael Niedermayer2006-05-07
* Further simplify AMR build.Diego Biurrun2006-05-06
* reinit quant matrices if pps is overwritten by another of the same pps_id.Loren Merritt2006-05-05
* Ignore errors from recursive AMR cleans.Diego Biurrun2006-05-05
* Unconditionally clean AMR subdirs.Diego Biurrun2006-05-05
* Macosx fixLuca Barbato2006-05-02
* d10 decoding fixMichael Niedermayer2006-05-02
* clip_uint8 now return an uint8_t so no need to &0xFFAurelien Jacobs2006-05-01
* warn on interlaced streamsLoren Merritt2006-04-30
* don't force asserts in release builds. 2% faster h264.Loren Merritt2006-04-29
* memory leak.Loren Merritt2006-04-28
* use previous qscale for intra_dc_threshold checkMichael Niedermayer2006-04-28
* missmatch control for mpeg2 intra dequantization if bitexact=1Michael Niedermayer2006-04-28
* Revert bad ac3enc commit, the commited code was bigger and slower.Benjamin Larsson2006-04-28
* Remove unused and unsupported Cyrix's "Extended MMX",Zuxy Meng2006-04-28
* Enable AMR_NB decoder/encoder when either AMR_NB or AMR_NB_FIXED is defined.Diego Biurrun2006-04-27
* Fix amr_nb-fixed build.Diego Biurrun2006-04-27
* Disentangle dependencies between amr_nb and amr_nb-fixed: amr_nb-fixed doesDiego Biurrun2006-04-27
* cosmetics: Group all AMR variables together, add some newlines.Diego Biurrun2006-04-27
* Misplaced CLEANAMR.Diego Biurrun2006-04-27
* CLEANAMRWB --> CLEANAMR typoDiego Biurrun2006-04-27
* 13% faster inner_add_yblockLuca Barbato2006-04-25
* 40% faster decodeLuca Barbato2006-04-25
* 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