11469 Commits (f462ed1f82e4be18876786e86f472ddf7cd41fbc)

Author SHA1 Message Date
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
Måns Rullgård 0926c00980 ARM: fix dct-test 15 years ago
Måns Rullgård 1e2a6688f6 Skip mpegaudio3.h in checkheaders 15 years ago
Måns Rullgård 9c9a0840d0 Add lots of missing includes 15 years ago
Måns Rullgård 8eecdc8b78 Skip the tablegen fragments in checkheaders 15 years ago
Måns Rullgård 2a5500b13e Add TESTOBJS make variable for extra objects used by test apps 15 years ago
Måns Rullgård a79f59e31c Remove unused fast_memcpy() function in dct-test 15 years ago
Måns Rullgård 6a81329593 Move dctref prototypes to a header file 15 years ago
Martin Storsjö b81786611a Move the local includes below the system includes 15 years ago
Andreas Öman 9b066ecbf0 w32thread: Make avcodec_thread_execute2() static here as well 15 years ago
Andreas Öman e31fefd448 Make avcodec_thread_execute2() static 15 years ago
Alexis Ballier da5bcafe3b targeenc: fix rgb555 encoding on big endian systems. 15 years ago
Maxim Poliakovski b5852e8a4d Make Indeo 5 decoder more robust on bitstream errors. 15 years ago
Maxim Poliakovski 5f1654b25b Scale tile dimensions in case both local decoding and scalability mode 15 years ago
Alex Converse ed492b61db Add an HE-AAC v1 decoder. 15 years ago
Måns Rullgård b903fe9137 sh4: move dsputil prototypes to header file 15 years ago
Måns Rullgård 67e19a9e4b sh4: fix about 1000 warnings 15 years ago
Måns Rullgård ac36d974d6 bfin: fix function prototypes 15 years ago
Måns Rullgård 5bacc3ad57 ARM: move mpegvideo prototypes to a header file 15 years ago
Måns Rullgård 2e63619ff9 Alpha: move dsputil prototypes to a header file 15 years ago
Måns Rullgård d9747e29b6 IFF: move ff_cmap_read_palette() prototype to a header file 15 years ago
Alex Converse 732436920b 10l: AAC: Set multiplier to 0. 15 years ago
Alex Converse 54f158bda2 AAC: Set codec parameters in the first frame rather than in .init() 15 years ago