summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Add ff_vga16_fontPeter Ross2010-07-18
* Fix Doxygen @param command attribute syntax.Diego Biurrun2010-07-17
* Attempt to fix x86-64 testsuite on fate.Ronald S. Bultje2010-07-16
* 10l: Add a missing const.Alex Converse2010-07-16
* aacenc: Template quantize_and_encode_band_cost().Alex Converse2010-07-16
* Remove duplicate define.Ronald S. Bultje2010-07-16
* Revert 24270, it contained some stuff that shouldn't have been in there.Ronald S. Bultje2010-07-16
* Remove duplicate define.Ronald S. Bultje2010-07-16
* Give x86 r%d registers names, this will simplify implementation of the chromaRonald S. Bultje2010-07-16
* Change return statement, the REP_RET is a mistake since the else case (x86-64,Ronald S. Bultje2010-07-16
* Make Intel Music Coder output SAMPLE_FMT_FLTVitor Sessak2010-07-16
* Use designated initialisers for pcm codec structPeter Ross2010-07-16
* vp8: Save mb border needed for intra prediction so that loop filter can runDavid Conrad2010-07-16
* vp8: Check for malloc failureDavid Conrad2010-07-16
* VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations.Ronald S. Bultje2010-07-15
* ARM: NEON H264 chroma loop filter 3 cycles fasterMåns Rullgård2010-07-15
* ARM: remove two insns from NEON chroma loop filterMåns Rullgård2010-07-15
* Restore mistakenly removed [in]/[out] Doxygen parameter attributes.Diego Biurrun2010-07-14
* Pass the composition and ancillary ID for DVB subtitles via extradata insteadReimar Döffinger2010-07-14
* Remove incomplete Doxygen for static decode_frame functions.Thilo Borgmann2010-07-14
* aacenc: psy_3gpp_init(): Fix line_to_frequency for short windows.Alex Converse2010-07-14
* aacenc: aac_psy_init(): Factorize line_to_frequency.Alex Converse2010-07-14
* aacenc: psy_3gpp_init(): Fix ath for the first line in each sfb.Alex Converse2010-07-14
* aacenc: psy_3gpp_init(): Calculate barks on demand.Alex Converse2010-07-14
* avfft: remove useless parensMåns Rullgård2010-07-13
* 100l: really fix fft external API init functionsMåns Rullgård2010-07-13
* aacsbr: Eliminate double precision arithmetic.Alex Converse2010-07-13
* aacdec: Eliminate the use of doubles in the MAIN predictor.Alex Converse2010-07-12
* aacdec: Eliminate the use of doubles in decode_cce().Alex Converse2010-07-12
* aacdec: Use a LUT to generate CCE scale.Alex Converse2010-07-12
* Do not map video quantizer scale (from 1-51 to 0-63) for libvpx anymore.James Zern2010-07-12
* avfft: make init functions return NULL on failure as intendedMåns Rullgård2010-07-12
* Use correct length modifier for size comparison in printf expression, fixes:Diego Biurrun2010-07-12
* Split the ADTS header decoder off of the ADTS parser.Alex Converse2010-07-12
* aacdec: Remove the warning about non-meaningful window transitions.Alex Converse2010-07-12
* Use math constant instead of hardcoded rounded value for sqrt(0.5).Christophe Gisquet2010-07-12
* Fix side channels when XCh extension is present.Nick Brereton2010-07-12
* Move XCH parameters into context structure.Nick Brereton2010-07-12
* MMX/SSE VC1 loop filterDavid Conrad2010-07-11
* Make ff_pw_4 128 bitsDavid Conrad2010-07-11
* vc1: Fix ordering of loop filter for I/B framesDavid Conrad2010-07-11
* vc1: ff_draw_horiz_band needs a one row delay when the loop filter is activeDavid Conrad2010-07-11
* Set libvpx encoding profile to libavcodec's profile.James Zern2010-07-11
* Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.Justin Ruggles2010-07-11
* Do not try to decode less than one frame of data in TrueSpeech decoder.Kostya Shishkov2010-07-11
* 100l, change avsubtitle_free to the actually tested and working version.Reimar Döffinger2010-07-11
* Set pix_fmt to the correct value for the format the PGS decoder actually uses.Reimar Döffinger2010-07-11
* Remove useless casts and memset.Reimar Döffinger2010-07-11
* Add avsubtitle_free function.Reimar Döffinger2010-07-11
* add some buffer checksPascal Massimino2010-07-11