13185 Commits (e971d81364e93feae8c399075a3be2643192e031)

Author SHA1 Message Date
Vitor Sessak ee26abf2a4 Fix an infinite loop when RoQ encoded generated a frame with a size greater than the maximum valid size. 14 years ago
Kieran Kunhya a6d2227bc8 Add kbdwin.o to AC3 decoder 14 years ago
Reimar Döffinger 4c886d613d Detect byte-swapped AC-3 and support decoding it directly. 14 years ago
Justin Ruggles 40728b5169 cosmetics: indentation 14 years ago
Justin Ruggles 67fc8652b9 Always copy input data for AC3 decoder. 14 years ago
Justin Ruggles 85ab290470 ac3enc: make sym_quant() branch-free 14 years ago
Ronald S. Bultje c47d383502 vc1: make P-frame deblock filter bit-exact. 14 years ago
Ronald S. Bultje f44d6445b7 vc1: slice support. 14 years ago
Ronald S. Bultje b81a935bd9 vc1: fix up memleaks in the error codepath. 14 years ago
Ronald S. Bultje 72452cc475 vc1: warn for unimplemented pan-scan feature. 14 years ago
Mans Rullgard 027f60f32b ffv1: allocate correct size for sample buffer 14 years ago
Mans Rullgard e87a6f0dc9 Move ff_dct_init_mmx declaration to dct.h 14 years ago
Mans Rullgard 8eec00278c dct: remove superflous #include 14 years ago
Mans Rullgard 0aded9484d Move dct and rdft definitions to separate files 14 years ago
Mans Rullgard 4538729afe Move sine windows to a separate file 14 years ago
Mans Rullgard a45fbda994 Move ff_kbd_window_init() to a separate file 14 years ago
Mans Rullgard 26f548bb59 fft: remove inline wrappers for function pointers 14 years ago
Mans Rullgard 42cfb3835b Remove Sonic experimental audio codec 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Nathan Caldwell 350785a662 aacenc: 10l, missed a reference when refactoring the psymodel. 14 years ago
Justin Ruggles 0f999cfddb ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContext 14 years ago
Nathan Caldwell 4afedfd8e5 aacenc: cosmetics, indentation, and comment clarification 14 years ago
Nathan Caldwell b7c96769c5 aacenc: Refactor the parts of the AAC psymodel. 14 years ago
Young Han Lee f578854efc aaccoder: Change FFMAX for allzero flag to OR bit operation 14 years ago
Ramiro Polla cbf5d22d24 Remove occurrences of my old email address 14 years ago
Mans Rullgard 381d37fda9 dsputil: add bswap16_buf() 14 years ago
Janne Grunau a03be6e1ba use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* 14 years ago
Janne Grunau 29ba091136 replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION 14 years ago
Justin Ruggles 79414257e2 mathops: fix MULL() when the compiler does not inline the function. 14 years ago
Justin Ruggles aaff3b312e mathops: change "g" constraint to "rm" in x86-32 version of MUL64(). 14 years ago
Justin Ruggles b181b8fb96 mathops: convert MULL/MULH/MUL64 to inline functions rather than macros. 14 years ago
Philip Langdale 025225d7ee h264_mp4toannexb_bsf: Fix spurious warning when stream has SPS and PPS units. 14 years ago
Justin Ruggles f1efbca5e9 ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC3 encoder. 14 years ago
Justin 323e6fead0 ac3enc: do not right-shift fixed-point coefficients in the final MDCT stage. 14 years ago
Peter Ross 6e7cf13b6b mm decoder: move buffer allocation from decode_init() to decode_frame() 14 years ago
Peter Ross 0697440c1e Bitmap Brothers JV video decoder 14 years ago
Johan Andersson 21de920472 Update the url to the site website and change ffmpeg-devel to libav-devel 14 years ago
Jason Garrett-Glaser 81a131312d VP8: fix other function declaration 14 years ago
Hendrik Leppkes 0215006ab7 VC1: Export profile/level 14 years ago
Jason Garrett-Glaser 1eeca88691 VP8: optimize VP8Context struct ordering 14 years ago
Jason Garrett-Glaser 3efbe13739 VP8: fix function declaration 14 years ago
Jason Garrett-Glaser b1d2f812c9 VP8: token probs doesn't need padding 14 years ago
Jason Garrett-Glaser 628b48db85 VP8: use a goto to break out of two loops 14 years ago
Mans Rullgard a5444fee06 Add CONFIG_AC3DSP symbol to simplify makefiles 14 years ago
Benjamin Larsson aecd0a4496 Export profiles from the mpeg2 video decoder 14 years ago
Nathan Caldwell 31ff9bd7b8 aacenc: Fix a segfault in search_for_quantizers 14 years ago
Ronald S. Bultje 4e84f994d3 reindent. 14 years ago
Young Han Lee 2790d7a9ff aacenc: remove the data arrays 14 years ago
Thadeu Lima de Souza Cascardo 36864ac354 aac_latm_dec: use aac context and aac m4ac 14 years ago
Justin Ruggles 2d9a101a1f ac3enc: add some assertions 14 years ago