12056 Commits (a2310d1e415e3e244837cdd34e1e97a1298904db)

Author SHA1 Message Date
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
James Zern 83a68cd64f Set libvpx encoding profile to libavcodec's profile. 15 years ago
Justin Ruggles 23940f1405 Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields. 15 years ago
Kostya Shishkov 231745781f Do not try to decode less than one frame of data in TrueSpeech decoder. 15 years ago
Reimar Döffinger 8b834ac5d9 100l, change avsubtitle_free to the actually tested and working version. 15 years ago
Reimar Döffinger 849ff0c4d1 Set pix_fmt to the correct value for the format the PGS decoder actually uses. 15 years ago
Reimar Döffinger 3174073623 Remove useless casts and memset. 15 years ago
Reimar Döffinger e1d7c8831c Add avsubtitle_free function. 15 years ago
Pascal Massimino c426562cbf add some buffer checks 15 years ago
Pascal Massimino 42859ddb7b use avccontext->frame_size where appropriate 15 years ago
Peter Ross 53128bc371 Fix trivial punctuation error 15 years ago
Reimar Döffinger 1f96d86836 Document that and why subtitle decoders do not support direct-rendering. 15 years ago