11491 Commits (1235429c2792e879d50a06cc851f3065f1a481d5)

Author SHA1 Message Date
Aurelien Jacobs 7a397a2e1d fix compilation with --disable-everything --enable-muxer=mpegts 15 years ago
Aurelien Jacobs 97197beb1c fix compilation with --disable-everything --enable-decoder=twinvq 15 years ago
Ronald S. Bultje 95c6b5ebc8 Fix spelling. 15 years ago
Peter Ross b41ec742ea Make binkaudio work with ff_float_to_int16_interleave_c (martin at martin dot st) 15 years ago
Måns Rullgård cc1e807f4c snow: remove unused stub functions 15 years ago
Måns Rullgård 2023cfea0f Add some required casts 15 years ago
Måns Rullgård 86decad652 sparc: fix a few pages of cast warnings 15 years ago
Måns Rullgård ad40380240 sparc: fix dsputil prototypes 15 years ago
Martin Storsjö 18c31f6ff8 Only use .size in ARM assembly when targeting ELF 15 years ago
Michael Niedermayer 9885284c22 Check level_prefix a bit (this just checks the max our bitreader can handle, 15 years ago
Måns Rullgård 93bff1de77 Replace $(G) with more generic $(M) in silent make rules 15 years ago
David Conrad f50dafa8fc vp3: avoid buffer overread in coeff decode 15 years ago
Carl Eugen Hoyos 2cbc1ec676 Fix indentation after r22414. 15 years ago
Zhou Zongyi d00261a34b SIMD optimization using float_to_int16_interleave. 15 years ago
Alex Converse 6ebc724060 aacsbr: Check that bs_num_env is valid before writing arrays with it as an offset. 15 years ago
Alex Converse 134b8cbb9a aacsbr: Cleanup read_sbr_grid and copy_sbr_grid after the recent overhaul of those functions. 15 years ago
Alex Converse f7e7888b2a aacsbr: Factor out the common end border case from t_q setup. 15 years ago
Alex Converse ac8d655a79 aacsbr: read bs_rel_bord directly into t_env. 15 years ago
Alex Converse ecc1f8c3c8 aacsbr: Make the previous value of bs_num_env local to read_sbr_data(). 15 years ago
Alex Converse 46751a65e3 aacsbr: Initialize e_a[1] to -1. 15 years ago
Måns Rullgård 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
Måns Rullgård a7e7d40c2e ARM: set size of asm functions in object files 15 years ago
Måns Rullgård 28e5130b5f Replace some printf() with puts() in tableprint.c 15 years ago
Måns Rullgård a736e0e5c2 Prettify make output when generating headers 15 years ago
Alex Converse 5889172087 aacsbr: Dead code removal. 15 years ago
Alex Converse afd96c345f aacsbr: Remove a slightly incorrect comment. 15 years ago
Alex Converse 171b7b9112 Revert r22288 "Increase FF_INPUT_BUFFER_PADDING_SIZE to 64." 15 years ago
Alex Converse 7935078623 aacsbr: Cleanup the newly merged read_sbr_grid, eliminating several context 15 years ago
Alex Converse 7333f849b1 aacsbr: Move the e_a calculation from sbr_mapping() to read_sbr_grid(). 15 years ago
Alex Converse b9c3e3b6e7 aacsbr: Merge sbr_time_freq_grid into read_sbr_grid (and into copy_sbr_grid). 15 years ago
Alex Converse ed1d112931 aacsbr: Fail early on illegal envelope counts. 15 years ago
Alex Converse 8a9ee4b102 aacsbr: Check for illegal values of bs_pointer in sbr_read_grid(). 15 years ago
Vitor Sessak e8ff21fdf5 Revert commit 22378. 15 years ago
Kostya Shishkov 95bd18eeca Check for reference frames so RV 3/4 won't segfault trying to copy data from 15 years ago
David Conrad d63a718764 vp3: correctly clip vp3_draw_horiz_band call 15 years ago
Alex Converse bf3d904c3d 10l: Include missing return values in functions made non-void by the previous commit. 15 years ago
Alex Converse 58b1cba0c9 aacsbr: Propagate errors from read_sbr_grid to prevent crashes in malformatted streams. 15 years ago
Georgi Chorbadzhiyski e0be763052 Add a missing fft.h include to the aacsbr decoder. 15 years ago
Daniel Verkamp b0e88ca6d3 Bump avcodec minor version for kgv1 decoder 15 years ago
Daniel Verkamp bf35412201 Kega Game Video (KGV1) decoder 15 years ago
Baptiste Coudurier 1307463d52 Fix interlaced vc-3 decoding, issue #1753 15 years ago
David Conrad ff65969fd8 vp3: Set pict_type 15 years ago
David Conrad 7a4e8b5913 vp3: Allocate a dummy reference frame if we have no keyframe 15 years ago
David Conrad 0c9afacbf5 vp3: use FF_BUFFER_TYPE_COPY 15 years ago
David Conrad e72d2d1221 vp3: Don't leak buffers on errors 15 years ago
David Conrad 739b5090af vp3: Simplify buffer management 15 years ago
David Conrad 01f9640b21 vp3: be less spammy on broken files 15 years ago
Måns Rullgård 94ca624fbc Move ff_sqrt() to libavutil/intmath.h 15 years ago
Måns Rullgård dd14a04e4a Add missing includes in bfin and sh4 files 15 years ago
Måns Rullgård 4a89e0a675 ARM: add some missing includes 15 years ago