summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* jpeg2000: Fix uninitialized data errors pointed out by valgrind/memcheckNicolas Bertrand2013-05-06
* x86: hpeldsp: Move avg_pixels8_x2_mmx() out of hpeldsp_rnd_template.cDiego Biurrun2013-05-06
* x86: hpeldsp: Only compile MMX hpeldsp code if MMX is enabledDiego Biurrun2013-05-06
* x86: More specific ifdefs for dsputil/hpeldsp init functionsDiego Biurrun2013-05-06
* bgmc: Do not mark ff_bgmc_decode_init() as av_coldDiego Biurrun2013-05-05
* avcodec: Add av_cold attributes to end functions missing themDiego Biurrun2013-05-05
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* silly typo fixesDiego Biurrun2013-05-03
* sbrdsp: Unroll and use integer operationsChristophe Gisquet2013-05-03
* sbrdsp: Unroll sbr_autocorrelate_cChristophe Gisquet2013-05-03
* x86: sbrdsp: Implement SSE2 qmf_deint_bflyChristophe Gisquet2013-05-03
* vc1_parser: Set field_order.Masaki Tanaka2013-05-03
* mpegvideo_parser: Set field_order.Masaki Tanaka2013-05-03
* avcodec: Add field order information to AVCodecParserContext.Masaki Tanaka2013-05-03
* lavc: schedule AVCodecContext.lowres for removal on next bump.Anton Khirnov2013-05-03
* aac: Remove aacpsy.h header, unused since 78e65cd7726Diego Biurrun2013-05-02
* cavs: Remove cavsdata.h header, unused since 88386feefdDiego Biurrun2013-05-02
* x86: dsputil: Move cavs and vc1-specific functions where they belongDiego Biurrun2013-05-02
* x86: dsputil: Move avg_pixels16_mmx() out of rnd_template.cDiego Biurrun2013-05-02
* x86: dsputil: Move avg_pixels8_mmx() out of rnd_template.cDiego Biurrun2013-05-02
* x86: Move duplicated put_pixels{8|16}_mmx functions into their own fileDiego Biurrun2013-05-02
* ppc: Only compile AltiVec FFT assembly when AltiVec is enabledDiego Biurrun2013-05-02
* avcodec: doxy: Clarify how to use buf[] when implementing get_buffer2()Derek Buitenhuis2013-04-30
* avcodec: doxy: Clarify what get_buffer2 must fill in buf[]Derek Buitenhuis2013-04-30
* ppc: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* x86: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* arm: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* ppc: More consistent arch initializationDiego Biurrun2013-04-30
* fft: Remove pointless #ifdefs around function declarationsDiego Biurrun2013-04-30
* ppc: Move AltiVec utility headers out of AltiVec ifdefsDiego Biurrun2013-04-30
* ppc: More consistent names for H.264 optimizations filesDiego Biurrun2013-04-30
* mpegaudiosp: More consistent names for ppc/x86 optimization filesDiego Biurrun2013-04-30
* lavc: clear AVBuffers on decoded frames if refcounted_frames is not setAnton Khirnov2013-04-30
* indeo3: use put_pixels instead of put_no_rnd_pixels in copy_cell()Anton Khirnov2013-04-30
* indeo3: fix off by one in MV validity checkAnton Khirnov2013-04-30
* x86: dsputil: Remove a set of pointless #ifs around function declarationsDiego Biurrun2013-04-30
* x86: dsputil: cosmetics: Group ff_{avg|put}_pixels16_mmxext() declarationsDiego Biurrun2013-04-30
* x86: hpeldsp: Remove unused macro definitionsDiego Biurrun2013-04-29
* aac: check the maximum number of channelsLuca Barbato2013-04-28
* h264_refs: Do not print check_opcodes() return valueDiego Biurrun2013-04-27
* x86: ac3dsp: Remove 3dnow version of ff_ac3_extract_exponentsDiego Biurrun2013-04-26
* x86: Rename dsputil_rnd_template.c to rnd_template.cMartin Storsjö2013-04-25
* x86: Get rid of duplication between *_rnd_template.cMartin Storsjö2013-04-23
* mpegvideo: unref cur/next/prev frames when flushingHendrik Leppkes2013-04-23
* x86: Factorize duplicated inline assembly snippetsMartin Storsjö2013-04-23
* jpeg2000: Add mutlti-threading support to decoderNicolas Bertrand2013-04-23
* x86: Move some conditional code around to avoid unused variable warningsDiego Biurrun2013-04-22
* jpeg2kdec: output is native endian AV_PIX_FMT_XYZ12Janne Grunau2013-04-22
* threads: always call thread_finish_setup for intra codecsJanne Grunau2013-04-22