Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-08-20Cosmetics, indentation.Benjamin Larsson
2007-08-20Trellis quantization support for adpcm_swf.Benjamin Larsson
2007-08-19Use defines instead of raw hex numbers to specify CRC polynomialsReimar Döffinger
2007-08-16CONFIG_7REGS -> HAVE_7REGSRamiro Polla
2007-08-15Make the Golomb decoder work for DiracMarco Gerards
2007-08-15Statements like a = b = c = d = e; store from right-to-left, so ifAlexander Strange
2007-08-14Introduce AVERROR_PATCHWELCOMERamiro Polla
2007-08-13Move msmpeg4 tables from a header file to msmpegdata.c.Diego Biurrun
2007-08-13Add attribute that forces alignment of stack to functions that need it.Ramiro Polla
2007-08-13special handling for vp3 idct, use the c referenceMarc Hoffman
2007-08-13use bytestream_get_le*() this also fixes a big endian bugMichael Niedermayer
2007-08-13Support for WavPack version 0x410 (false stereo chunks)David Bryant
2007-08-13Rename flag for consistency with the next commitKostya Shishkov
2007-08-13Add av_get_bits_per_sample_format()David Conrad
2007-08-13fix type 3 aka skipped blocks for old versionMichael Niedermayer
2007-08-13fix motion vectors for old versionMichael Niedermayer
2007-08-13set pix_fmt properly depending on versionMichael Niedermayer
2007-08-13use version instead of some random 32bit value to switch between 16 andMichael Niedermayer
2007-08-13replace vlc_type by version and set that from codec_tag which contains theMichael Niedermayer
2007-08-12support ifr2 from Toy-Story2_better-image-quality.4xaMichael Niedermayer
2007-08-12use shorter types vec_"type" instead of the too long vector "type"Guillaume Poirier
2007-08-12add second vlc tableMichael Niedermayer
2007-08-12Don't check the return value of decode_cabac_residual since it alwaysAlexander Strange
2007-08-12more usage of av_clip()Aurelien Jacobs
2007-08-12one more simplificationAurelien Jacobs
2007-08-12various simplifications around recent av_clip_int16() usageAurelien Jacobs
2007-08-12fix decoding of samples.mplayerhq.hu/game-formats/idroq/demoEnd.roqMichael Niedermayer
2007-08-12use av_clip_int16() where it makes senseAurelien Jacobs
2007-08-10ensure that default_get_buffer() doesnt reuse images if the dimension orMichael Niedermayer
2007-08-10dnxhd 120 interlaced supportBaptiste Coudurier
2007-08-09 * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik
2007-08-09use skip_bits where appropriateAlex Beregszaszi
2007-08-09use skip_bits where appropriateAlex Beregszaszi
2007-08-09fix compilation with TRACE enabledAlex Beregszaszi
2007-08-09cosmetics: vertical alignmentJustin Ruggles
2007-08-09comments modification: add, clean up, Doxygenize, and rewordJustin Ruggles
2007-08-09use reget_buffer and remove internal copying of buffer - codec works againAlex Beregszaszi
2007-08-09use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi
2007-08-09 * getting rid of code duplicationRoman Shaposhnik
2007-08-09use get_unary from bitstream.hAlex Beregszaszi
2007-08-09use get_unary from bitstream.hAlex Beregszaszi
2007-08-09copy get_unary from vc1Alex Beregszaszi
2007-08-09debug: tell how much bits are skipped with unknown nal codeAlex Beregszaszi
2007-08-08kill warningCarl Eugen Hoyos
2007-08-07More indentationVitor Sessak
2007-08-07Cosmetics: indentationVitor Sessak
2007-08-07Rename functionVitor Sessak
2007-08-07enable the native AC-3 decoderJustin Ruggles
2007-08-07make output buffer larger so drift compensation can workMichael Niedermayer
2007-08-06Don't encode the first sample twice.Benjamin Larsson