summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Simplify preprocessor directives.Diego Biurrun2007-08-22
* make clean bfinMarc Hoffman2007-08-22
* Identifiers starting with underscores are reserved.Diego Biurrun2007-08-22
* parsers and bsfs declarations are not meant to be part of public APIAurelien Jacobs2007-08-21
* Change rounding of the horizontal DWT to match the vertical one.Michael Niedermayer2007-08-21
* asv1.c directly uses Put/GetBitContext, so it should include bitstream.hAurelien Jacobs2007-08-21
* remove code which become unused by the previous changesMichael Niedermayer2007-08-21
* Simplify and optimize the 4th vertical lifting step of the SSE2 code (untested)Michael Niedermayer2007-08-21
* Simplify and optimize the 4th vertical lifting step of the MMX codeMichael Niedermayer2007-08-21
* Simplify and speedup code, reduce needed headroom by 2 bits in the 3rdMichael Niedermayer2007-08-20
* simplify, speedup and reduce needed headroom by 2 bits in the 3rdMichael Niedermayer2007-08-20
* replace <<1 by add for SSE2 (untested)Michael Niedermayer2007-08-20
* replace <<1 by addMichael Niedermayer2007-08-20
* slightly change horizontal lift3 so it needs 1 bit less headroomMichael Niedermayer2007-08-20
* remove idiotc double subtraction from the sse2 code (untested, no sse2 here)Michael Niedermayer2007-08-20
* fixme noteMichael Niedermayer2007-08-20
* and of course the unneeded double subtractions were blindly put in theMichael Niedermayer2007-08-20
* more stupid double subtractionsMichael Niedermayer2007-08-20
* get rid of idiotc double subtractionMichael Niedermayer2007-08-20
* Cosmetics, indentation.Benjamin Larsson2007-08-19
* Trellis quantization support for adpcm_swf.Benjamin Larsson2007-08-19
* Use defines instead of raw hex numbers to specify CRC polynomialsReimar Döffinger2007-08-19
* CONFIG_7REGS -> HAVE_7REGSRamiro Polla2007-08-15
* Make the Golomb decoder work for DiracMarco Gerards2007-08-15
* Statements like a = b = c = d = e; store from right-to-left, so ifAlexander Strange2007-08-14
* Introduce AVERROR_PATCHWELCOMERamiro Polla2007-08-13
* Move msmpeg4 tables from a header file to msmpegdata.c.Diego Biurrun2007-08-13
* Add attribute that forces alignment of stack to functions that need it.Ramiro Polla2007-08-13
* special handling for vp3 idct, use the c referenceMarc Hoffman2007-08-13
* use bytestream_get_le*() this also fixes a big endian bugMichael Niedermayer2007-08-13
* Support for WavPack version 0x410 (false stereo chunks)David Bryant2007-08-13
* Rename flag for consistency with the next commitKostya Shishkov2007-08-13
* Add av_get_bits_per_sample_format()David Conrad2007-08-13
* fix type 3 aka skipped blocks for old versionMichael Niedermayer2007-08-13
* fix motion vectors for old versionMichael Niedermayer2007-08-13
* set pix_fmt properly depending on versionMichael Niedermayer2007-08-13
* use version instead of some random 32bit value to switch between 16 andMichael Niedermayer2007-08-13
* replace vlc_type by version and set that from codec_tag which contains theMichael Niedermayer2007-08-13
* support ifr2 from Toy-Story2_better-image-quality.4xaMichael Niedermayer2007-08-12
* use shorter types vec_"type" instead of the too long vector "type"Guillaume Poirier2007-08-12
* add second vlc tableMichael Niedermayer2007-08-12
* Don't check the return value of decode_cabac_residual since it alwaysAlexander Strange2007-08-12
* more usage of av_clip()Aurelien Jacobs2007-08-11
* one more simplificationAurelien Jacobs2007-08-11
* various simplifications around recent av_clip_int16() usageAurelien Jacobs2007-08-11
* fix decoding of samples.mplayerhq.hu/game-formats/idroq/demoEnd.roqMichael Niedermayer2007-08-11
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-11
* ensure that default_get_buffer() doesnt reuse images if the dimension orMichael Niedermayer2007-08-10
* dnxhd 120 interlaced supportBaptiste Coudurier2007-08-10
* * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik2007-08-09