12036 Commits (886385afd626c03099aa9ef7725d2a09c82aa196)

Author SHA1 Message Date
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
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 15 years ago
Måns Rullgård e6b22522c9 bswap: change ME to NE in macro names 15 years ago
Kostya Shishkov 42ff9d7a58 Make WMV3 decoder print more errors when decoding beta WMV9 files. 15 years ago
Aurelien Jacobs 42d1e7a287 fix VP5/6 neon dependencies 15 years ago
Martin Storsjö 771c86c13d Fix a leak in the AAC encoder 15 years ago
Reimar Döffinger b576934d7e Add native GSM 06.10 audio decoder. 15 years ago
Jason Garrett-Glaser a6f8f11b9b Change qmax/qmin limits to 63 instead of 51. 15 years ago
Víctor Paesa 4b04c5ca29 Current Cygwin has mkstemp(). 15 years ago
Måns Rullgård 080ce9071d resample: replace VLA with malloc/free 15 years ago
Måns Rullgård a426016cfc resample: check memory allocations in av_resample_init() 15 years ago
Måns Rullgård 9ebf4fb660 libxvid: add some const fixing a warning 15 years ago
Måns Rullgård a30b336061 Allow using libxvid RC without enabling encoding wrapper 15 years ago
Diego Biurrun 9eb42c272b Add back previously removed non-existing function params in doxygen comments. 15 years ago
Diego Biurrun 65e3f89ffd Improve variable names in imlt_window_float() and mlt_compensate_output(). 15 years ago
Ronald S. Bultje e394953e62 Add missing doxy for function arguments. 15 years ago
Ronald S. Bultje ad32966cf9 Fix two doxy warnings. 15 years ago
Diego Biurrun e51f04968e Restore array sizes in doxygen parameter names. 15 years ago
Eli Friedman e0b855f621 Remove a useless variable in zmbv decoder. 15 years ago
Justin Ruggles a26f1d1092 ac3: make the value of codec_id during (E-)AC-3 parsing stay CODEC_ID_EAC3 15 years ago
Alex Converse 267843844c Cosmetics: whitespace 15 years ago