12005 Commits (e6b22522c94cfccda97018e52ab65da8c69d8a56)

Author SHA1 Message Date
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
Alex Converse 03d5d9b900 aacenc: Enforce LFE bitstream restrictions. 15 years ago
Carl Eugen Hoyos 0fd0ef7947 Add new decoder property max_lowres and do not init decoder if requested value is higher. 15 years ago
Måns Rullgård 38b0410902 aacdec: remove checks for impossible error conditions 15 years ago
Måns Rullgård 96088566ee ARM: remove unnecessary .previous directive 15 years ago
Måns Rullgård 278caa6ad3 ARM: set section to .text in 'function' macro 15 years ago
Måns Rullgård 108ac7f290 ARM: hide a .size directive on non-ELF targets 15 years ago
Reimar Döffinger b0c73ba11f motion_est: fix implicit truncation warnings 15 years ago
Michael Niedermayer 69b56ed7a6 Move ff_dct_init(context) out of if(one time init) 15 years ago
Eli Friedman c7310b7b2b Silence warning "new qualifiers in middle of multi-level 15 years ago
Vitor Sessak 881fd7a62f Move SSE optimized 32-point DCT to its own file. Should fix breakage with YASM 15 years ago
Vitor Sessak 4dcc4f8eaa SSE optimized 32-point DCT 15 years ago
Måns Rullgård a2ab5ad5f1 Rename av_tempfile() to ff_tempfile() 15 years ago
Måns Rullgård 25cbc8b46e Move av_tempfile() to libxvidff.c as only the xvid wrapper needs it 15 years ago
Eli Friedman 9049fa5479 Add av_unused to decode_mb_skip declaration to fix the following warning: 15 years ago
Måns Rullgård 86e41bc300 aacenc: replace VLA with fixed size 15 years ago
Michael Niedermayer 3d5421201b Perform sliding window operation during frame gap handling. 15 years ago
Michael Niedermayer 733f5990d0 Factorize ff_generate_sliding_window_mmcos() out. 15 years ago
Nick Brereton 0712c230ae DCA: Occasionally a false XCH sync word can turn up after the core DTS data, 15 years ago
Benjamin Larsson 324a94b022 DCA: *_bits() -> *_bits_long() where needed, half fix for broken bitstream parsing 15 years ago
Måns Rullgård aad9f50751 Fix build with hardcoded tables 15 years ago
Måns Rullgård a46b84d120 PPC: convert Altivec FFT to pure assembler 15 years ago
Måns Rullgård deca86eab1 PPC: gas-preprocessor handles m[ft]spr shorthands 15 years ago
Måns Rullgård fe3d2e4b02 PPC: add some asm support macros 15 years ago
Ronald S. Bultje f2a30bd840 Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros). 15 years ago
Måns Rullgård a075902f3d PPC: add _interleave versions of fft{4,6,16}_altivec 15 years ago
Rodney Baker 2d525ef483 Change all occurences of "inofficial" to "unofficial" in code, comments 15 years ago
Baptiste Coudurier bb943bb8fc Give context to av_log 15 years ago
Jason Garrett-Glaser b06855f18a SSSE3 versions of vp8 width4 bilinear MC functions 15 years ago
David Conrad 5245c04da3 VP8: Move calculation of outer filter limit out of dsp functions for normal 15 years ago
Aurelien Jacobs 8ee82f40ca fix comment grammar 15 years ago
Reimar Döffinger 961b0c41b9 Fix use of unintialized variable introduced in r20411. 15 years ago