11993 Commits (b015be214235b5f93129be71a3613f6ab06270d1)

Author SHA1 Message Date
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
Aurelien Jacobs c01694c889 saner default value for convergence_duration 15 years ago
Aurelien Jacobs 08b04ba9ce clarify convergence_duration documentation 15 years ago
Måns Rullgård 79042a6eb1 Fix memory leak introduced in r23933 15 years ago
Diego Biurrun 3c042da75d Remove stray Doxygen grouping command; fixes one Doxygen warning. 15 years ago
Diego Biurrun 423c254c18 Disambiguate bitstream groups for AAC and RV30/RV40. 15 years ago
Diego Biurrun 2d62158091 Replace '\0 bytes' by 'NULL bytes' in Doxygen comments. 15 years ago
Diego Biurrun 34630b93dc Move DECODE_BYTES_PAD* macros before Doxygen comments. 15 years ago
Diego Biurrun 0baf34d844 Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. 15 years ago
Diego Biurrun 58772292c0 @begingroup --> @defgroup, only the latter is correct Doxygen syntax. 15 years ago
Diego Biurrun 094b18b683 Fix doxy of gb parameter in decode_gain_info(). 15 years ago
Diego Biurrun b34aaed2cf Move #ifdef before zlib_decomp() up so it covers the Doxygen comments. 15 years ago
Diego Biurrun bbd6684f39 Fix doxy of fixed_mean_energy parameter in ff_amr_set_fixed_gain(). 15 years ago