summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Improve variable names in imlt_window_float() and mlt_compensate_output().Diego Biurrun2010-07-08
* Add missing doxy for function arguments.Ronald S. Bultje2010-07-08
* Fix two doxy warnings.Ronald S. Bultje2010-07-08
* Restore array sizes in doxygen parameter names.Diego Biurrun2010-07-08
* Remove a useless variable in zmbv decoder.Eli Friedman2010-07-08
* ac3: make the value of codec_id during (E-)AC-3 parsing stay CODEC_ID_EAC3Justin Ruggles2010-07-07
* Cosmetics: whitespaceAlex Converse2010-07-07
* aacenc: Enforce LFE bitstream restrictions.Alex Converse2010-07-07
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-07
* aacdec: remove checks for impossible error conditionsMåns Rullgård2010-07-07
* ARM: remove unnecessary .previous directiveMåns Rullgård2010-07-07
* ARM: set section to .text in 'function' macroMåns Rullgård2010-07-07
* ARM: hide a .size directive on non-ELF targetsMåns Rullgård2010-07-07
* motion_est: fix implicit truncation warningsReimar Döffinger2010-07-07
* Move ff_dct_init(context) out of if(one time init)Michael Niedermayer2010-07-07
* Silence warning "new qualifiers in middle of multi-levelEli Friedman2010-07-07
* Move SSE optimized 32-point DCT to its own file. Should fix breakage with YASMVitor Sessak2010-07-06
* SSE optimized 32-point DCTVitor Sessak2010-07-06
* Rename av_tempfile() to ff_tempfile()Måns Rullgård2010-07-06
* Move av_tempfile() to libxvidff.c as only the xvid wrapper needs itMåns Rullgård2010-07-06
* Add av_unused to decode_mb_skip declaration to fix the following warning:Eli Friedman2010-07-06
* aacenc: replace VLA with fixed sizeMåns Rullgård2010-07-06
* Perform sliding window operation during frame gap handling.Michael Niedermayer2010-07-05
* Factorize ff_generate_sliding_window_mmcos() out.Michael Niedermayer2010-07-05
* DCA: Occasionally a false XCH sync word can turn up after the core DTS data,Nick Brereton2010-07-05
* DCA: *_bits() -> *_bits_long() where needed, half fix for broken bitstream pa...Benjamin Larsson2010-07-05
* Fix build with hardcoded tablesMåns Rullgård2010-07-04
* PPC: convert Altivec FFT to pure assemblerMåns Rullgård2010-07-04
* PPC: gas-preprocessor handles m[ft]spr shorthandsMåns Rullgård2010-07-04
* PPC: add some asm support macrosMåns Rullgård2010-07-04
* Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros).Ronald S. Bultje2010-07-03
* PPC: add _interleave versions of fft{4,6,16}_altivecMåns Rullgård2010-07-03
* Change all occurences of "inofficial" to "unofficial" in code, commentsRodney Baker2010-07-03
* Give context to av_logBaptiste Coudurier2010-07-03
* SSSE3 versions of vp8 width4 bilinear MC functionsJason Garrett-Glaser2010-07-03
* VP8: Move calculation of outer filter limit out of dsp functions for normalDavid Conrad2010-07-02
* fix comment grammarAurelien Jacobs2010-07-02
* Fix use of unintialized variable introduced in r20411.Reimar Döffinger2010-07-02
* saner default value for convergence_durationAurelien Jacobs2010-07-02
* clarify convergence_duration documentationAurelien Jacobs2010-07-02
* Fix memory leak introduced in r23933Måns Rullgård2010-07-02
* Remove stray Doxygen grouping command; fixes one Doxygen warning.Diego Biurrun2010-07-02
* Disambiguate bitstream groups for AAC and RV30/RV40.Diego Biurrun2010-07-02
* Replace '\0 bytes' by 'NULL bytes' in Doxygen comments.Diego Biurrun2010-07-02
* Move DECODE_BYTES_PAD* macros before Doxygen comments.Diego Biurrun2010-07-02
* Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.Diego Biurrun2010-07-02
* @begingroup --> @defgroup, only the latter is correct Doxygen syntax.Diego Biurrun2010-07-02
* Fix doxy of gb parameter in decode_gain_info().Diego Biurrun2010-07-02
* Move #ifdef before zlib_decomp() up so it covers the Doxygen comments.Diego Biurrun2010-07-02
* Fix doxy of fixed_mean_energy parameter in ff_amr_set_fixed_gain().Diego Biurrun2010-07-02