summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* ARM: remove unnecessary .previous directiveMåns Rullgård2010-07-071-1/+0
* ARM: set section to .text in 'function' macroMåns Rullgård2010-07-071-0/+1
* ARM: hide a .size directive on non-ELF targetsMåns Rullgård2010-07-071-1/+1
* motion_est: fix implicit truncation warningsReimar Döffinger2010-07-071-12/+13
* Move ff_dct_init(context) out of if(one time init)Michael Niedermayer2010-07-071-3/+3
* Silence warning "new qualifiers in middle of multi-levelEli Friedman2010-07-071-2/+2
* Move SSE optimized 32-point DCT to its own file. Should fix breakage with YASMVitor Sessak2010-07-064-266/+298
* SSE optimized 32-point DCTVitor Sessak2010-07-065-0/+278
* Rename av_tempfile() to ff_tempfile()Måns Rullgård2010-07-063-4/+4
* Move av_tempfile() to libxvidff.c as only the xvid wrapper needs itMåns Rullgård2010-07-062-43/+42
* Add av_unused to decode_mb_skip declaration to fix the following warning:Eli Friedman2010-07-061-1/+1
* aacenc: replace VLA with fixed sizeMåns Rullgård2010-07-061-2/+4
* Perform sliding window operation during frame gap handling.Michael Niedermayer2010-07-052-1/+3
* Factorize ff_generate_sliding_window_mmcos() out.Michael Niedermayer2010-07-052-14/+21
* DCA: Occasionally a false XCH sync word can turn up after the core DTS data,Nick Brereton2010-07-051-1/+7
* DCA: *_bits() -> *_bits_long() where needed, half fix for broken bitstream pa...Benjamin Larsson2010-07-051-3/+3
* Fix build with hardcoded tablesMåns Rullgård2010-07-041-1/+6
* PPC: convert Altivec FFT to pure assemblerMåns Rullgård2010-07-042-69/+98
* PPC: gas-preprocessor handles m[ft]spr shorthandsMåns Rullgård2010-07-041-5/+0
* PPC: add some asm support macrosMåns Rullgård2010-07-041-0/+56
* Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros).Ronald S. Bultje2010-07-034-0/+334
* PPC: add _interleave versions of fft{4,6,16}_altivecMåns Rullgård2010-07-032-23/+52
* Change all occurences of "inofficial" to "unofficial" in code, commentsRodney Baker2010-07-035-9/+15
* Give context to av_logBaptiste Coudurier2010-07-031-1/+1
* SSSE3 versions of vp8 width4 bilinear MC functionsJason Garrett-Glaser2010-07-032-4/+34
* VP8: Move calculation of outer filter limit out of dsp functions for normalDavid Conrad2010-07-022-18/+21
* fix comment grammarAurelien Jacobs2010-07-021-2/+4
* Fix use of unintialized variable introduced in r20411.Reimar Döffinger2010-07-021-1/+2
* saner default value for convergence_durationAurelien Jacobs2010-07-021-1/+1
* clarify convergence_duration documentationAurelien Jacobs2010-07-021-0/+2
* Fix memory leak introduced in r23933Måns Rullgård2010-07-021-8/+2
* Remove stray Doxygen grouping command; fixes one Doxygen warning.Diego Biurrun2010-07-021-1/+0
* Disambiguate bitstream groups for AAC and RV30/RV40.Diego Biurrun2010-07-022-2/+2
* Replace '\0 bytes' by 'NULL bytes' in Doxygen comments.Diego Biurrun2010-07-021-1/+1
* Move DECODE_BYTES_PAD* macros before Doxygen comments.Diego Biurrun2010-07-021-2/+3
* Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.Diego Biurrun2010-07-022-3/+3
* @begingroup --> @defgroup, only the latter is correct Doxygen syntax.Diego Biurrun2010-07-021-1/+1
* Fix doxy of gb parameter in decode_gain_info().Diego Biurrun2010-07-021-1/+1
* Move #ifdef before zlib_decomp() up so it covers the Doxygen comments.Diego Biurrun2010-07-021-1/+1
* Fix doxy of fixed_mean_energy parameter in ff_amr_set_fixed_gain().Diego Biurrun2010-07-021-1/+1
* Fix the signature of ff_set_min_dist_lsf() to match the implementationDiego Biurrun2010-07-021-1/+2
* Fix Doxygen documentation of gb parameter in ff_wma_get_large_val().Diego Biurrun2010-07-021-1/+1
* Fix typo in Doxygen function parameter name.Diego Biurrun2010-07-021-1/+1
* Avoid one more instance of angular brackets in Doxygen comments.Diego Biurrun2010-07-021-1/+1
* Avoid square brackets in Doxygen comments; Doxygen chokes on them.Diego Biurrun2010-07-025-10/+9
* Remove two more non-existing stray Doxygen function arguments.Diego Biurrun2010-07-021-2/+0
* Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun2010-07-027-17/+0
* Fix two more instances of wrong @ usage in Doxygen comments.Diego Biurrun2010-07-021-2/+2
* Fix printing of '@' symbols in Doxygen comments; the correct syntax is '@@'.Diego Biurrun2010-07-022-9/+9
* Remove redundant and harmful explicit filename after @file Doxygen command.Diego Biurrun2010-07-022-2/+2
OpenPOWER on IntegriCloud