summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* * Allocating 16 bytes more for the MEMALIGN_HACK is enough. There's noHerve W2006-06-30
* Disable w53 and w97 cmp methods when snow encoder is disabledDiego Pettenò2006-06-30
* anothe useless sizeof(char)Reynaldo H. Verdejo Pinochet2006-06-30
* Slightly reworked MC code, it gives better picture.Kostya Shishkov2006-06-30
* typoKostya Shishkov2006-06-30
* spelling fixes courtesy of "Hervé W." H.O.W.aka.V+ffmpeg (at) gmail (dot) comDiego Biurrun2006-06-30
* Fix initialization of vc1_decoder (the same as wmv3_decoder).Reimar Döffinger2006-06-29
* Some optimization and fixes - mostly reworked MC and bitplanes.Kostya Shishkov2006-06-29
* This should make P-frames decoding work on x86 (by avoiding get_bits(0))Kostya Shishkov2006-06-29
* flacenc - rice param search patch by (Justin Ruggles jruggle earthlink netJustin Ruggles2006-06-27
* Added loop filtering as ersatz for overlap filter (improves picture quality f...Kostya Shishkov2006-06-27
* VC1 Intra blocks in P-frames use different zigzag table than I-frames.Kostya Shishkov2006-06-27
* Do not read full byte when less than 8 bits are still to be read.Reimar Döffinger2006-06-27
* Ignore overrun in spectral RLE decoding, fixesReimar Döffinger2006-06-27
* VC-1 decoder with I-frames support and partial P-frames decodingKostya Shishkov2006-06-27
* Rename VC9 to VC1 as there is no such thing as VC9Kostya Shishkov2006-06-27
* stereo decorrelation support by (Justin Ruggles jruggle earthlink net>)Michael Niedermayer2006-06-26
* 10lMichael Niedermayer2006-06-25
* cleanup patch from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato2006-06-25
* minor cleanupLuca Barbato2006-06-24
* simplify & optimize things a littleMichael Niedermayer2006-06-24
* first rudimentary version of (Justin Ruggles jruggle earthlink net) flac enc...Michael Niedermayer2006-06-24
* CODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink netJustin Ruggles2006-06-24
* fix 24bit flac support, revised from Thibaut Mattern <thibaut.mattern@gmail.com>Luca Barbato2006-06-21
* Make gcc-3 happy again, thanks to Olivier Castan <castan.o@free.fr> for point...Luca Barbato2006-06-20
* Remove unused FFMPEG_VERSION_INT.Diego Biurrun2006-06-20
* Use Subversion revision for FFMPEG_VERSION.Diego Biurrun2006-06-20
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
* Cosmetics: should not hurt performance, scream if areLuca Barbato2006-06-17
* Rename version from CVS to the more sensible HEAD.Diego Biurrun2006-06-17
* The AAC frame header uses 13 bits for the frame size, so the buffer shouldMåns Rullgård2006-06-16
* 10l to whoever wrote thisMichael Niedermayer2006-06-15
* MIPS doesn't like unaligned accessesMåns Rullgård2006-06-12
* h264: accept rbsp_trailing longer than 1 byteLoren Merritt2006-06-12
* use ifeq(...,yes) instead of ifdefMåns Rullgård2006-06-09
* fix closed gop flagBaptiste Coudurier2006-06-09
* support doing motion estimation and compensation without any residual transfo...Michael Niedermayer2006-06-04
* put_pixels16_l2_altivec and avg_pixels16_l2_altivecLuca Barbato2006-06-03
* ADPCM: trellis quantizationLoren Merritt2006-06-03
* Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1Corey Hickey2006-06-03
* adpcm_ima & adpcm_yamaha: improved quantizationLoren Merritt2006-06-03
* Fixed a possible bug, checked against the assembly.Benjamin Larsson2006-06-02
* remove redundant make variable SUBDIRMåns Rullgård2006-06-01
* libavcodec/libpostproc ---> libpostprocDiego Biurrun2006-06-01
* Flash Screen Video decoder (fourcc:FSV1)Benjamin Larsson2006-06-01
* Palette support for newer KMVCKostya Shishkov2006-05-31
* Snow: don't try to encode lossless with 9/7 wavelet, because it isn't lossless.Loren Merritt2006-05-30
* Snow: cosmeticsLoren Merritt2006-05-30
* Snow: scale predicted mv based on which reference frame the neighbors used.Loren Merritt2006-05-30
* Snow: cosmeticsLoren Merritt2006-05-30