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
2009-09-23AAC: minor simplification in PNS decodingMåns Rullgård
2009-09-23configure: fix tms470 flag mapping for soft-floatMåns Rullgård
2009-09-23Make error return sign consistent.Michael Niedermayer
2009-09-23Check begin/end/partition_size.Google Chrome
2009-09-23Fix >= vs > check of coded_fragment_list_index.Google Chrome
2009-09-23Remove unused variables, fixes the warnings:Diego Biurrun
2009-09-23Fix init_get_bits() buffer 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-23Set data_size to 0 to avoid having it uninitialized.Michael Niedermayer
2009-09-23Check data_size in decode_frame_mp3on4().Michael Niedermayer
2009-09-23check data_size in decode_frame()Michael Niedermayer
2009-09-23ARM: improve armcc detectionMåns Rullgård
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-23WMA: use DSPContext.butterflies_floatMåns Rullgård
2009-09-23Cosmetics: Fix typo.Carl Eugen Hoyos
2009-09-23Check num_units_in_tick/time_scale to be valid and within the range we support.Michael Niedermayer
2009-09-23Correctly print number of remaining bytes in oggparsevorbis instead of alwaysReimar Döffinger
2009-09-23Add support for new x264 API.Jason Garrett-Glaser
2009-09-23Check dimensions against 0 too.Michael Niedermayer
2009-09-23Check validity of channels & samplerate.Michael Niedermayer
2009-09-23Another micro-optimization for unpack_vlcs(): Eliminate a possibleMike Melanson
2009-09-23Check codec_id and codec_type in avcodec_open(), based on 43_codec_type_misma...Michael Niedermayer
2009-09-23Set compiler version string for supported non-gcc compilersMåns Rullgård
2009-09-23ARM: NEON optimised scalarproduct_floatMåns Rullgård
2009-09-22AAC: 10l: fix PNS decodingMåns Rullgård
2009-09-22Hook up the MD studio demuxer and Atrac1 decoder.Benjamin Larsson
2009-09-22Mention SDDS so search engines will pick it up for when someoneBenjamin Larsson
2009-09-22Use ff_sine_32 in atrac1.Benjamin Larsson
2009-09-22Perform the DC prediction reversal immediately after decoding all ofMike Melanson
2009-09-22Fix METEOR vs. BKTR typo, noticed by Steve O'Hara-Smith, steve sohara org.Diego Biurrun
2009-09-22Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro.Diego Biurrun
2009-09-22Place MP3 demuxer code under appropriate #ifdefs.Diego Biurrun
2009-09-22Improve compiler information code to print to the console on program startup.Diego Biurrun
2009-09-22Print compiler version and build date before configuration in console output.Diego Biurrun
2009-09-22Rearrange wav_muxer and {wav|w64}_demuxer blocks to be under proper #ifdefs.Diego Biurrun
2009-09-22The W64 demuxer depends on the WAV demuxer.Diego Biurrun
2009-09-22Move find_guid function and guid_data array to a globally available place.Diego Biurrun
2009-09-22AAC: Simplify some logic from r19956. (The escape codebook is unsigned.)Alex Converse
2009-09-22ARM: NEON optimisations for some dsputil functionsMåns Rullgård
2009-09-22AAC: use new dsputil functionsMåns Rullgård
2009-09-22Add some dsputil functions useful for AAC decoderMåns Rullgård
2009-09-22Add forgotten cleanup function in atrac1.Benjamin Larsson
2009-09-22Cosmetics, indentation.Benjamin Larsson
2009-09-22Cosmetics. Merge declaration and initialization.Benjamin Larsson
2009-09-22Move the scale factor and word length indexes to the stack.Benjamin Larsson