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
2008-12-11Avoid POSIX reserved _t suffix.Vitor Sessak
2008-12-11Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix.Vitor Sessak
2008-12-11move structure definitions in their own headerBaptiste Coudurier
2008-12-11cosmeticsBaptiste Coudurier
2008-12-11use dsp clear_blockBaptiste Coudurier
2008-12-11use dsp clear_blockBaptiste Coudurier
2008-12-11Fix compilation with only Theora decoder enabledDavid Conrad
2008-12-11Avoid the 'Claimed bitrate and buffer size mismatch' warning storm.Kenan Gillet
2008-12-11clear_block mmxLoren Merritt
2008-12-11fix progressive jpeg:Loren Merritt
2008-12-10AAC: move scratch array to context to ensure 16-byte alignmentMåns Rullgård
2008-12-09Remove useless inline qualifier, fixes linking with gcc 4.3.Alexis Ballier
2008-12-09AAC: Use a sign LUT rather than 1-2*get_bits1()Alex Converse
2008-12-09AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net speed gain.Alex Converse
2008-12-09AAC: Remove unnecessary fabsf()Alex Converse
2008-12-09Make av_log_missing_feature an internal function, and change its nameStefano Sabatini
2008-12-08cosmetics: alignment after last commitJustin Ruggles
2008-12-08ac3: detect dba errors and prevent writing past end of arrayJustin Ruggles
2008-12-07Do not attempt to decode RV30/40 B-frames without anchors.Kostya Shishkov
2008-12-07mlp: cosmetics: remove {}s over one-lined if.Ramiro Polla
2008-12-07mlp: support bit-depths greater than 16 by default.Ramiro Polla
2008-12-06ac3dec: simplify exponent bounds checkingJustin Ruggles
2008-12-06mlp: Fix compilation under CONFIG_AUDIO_NONSHORT.Mathieu Velten
2008-12-06ac3dec: add missing feature log message for block start infoJustin Ruggles
2008-12-06ac3dec: use skip_bits_long() for block start bitsJustin Ruggles
2008-12-06ac3dec: unroll inner loop in exponent decoding. 46% faster decode_exponents().Justin Ruggles
2008-12-06cosmetics: vertical alignmentJustin Ruggles
2008-12-06cosmetics: reindent after last commitJustin Ruggles
2008-12-06ac3dec: detect out-of-range exponentsJustin Ruggles
2008-12-06ARM: remove some useless commentsMåns Rullgård
2008-12-06Make decoding run of pixels in MS RLE saner.Kostya Shishkov
2008-12-06Print out some errors found during MS RLE decodingKostya Shishkov
2008-12-06AASC can contain raw data in addition to MS-RLEKostya Shishkov
2008-12-06Check that cpb_count is within the allowed range.Michael Niedermayer
2008-12-05Fix FF_OPT_TYPE_INT64 support of defaults.Michael Niedermayer
2008-12-05Fix an overflow in the predictor.Jai Menon
2008-12-04Silence some ICC warnings. Patch by Vitor Sessak.Vitor Sessak
2008-12-04Add expected const qualifier on 'buf' to match AVCodec.decode's declaration.Reynaldo H. Verdejo Pinochet
2008-12-04COSMETICS, add missing remarks crediting Ben and KenanReynaldo H. Verdejo Pinochet
2008-12-04Fraps version 3 seems to be the same as Fraps v5Kostya Shishkov
2008-12-04partial WRAW fourcc support, might need image flippingBaptiste Coudurier
2008-12-04silence gcc warning: ‘n_bands’ may be used uninitializedJustin Ruggles
2008-12-04ac3dec: use uint8_t for band sizesJustin Ruggles
2008-12-04Removes misleading const qualifier, gets rid of two compiler warningsReynaldo H. Verdejo Pinochet
2008-12-03ARM: convert VFP code to UAL syntaxMåns Rullgård
2008-12-03Implement complexity estimation parsing and try to detect an incorrectly setMichael Niedermayer
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-12-03ac3dec: skip decoding and use error concealment for remaining blocks inJustin Ruggles
2008-12-03mlp: initialize all CRC tables in a common function.Laurent Aimar
2008-12-02Trivial rephrasing, avoids too long lineReynaldo H. Verdejo Pinochet