| Commit message (Expand) | Author | Age | Files | Lines |
* | Add back previously removed non-existing function params in doxygen comments. | Diego Biurrun | 2010-07-08 | 3 | -0/+6 |
* | Improve variable names in imlt_window_float() and mlt_compensate_output(). | Diego Biurrun | 2010-07-08 | 1 | -6/+6 |
* | Add missing doxy for function arguments. | Ronald S. Bultje | 2010-07-08 | 1 | -0/+4 |
* | Fix two doxy warnings. | Ronald S. Bultje | 2010-07-08 | 1 | -1/+2 |
* | Restore array sizes in doxygen parameter names. | Diego Biurrun | 2010-07-08 | 2 | -3/+3 |
* | Remove a useless variable in zmbv decoder. | Eli Friedman | 2010-07-08 | 1 | -3/+0 |
* | ac3: make the value of codec_id during (E-)AC-3 parsing stay CODEC_ID_EAC3 | Justin Ruggles | 2010-07-07 | 1 | -1/+1 |
* | Cosmetics: whitespace | Alex Converse | 2010-07-07 | 1 | -1/+2 |
* | aacenc: Enforce LFE bitstream restrictions. | Alex Converse | 2010-07-07 | 1 | -5/+8 |
* | Add new decoder property max_lowres and do not init decoder if requested valu... | Carl Eugen Hoyos | 2010-07-07 | 20 | -2/+39 |
* | aacdec: remove checks for impossible error conditions | Måns Rullgård | 2010-07-07 | 1 | -37/+0 |
* | ARM: remove unnecessary .previous directive | Måns Rullgård | 2010-07-07 | 1 | -1/+0 |
* | ARM: set section to .text in 'function' macro | Måns Rullgård | 2010-07-07 | 1 | -0/+1 |
* | ARM: hide a .size directive on non-ELF targets | Måns Rullgård | 2010-07-07 | 1 | -1/+1 |
* | motion_est: fix implicit truncation warnings | Reimar Döffinger | 2010-07-07 | 1 | -12/+13 |
* | Move ff_dct_init(context) out of if(one time init) | Michael Niedermayer | 2010-07-07 | 1 | -3/+3 |
* | Silence warning "new qualifiers in middle of multi-level | Eli Friedman | 2010-07-07 | 1 | -2/+2 |
* | Move SSE optimized 32-point DCT to its own file. Should fix breakage with YASM | Vitor Sessak | 2010-07-06 | 4 | -266/+298 |
* | SSE optimized 32-point DCT | Vitor Sessak | 2010-07-06 | 5 | -0/+278 |
* | Rename av_tempfile() to ff_tempfile() | Måns Rullgård | 2010-07-06 | 3 | -4/+4 |
* | Move av_tempfile() to libxvidff.c as only the xvid wrapper needs it | Måns Rullgård | 2010-07-06 | 2 | -43/+42 |
* | Add av_unused to decode_mb_skip declaration to fix the following warning: | Eli Friedman | 2010-07-06 | 1 | -1/+1 |
* | aacenc: replace VLA with fixed size | Måns Rullgård | 2010-07-06 | 1 | -2/+4 |
* | Perform sliding window operation during frame gap handling. | Michael Niedermayer | 2010-07-05 | 2 | -1/+3 |
* | Factorize ff_generate_sliding_window_mmcos() out. | Michael Niedermayer | 2010-07-05 | 2 | -14/+21 |
* | DCA: Occasionally a false XCH sync word can turn up after the core DTS data, | Nick Brereton | 2010-07-05 | 1 | -1/+7 |
* | DCA: *_bits() -> *_bits_long() where needed, half fix for broken bitstream pa... | Benjamin Larsson | 2010-07-05 | 1 | -3/+3 |
* | Fix build with hardcoded tables | Måns Rullgård | 2010-07-04 | 1 | -1/+6 |
* | PPC: convert Altivec FFT to pure assembler | Måns Rullgård | 2010-07-04 | 2 | -69/+98 |
* | PPC: gas-preprocessor handles m[ft]spr shorthands | Måns Rullgård | 2010-07-04 | 1 | -5/+0 |
* | PPC: add some asm support macros | Måns Rullgård | 2010-07-04 | 1 | -0/+56 |
* | Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros). | Ronald S. Bultje | 2010-07-03 | 4 | -0/+334 |
* | PPC: add _interleave versions of fft{4,6,16}_altivec | Måns Rullgård | 2010-07-03 | 2 | -23/+52 |
* | Change all occurences of "inofficial" to "unofficial" in code, comments | Rodney Baker | 2010-07-03 | 5 | -9/+15 |
* | Give context to av_log | Baptiste Coudurier | 2010-07-03 | 1 | -1/+1 |
* | SSSE3 versions of vp8 width4 bilinear MC functions | Jason Garrett-Glaser | 2010-07-03 | 2 | -4/+34 |
* | VP8: Move calculation of outer filter limit out of dsp functions for normal | David Conrad | 2010-07-02 | 2 | -18/+21 |
* | fix comment grammar | Aurelien Jacobs | 2010-07-02 | 1 | -2/+4 |
* | Fix use of unintialized variable introduced in r20411. | Reimar Döffinger | 2010-07-02 | 1 | -1/+2 |
* | saner default value for convergence_duration | Aurelien Jacobs | 2010-07-02 | 1 | -1/+1 |
* | clarify convergence_duration documentation | Aurelien Jacobs | 2010-07-02 | 1 | -0/+2 |
* | Fix memory leak introduced in r23933 | Måns Rullgård | 2010-07-02 | 1 | -8/+2 |
* | Remove stray Doxygen grouping command; fixes one Doxygen warning. | Diego Biurrun | 2010-07-02 | 1 | -1/+0 |
* | Disambiguate bitstream groups for AAC and RV30/RV40. | Diego Biurrun | 2010-07-02 | 2 | -2/+2 |
* | Replace '\0 bytes' by 'NULL bytes' in Doxygen comments. | Diego Biurrun | 2010-07-02 | 1 | -1/+1 |
* | Move DECODE_BYTES_PAD* macros before Doxygen comments. | Diego Biurrun | 2010-07-02 | 1 | -2/+3 |
* | Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. | Diego Biurrun | 2010-07-02 | 2 | -3/+3 |
* | @begingroup --> @defgroup, only the latter is correct Doxygen syntax. | Diego Biurrun | 2010-07-02 | 1 | -1/+1 |
* | Fix doxy of gb parameter in decode_gain_info(). | Diego Biurrun | 2010-07-02 | 1 | -1/+1 |
* | Move #ifdef before zlib_decomp() up so it covers the Doxygen comments. | Diego Biurrun | 2010-07-02 | 1 | -1/+1 |