summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* use skip_bits where appropriateAlex Beregszaszi2007-08-09
* use skip_bits where appropriateAlex Beregszaszi2007-08-09
* fix compilation with TRACE enabledAlex Beregszaszi2007-08-09
* cosmetics: vertical alignmentJustin Ruggles2007-08-09
* comments modification: add, clean up, Doxygenize, and rewordJustin Ruggles2007-08-09
* use reget_buffer and remove internal copying of buffer - codec works againAlex Beregszaszi2007-08-09
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-09
* * getting rid of code duplicationRoman Shaposhnik2007-08-08
* use get_unary from bitstream.hAlex Beregszaszi2007-08-08
* use get_unary from bitstream.hAlex Beregszaszi2007-08-08
* copy get_unary from vc1Alex Beregszaszi2007-08-08
* debug: tell how much bits are skipped with unknown nal codeAlex Beregszaszi2007-08-08
* kill warningCarl Eugen Hoyos2007-08-08
* More indentationVitor Sessak2007-08-07
* Cosmetics: indentationVitor Sessak2007-08-07
* Rename functionVitor Sessak2007-08-07
* enable the native AC-3 decoderJustin Ruggles2007-08-07
* make output buffer larger so drift compensation can workMichael Niedermayer2007-08-06
* Don't encode the first sample twice.Benjamin Larsson2007-08-06
* cosmetic, indentationBaptiste Coudurier2007-08-06
* cosmetics: blank lines, remove some commentsJustin Ruggles2007-08-05
* add pointer to the parent context for use with av_log()Justin Ruggles2007-08-05
* use array for dynamic range scaling factorsJustin Ruggles2007-08-05
* make wmv1 and wmv2 playable with M$ DMO decoderMichael Niedermayer2007-08-05
* add dialogue normalizationJustin Ruggles2007-08-05
* fix decoding of adpcm swf big frames, fix RamboMJPEGAVP6_1Mbps.swfBaptiste Coudurier2007-08-05