summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* Add back previously removed non-existing function params in doxygen comments.Diego Biurrun2010-07-08
* 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