| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix doxy of fixed_mean_energy parameter in ff_amr_set_fixed_gain(). | Diego Biurrun | 2010-07-02 | 1 | -1/+1 |
* | Fix the signature of ff_set_min_dist_lsf() to match the implementation | Diego Biurrun | 2010-07-02 | 1 | -1/+2 |
* | Fix Doxygen documentation of gb parameter in ff_wma_get_large_val(). | Diego Biurrun | 2010-07-02 | 1 | -1/+1 |
* | Fix typo in Doxygen function parameter name. | Diego Biurrun | 2010-07-02 | 1 | -1/+1 |
* | Avoid one more instance of angular brackets in Doxygen comments. | Diego Biurrun | 2010-07-02 | 1 | -1/+1 |
* | Avoid square brackets in Doxygen comments; Doxygen chokes on them. | Diego Biurrun | 2010-07-02 | 5 | -10/+9 |
* | Remove two more non-existing stray Doxygen function arguments. | Diego Biurrun | 2010-07-02 | 1 | -2/+0 |
* | Remove non-existing stray arguments from Doxygen function documentation. | Diego Biurrun | 2010-07-02 | 7 | -17/+0 |
* | Fix two more instances of wrong @ usage in Doxygen comments. | Diego Biurrun | 2010-07-02 | 1 | -2/+2 |
* | Fix printing of '@' symbols in Doxygen comments; the correct syntax is '@@'. | Diego Biurrun | 2010-07-02 | 2 | -9/+9 |
* | Remove redundant and harmful explicit filename after @file Doxygen command. | Diego Biurrun | 2010-07-02 | 2 | -2/+2 |
* | Fix misspelled parameter names in Doxygen documentation. | Diego Biurrun | 2010-07-02 | 8 | -13/+13 |
* | Remove misplaced Doxygen comment. | Diego Biurrun | 2010-07-02 | 1 | -12/+0 |
* | SSSE3 versions of width4 VP8 6-tap MC functions | Jason Garrett-Glaser | 2010-07-02 | 2 | -161/+192 |
* | tablegen: the executable depends on tablegen headers as well | Diego Pettenò | 2010-07-02 | 1 | -2/+2 |
* | PPC: fix build on OSX without gas-preprocessor | Måns Rullgård | 2010-07-02 | 1 | -5/+5 |
* | Grammar fixes | Måns Rullgård | 2010-07-02 | 3 | -7/+7 |
* | vorbisdec: remove variable-length arrays | Måns Rullgård | 2010-07-01 | 1 | -11/+23 |
* | PPC: Altivec IMDCT | Loren Merritt | 2010-07-01 | 1 | -4/+114 |