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
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-22Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles
2011-01-15Second hunk from secrity fix from google.Frank Barchard
2011-01-15Check rangebits to avoid a possible crash.Frank Barchard
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-11-1210l: dx shouldn't exist.Alex Converse
2010-11-1210l: vorbisdec: declare dyAlex Converse
2010-11-12vorbisdec: Fix floor1 decodingGregory Maxwell
2010-10-27Fix crashes in vorbis decoding found by zzufJason Garrett-Glaser
2010-08-31vorbisdec: Use int instead of uint16_fast_t for index variablesDavid Conrad
2010-08-06vorbis_dec: Change partition_class[] to uint8_t.Alex Converse
2010-08-03vorbisdec: Return AVERROR(ENOMEM) on malloc() failure.Alex Converse
2010-08-03vorbisdec: Prevent a potential integer overflow.Alex Converse
2010-08-03vorbisdec: change a uint_fast32_t to 'unsigned', fix llvm-gcc buildMåns Rullgård
2010-07-02Fix use of unintialized variable introduced in r20411.Reimar Döffinger
2010-07-02vorbisdec: remove variable-length arraysMåns Rullgård
2010-06-27vorbisdec: Take channels into account when checking against residue overflowDavid Conrad
2010-06-27vorbisdec: Fix header parsing with no floor1 partitionsDavid Conrad
2010-06-27vorbisdec: Remove write-only variableDavid Conrad
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård
2010-01-29Add support for vorbis 6.1 and 7.1 channel configurations as per the new specRobert Swain
2009-12-18More sane error message when extradata has not been set.Michael Niedermayer
2009-10-29vorbis_dec: factor out duplicated code for index reading, bounds checking andReimar Döffinger
2009-10-03Reindent after channel layout commit from yesterdayRobert Swain
2009-10-02Add vorbis channel layout support according to those defined in the Vorbis IRobert Swain
2009-09-29whitespace cosmetics, prettyprinting, K&R coding styleDiego Biurrun
2009-09-29some more linebreak and brace placement cosmeticsDiego Biurrun
2009-09-29brace placement and linebreak cosmeticsDiego Biurrun
2009-09-23Fix format string to match the types printed.Reimar Döffinger
2009-09-23Check submap indexes.Google Chrome
2009-09-23Make error return sign consistent.Michael Niedermayer
2009-09-23Check begin/end/partition_size.Google Chrome
2009-09-23Check res_setup->books.Google Chrome
2009-09-23Check masterbook index and subclass book index.Google Chrome
2009-09-23Add checks for per-packet mode indexes and per-header mode mapping indexes.Google Chrome
2009-09-23Check classbook value.Google Chrome
2009-09-23Fix book_idx check.Google Chrome
2009-09-23Sanity checks for magnitude and angle.Google Chrome
2009-09-23= -> == typo.Google Chrome
2009-09-23Check dimensions against 0 too.Michael Niedermayer
2009-09-23Check validity of channels & samplerate.Michael Niedermayer
2009-09-20Merge FFTContext and MDCTContextMåns Rullgård
2009-07-08Make sure that values generated for ff_vorbis_len2vlc inReimar Döffinger
2009-05-20Use iMDCT output scaling to simplify ffvorbis and make it slightly faster.Siarhei Siamashka
2009-05-20Fix for a problem with inverted sign of output data from ffvorbis decoder.Siarhei Siamashka
2009-05-16Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka
2009-05-14Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine")Siarhei Siamashka
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini