12267 Commits (0055b2d11aea9040dc4fd0e9bb0bc10e5bc9fe63)

Author SHA1 Message Date
Nathan Caldwell 0045499dec aacenc: Refactor apply_window_and_mdct() so it no longer takes an offset channel. 15 years ago
Peter Ross 07e6384dd8 Add doxygen @file comment block 15 years ago
Loren Merritt 1ee076b1b1 more credits to D. J. Bernstein for fft 15 years ago
flybird2k@gmail.com 3aee5f6985 Fix memleak when using mp*float decoder. 15 years ago
Peter Ross beaa963cab ASCII/ANSI art decoder 15 years ago
Peter Ross 7199c3a4e2 Add @file documentation tag 15 years ago
Peter Ross 3625999e15 8088flex TMV video decoder now uses ff_draw_pc_font() 15 years ago
Peter Ross 9e5f3dfe25 Add ff_draw_pc_font() 15 years ago
Peter Ross ddf9dc453f Add ff_vga16_font 15 years ago
Diego Biurrun 0c733da8e2 Fix Doxygen @param command attribute syntax. 15 years ago
Ronald S. Bultje 819b2dd2b1 Attempt to fix x86-64 testsuite on fate. 15 years ago
Alex Converse a2310d1e41 10l: Add a missing const. 15 years ago
Alex Converse 1676b09994 aacenc: Template quantize_and_encode_band_cost(). 15 years ago
Ronald S. Bultje 6f323f1251 Remove duplicate define. 15 years ago
Ronald S. Bultje 889b2c26ee Revert 24270, it contained some stuff that shouldn't have been in there. 15 years ago
Ronald S. Bultje 2356a7834b Remove duplicate define. 15 years ago
Ronald S. Bultje ede1b9665a Give x86 r%d registers names, this will simplify implementation of the chroma 15 years ago
Ronald S. Bultje 526e831a46 Change return statement, the REP_RET is a mistake since the else case (x86-64, 15 years ago
Vitor Sessak 66b84e4ab2 Make Intel Music Coder output SAMPLE_FMT_FLT 15 years ago
Peter Ross a5b588bcad Use designated initialisers for pcm codec struct 15 years ago
David Conrad 9ac831c2c0 vp8: Save mb border needed for intra prediction so that loop filter can run 15 years ago
David Conrad b6c420ce8f vp8: Check for malloc failure 15 years ago
Ronald S. Bultje a711eb4829 VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations. 15 years ago
Måns Rullgård 751484372d ARM: NEON H264 chroma loop filter 3 cycles faster 15 years ago
Måns Rullgård 8c55333c99 ARM: remove two insns from NEON chroma loop filter 15 years ago
Diego Biurrun 4563de772c Restore mistakenly removed [in]/[out] Doxygen parameter attributes. 15 years ago
Reimar Döffinger b834becdae Pass the composition and ancillary ID for DVB subtitles via extradata instead 15 years ago
Thilo Borgmann bd7d08e27e Remove incomplete Doxygen for static decode_frame functions. 15 years ago
Alex Converse 49d3aab764 aacenc: psy_3gpp_init(): Fix line_to_frequency for short windows. 15 years ago
Alex Converse cecaf7d71a aacenc: aac_psy_init(): Factorize line_to_frequency. 15 years ago
Alex Converse d7194e3b73 aacenc: psy_3gpp_init(): Fix ath for the first line in each sfb. 15 years ago
Alex Converse 886385afd6 aacenc: psy_3gpp_init(): Calculate barks on demand. 15 years ago
Måns Rullgård e3a28ea5a9 avfft: remove useless parens 15 years ago
Måns Rullgård 943ebf2c4e 100l: really fix fft external API init functions 15 years ago
Alex Converse afa4248e4e aacsbr: Eliminate double precision arithmetic. 15 years ago
Alex Converse 1ac6da3988 aacdec: Eliminate the use of doubles in the MAIN predictor. 15 years ago
Alex Converse 531cfe6e85 aacdec: Eliminate the use of doubles in decode_cce(). 15 years ago
Alex Converse 93c6ff6c8c aacdec: Use a LUT to generate CCE scale. 15 years ago
James Zern f07c9895e0 Do not map video quantizer scale (from 1-51 to 0-63) for libvpx anymore. 15 years ago
Måns Rullgård b310844756 avfft: make init functions return NULL on failure as intended 15 years ago
Diego Biurrun 862be470f3 Use correct length modifier for size comparison in printf expression, fixes: 15 years ago
Alex Converse 3cac899af9 Split the ADTS header decoder off of the ADTS parser. 15 years ago
Alex Converse 7167bc94cb aacdec: Remove the warning about non-meaningful window transitions. 15 years ago
Christophe Gisquet f2401c214d Use math constant instead of hardcoded rounded value for sqrt(0.5). 15 years ago
Nick Brereton b12b16c5d3 Fix side channels when XCh extension is present. 15 years ago
Nick Brereton d0a1885018 Move XCH parameters into context structure. 15 years ago
David Conrad faa26db28b MMX/SSE VC1 loop filter 15 years ago
David Conrad 7af8fbd348 Make ff_pw_4 128 bits 15 years ago
David Conrad fca58a815a vc1: Fix ordering of loop filter for I/B frames 15 years ago
David Conrad 3683b7e570 vc1: ff_draw_horiz_band needs a one row delay when the loop filter is active 15 years ago