summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-159-19/+19
* jpeg2000dec: don't use deprecated PIX_FMT valuesAnton Khirnov2013-05-151-4/+4
* jpeg2000dec: Use correct printf length modifier for pointer differencesDiego Biurrun2013-05-141-2/+2
* vc1dec: Don't apply the loop filter on fieldsMartin Storsjö2013-05-141-2/+3
* vc1: implement frame interlaced b-frame header parsingHendrik Leppkes2013-05-141-3/+40
* vc1dec: Don't attempt error concealment on field picturesMichael Niedermayer2013-05-141-1/+2
* vc1dec: fieldtx is only valid for interlaced frame picturesSebastian Sandberg2013-05-141-3/+5
* aacenc: Fix erasure of surround channelsClaudio Freire2013-05-141-2/+2
* aacenc: Fix target bitrate for twoloop quantiser searchClaudio Freire2013-05-141-1/+1
* aacenc: Fix a rounding bug in aacpsy channel bitrate computationClaudio Freire2013-05-141-1/+1
* lavc: Fix msvc compilation of utils.c with -WX (warnings treated as errors)Matt Wolenetz2013-05-141-0/+1
* x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun2013-05-1222-21/+21
* x86: dsputil: Split inline assembly from init codeDiego Biurrun2013-05-124-727/+759
* x86: dsputil: Refactor pixels16 wrapper functions with a macroDiego Biurrun2013-05-128-143/+41
* configure: Rename cmov processor capability to i686Diego Biurrun2013-05-121-4/+2
* indeo3: avoid writes without necessary alignment in copy_cell()Janne Grunau2013-05-101-3/+1
* x86: sbrdsp: implement SSE2 qmf_pre_shuffleChristophe Gisquet2013-05-102-0/+32
* x86: dsputil: Remove unused argument from QPEL_OP macroDiego Biurrun2013-05-081-4/+4
* x86: dsputil: Move TRANSPOSE4 macro to the only place it is usedDiego Biurrun2013-05-082-11/+11
* x86: dsputil: Move constant declarations into separate headerDiego Biurrun2013-05-086-24/+57
* x86: dsputil: Group all assembly constants together in constants.cDiego Biurrun2013-05-082-15/+11
* x86: dsputil: Move ff_pd assembly constants to the only place they are usedDiego Biurrun2013-05-083-13/+11
* x86: dsputil: Remove unused ff_pb_3F constantDiego Biurrun2013-05-072-2/+0
* x86: dsputil: Remove unused MOVQ_BONE macroDiego Biurrun2013-05-072-9/+0
* x86: dsputil: Move rv40-specific functions where they belongDiego Biurrun2013-05-073-26/+27
* x86: dsputil hpeldsp: Move shared template functions into separate objectDiego Biurrun2013-05-077-26/+69
* x86: rnd_template: Eliminate pointless OP_AVG macro indirectionDiego Biurrun2013-05-074-12/+8
* lavc: do not leak frames in avcodec_decode_audio4Luca Barbato2013-05-071-3/+1
* indeo3: use unaligned reads on reference blocks.Anton Khirnov2013-05-071-20/+20
* jpeg2000dec: initialize static data just onceJanne Grunau2013-05-061-14/+18
* jpeg2000dec: cleanup properly after decoding errorsJanne Grunau2013-05-061-6/+7
* jpeg2000: Fix uninitialized data errors pointed out by valgrind/memcheckNicolas Bertrand2013-05-061-4/+13
* x86: hpeldsp: Move avg_pixels8_x2_mmx() out of hpeldsp_rnd_template.cDiego Biurrun2013-05-065-25/+58
* x86: hpeldsp: Only compile MMX hpeldsp code if MMX is enabledDiego Biurrun2013-05-061-2/+2
* x86: More specific ifdefs for dsputil/hpeldsp init functionsDiego Biurrun2013-05-062-16/+16
* bgmc: Do not mark ff_bgmc_decode_init() as av_coldDiego Biurrun2013-05-051-2/+2
* avcodec: Add av_cold attributes to end functions missing themDiego Biurrun2013-05-057-10/+14
* 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
OpenPOWER on IntegriCloud