summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-0457-87/+161
* silly typo fixesDiego Biurrun2013-05-036-6/+7
* sbrdsp: Unroll and use integer operationsChristophe Gisquet2013-05-031-12/+27
* sbrdsp: Unroll sbr_autocorrelate_cChristophe Gisquet2013-05-031-0/+25
* x86: sbrdsp: Implement SSE2 qmf_deint_bflyChristophe Gisquet2013-05-032-0/+33
* vc1_parser: Set field_order.Masaki Tanaka2013-05-031-0/+5
* mpegvideo_parser: Set field_order.Masaki Tanaka2013-05-031-0/+8
* avcodec: Add field order information to AVCodecParserContext.Masaki Tanaka2013-05-032-1/+3
* lavc: schedule AVCodecContext.lowres for removal on next bump.Anton Khirnov2013-05-032-0/+7
* aac: Remove aacpsy.h header, unused since 78e65cd7726Diego Biurrun2013-05-021-50/+0
* cavs: Remove cavsdata.h header, unused since 88386feefdDiego Biurrun2013-05-021-67/+0
* x86: dsputil: Move cavs and vc1-specific functions where they belongDiego Biurrun2013-05-024-40/+35
* x86: dsputil: Move avg_pixels16_mmx() out of rnd_template.cDiego Biurrun2013-05-025-24/+29
* x86: dsputil: Move avg_pixels8_mmx() out of rnd_template.cDiego Biurrun2013-05-025-23/+25
* x86: Move duplicated put_pixels{8|16}_mmx functions into their own fileDiego Biurrun2013-05-025-134/+109
* ppc: Only compile AltiVec FFT assembly when AltiVec is enabledDiego Biurrun2013-05-021-3/+4
* avcodec: doxy: Clarify how to use buf[] when implementing get_buffer2()Derek Buitenhuis2013-04-301-2/+4
* avcodec: doxy: Clarify what get_buffer2 must fill in buf[]Derek Buitenhuis2013-04-301-2/+5
* ppc: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-302-32/+47
* x86: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-305-53/+60
* arm: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-303-9/+9
* avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-3013-114/+117
* ppc: More consistent arch initializationDiego Biurrun2013-04-3021-41/+79
* fft: Remove pointless #ifdefs around function declarationsDiego Biurrun2013-04-301-3/+1
* ppc: Move AltiVec utility headers out of AltiVec ifdefsDiego Biurrun2013-04-304-14/+13
* ppc: More consistent names for H.264 optimizations filesDiego Biurrun2013-04-304-4/+4
* mpegaudiosp: More consistent names for ppc/x86 optimization filesDiego Biurrun2013-04-304-2/+2
* lavc: clear AVBuffers on decoded frames if refcounted_frames is not setAnton Khirnov2013-04-301-0/+4
* indeo3: use put_pixels instead of put_no_rnd_pixels in copy_cell()Anton Khirnov2013-04-301-3/+3
* indeo3: fix off by one in MV validity checkAnton Khirnov2013-04-301-4/+4
* x86: dsputil: Remove a set of pointless #ifs around function declarationsDiego Biurrun2013-04-301-2/+0
* x86: dsputil: cosmetics: Group ff_{avg|put}_pixels16_mmxext() declarationsDiego Biurrun2013-04-301-28/+14
* x86: hpeldsp: Remove unused macro definitionsDiego Biurrun2013-04-291-7/+0
* aac: check the maximum number of channelsLuca Barbato2013-04-281-0/+2
* h264_refs: Do not print check_opcodes() return valueDiego Biurrun2013-04-271-3/+3
* x86: ac3dsp: Remove 3dnow version of ff_ac3_extract_exponentsDiego Biurrun2013-04-262-37/+0
* x86: Rename dsputil_rnd_template.c to rnd_template.cMartin Storsjö2013-04-253-2/+2
* x86: Get rid of duplication between *_rnd_template.cMartin Storsjö2013-04-232-197/+5
* mpegvideo: unref cur/next/prev frames when flushingHendrik Leppkes2013-04-231-0/+4
* x86: Factorize duplicated inline assembly snippetsMartin Storsjö2013-04-233-130/+76
* jpeg2000: Add mutlti-threading support to decoderNicolas Bertrand2013-04-231-2/+5
* x86: Move some conditional code around to avoid unused variable warningsDiego Biurrun2013-04-223-17/+15
* jpeg2kdec: output is native endian AV_PIX_FMT_XYZ12Janne Grunau2013-04-221-1/+1
* threads: always call thread_finish_setup for intra codecsJanne Grunau2013-04-221-2/+2
* avcodec: Bump minor for JPEG 2000 decoderDiego Biurrun2013-04-221-1/+1
* JPEG 2000 decoder for DCinemaNicolas Bertrand2013-04-2211-0/+2804
* sh4: Remove dubious aligned dsputil codeDiego Biurrun2013-04-2211-1665/+1
* x86: cavs: Refactor duplicate dspfunc macroDiego Biurrun2013-04-221-22/+14
* h264: Drop unused variableDiego Biurrun2013-04-221-1/+1
* x86: cavs: Put mmx-specific code into its own init functionDiego Biurrun2013-04-223-15/+31
OpenPOWER on IntegriCloud