21304 Commits (55d2e32a409e62f19af0e0032a2b1f8f201465fb)
 

Author SHA1 Message Date
Anton Khirnov 787f8fad00 id3v2: check for enough space to write full UTF-8 characters. 15 years ago
Reimar Döffinger c31afa5d24 Fix format string to match the types printed. 15 years ago
Michael Niedermayer 2a9b5c9b42 Make sure priv_data is freed and codec is set to NULL in case of failure of avcodec_open(). 15 years ago
Google Chrome aedc98b0a4 Check submap indexes. 15 years ago
Måns Rullgård 9bda7f3063 ARM: NEON optimised int32_to_float_fmul_scalar 15 years ago
Måns Rullgård b418a6ca7e AAC: minor simplification in PNS decoding 15 years ago
Måns Rullgård a27090208e configure: fix tms470 flag mapping for soft-float 15 years ago
Michael Niedermayer 0a01efd0aa Make error return sign consistent. 15 years ago
Google Chrome 36b7e983a6 Check begin/end/partition_size. 15 years ago
Google Chrome 310afddfe0 Fix >= vs > check of coded_fragment_list_index. 15 years ago
Diego Biurrun 75bbed517f Remove unused variables, fixes the warnings: 15 years ago
Google Chrome fa6f27517b Fix init_get_bits() buffer size. 15 years ago
Google Chrome cdf1512eba Check res_setup->books. 15 years ago
Google Chrome 993092dcd3 Check masterbook index and subclass book index. 15 years ago
Google Chrome e5b0cfb541 Add checks for per-packet mode indexes and per-header mode mapping indexes. 15 years ago
Google Chrome 79a4258141 Check classbook value. 15 years ago
Michael Niedermayer 45a014d75e Set data_size to 0 to avoid having it uninitialized. 15 years ago
Michael Niedermayer f7304e99d4 Check data_size in decode_frame_mp3on4(). 15 years ago
Michael Niedermayer 0d31833d04 check data_size in decode_frame() 15 years ago
Måns Rullgård 6a0d5493b3 ARM: improve armcc detection 15 years ago
Google Chrome 96651e790c Fix book_idx check. 15 years ago
Google Chrome d70fa8f131 Sanity checks for magnitude and angle. 15 years ago
Google Chrome 08c8742cdb = -> == typo. 15 years ago
Måns Rullgård 6044538b37 WMA: use DSPContext.butterflies_float 15 years ago
Carl Eugen Hoyos 14600807bb Cosmetics: Fix typo. 15 years ago
Michael Niedermayer 7bf3d0c44e Check num_units_in_tick/time_scale to be valid and within the range we support. 15 years ago
Reimar Döffinger 7d507ceb79 Correctly print number of remaining bytes in oggparsevorbis instead of always 15 years ago
Jason Garrett-Glaser 2d3beedee2 Add support for new x264 API. 15 years ago
Michael Niedermayer 98f7bcb119 Check dimensions against 0 too. 15 years ago
Michael Niedermayer 9062cd3544 Check validity of channels & samplerate. 15 years ago
Mike Melanson 428984b041 Another micro-optimization for unpack_vlcs(): Eliminate a possible 15 years ago
Michael Niedermayer 4c0dda2b3f Check codec_id and codec_type in avcodec_open(), based on 43_codec_type_mismatch.patch from chrome 15 years ago
Måns Rullgård 6e3fa35d29 Set compiler version string for supported non-gcc compilers 15 years ago
Måns Rullgård 275cfd1501 ARM: NEON optimised scalarproduct_float 15 years ago
Måns Rullgård 0cb7141282 AAC: 10l: fix PNS decoding 15 years ago
Benjamin Larsson 61dc238b45 Hook up the MD studio demuxer and Atrac1 decoder. 15 years ago
Benjamin Larsson e704b012f2 Mention SDDS so search engines will pick it up for when someone 15 years ago
Benjamin Larsson edd897b1b3 Use ff_sine_32 in atrac1. 15 years ago
Mike Melanson 138fe83215 Perform the DC prediction reversal immediately after decoding all of 15 years ago
Diego Biurrun 71e4218054 Fix METEOR vs. BKTR typo, noticed by Steve O'Hara-Smith, steve sohara org. 15 years ago
Diego Biurrun 53e5462040 Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro. 15 years ago
Diego Biurrun de653ba3bb Place MP3 demuxer code under appropriate #ifdefs. 15 years ago
Diego Biurrun a3d7c19728 Improve compiler information code to print to the console on program startup. 15 years ago
Diego Biurrun 5c1f57ffdf Print compiler version and build date before configuration in console output. 15 years ago
Diego Biurrun 8f771e76fd Rearrange wav_muxer and {wav|w64}_demuxer blocks to be under proper #ifdefs. 15 years ago
Diego Biurrun 6bdaa5f46d The W64 demuxer depends on the WAV demuxer. 15 years ago
Diego Biurrun 738914be66 Move find_guid function and guid_data array to a globally available place. 15 years ago
Alex Converse 5419da8d9c AAC: Simplify some logic from r19956. (The escape codebook is unsigned.) 15 years ago
Måns Rullgård 1dee3e97c6 ARM: NEON optimisations for some dsputil functions 15 years ago
Måns Rullgård 42d3fbb3f4 AAC: use new dsputil functions 15 years ago