summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* use avccontext->frame_size where appropriatePascal Massimino2010-07-11
* Fix trivial punctuation errorPeter Ross2010-07-11
* Document that and why subtitle decoders do not support direct-rendering.Reimar Döffinger2010-07-10
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-10
* Make WMV3 decoder print more errors when decoding beta WMV9 files.Kostya Shishkov2010-07-10
* fix VP5/6 neon dependenciesAurelien Jacobs2010-07-10
* Fix a leak in the AAC encoderMartin Storsjö2010-07-10
* Add native GSM 06.10 audio decoder.Reimar Döffinger2010-07-10
* Change qmax/qmin limits to 63 instead of 51.Jason Garrett-Glaser2010-07-10
* Current Cygwin has mkstemp().Víctor Paesa2010-07-09
* resample: replace VLA with malloc/freeMåns Rullgård2010-07-09
* resample: check memory allocations in av_resample_init()Måns Rullgård2010-07-09
* libxvid: add some const fixing a warningMåns Rullgård2010-07-09
* Allow using libxvid RC without enabling encoding wrapperMåns Rullgård2010-07-09