aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '1399931d07f0f37ef4526eb8d39d33c64e09618a'Michael Niedermayer2013-05-1425-24/+24
|\
| * x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun2013-05-1222-21/+21
* | Merge commit '245b76a108585b6fb52eebc2626c472d6fa530dc'Michael Niedermayer2013-05-144-747/+789
|\|
| * x86: dsputil: Split inline assembly from init codeDiego Biurrun2013-05-124-727/+759
* | Merge commit '46bb456853b197f4562de7acf5d42abf11ded9be'Michael Niedermayer2013-05-148-143/+41
|\|
| * x86: dsputil: Refactor pixels16 wrapper functions with a macroDiego Biurrun2013-05-128-143/+41
* | avcodec/lcldec: Check that dimensions are a multiple of the subsample factorsMichael Niedermayer2013-05-131-0/+12
* | imgconvert: silence "incompatible pointer type" warningPaul B Mahol2013-05-131-1/+1
* | cdgraphics: initialize bufferMichael Niedermayer2013-05-131-1/+1
* | vorbisdec: check codebook entry countMichael Niedermayer2013-05-131-0/+5
* | Merge commit 'f54b55058a429c4eea5bae7e5bcb49bd29b34199'Michael Niedermayer2013-05-131-4/+2
|\|
| * configure: Rename cmov processor capability to i686Diego Biurrun2013-05-121-4/+2
* | pngenc: Add 'dpi', 'dpm' optionsAndrey Utkin2013-05-131-3/+36
* | dpxenc: simplifiy code using AVPixFmtDescriptorPaul B Mahol2013-05-121-26/+13
* | dpxenc: do not set coded_framePaul B Mahol2013-05-121-5/+0
* | aacenc: Fix ticket #1784: erasure of surround channelsClaudio Freire2013-05-121-2/+2
* | Merge remote-tracking branch 'jamrial/adpcm'Michael Niedermayer2013-05-128-3/+129
|\ \
| * | ADPCM IMA Radical decoderJames Almer2013-05-107-1/+44
| * | adpcm_thp: Allow the use of extradata for the adpcm tableJames Almer2013-05-101-0/+17
| * | ADPCM DTK decoderJames Almer2013-05-108-3/+69
* | | ffv1enc: fix 1000l typoMichael Niedermayer2013-05-111-1/+1
* | | ffv1: check for malloc failure.Michael Niedermayer2013-05-111-0/+2
* | | ffv1enc: Fix memleakMichael Niedermayer2013-05-111-0/+1
* | | ffv1enc: dont set coded_frameMichael Niedermayer2013-05-111-1/+0
* | | ffv1dec: Support frame threading with gop > 1Michael Niedermayer2013-05-113-11/+98
* | | ffv1enc: Check the return value of ffv1_common_init()Michael Niedermayer2013-05-111-1/+2
* | | ffv1: Switch to ThreadFrameMichael Niedermayer2013-05-114-24/+33
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-101-3/+1
|\ \ \ | | |/ | |/|
| * | indeo3: avoid writes without necessary alignment in copy_cell()Janne Grunau2013-05-101-3/+1
* | | Merge commit '2c299d4165cd9653153e12270971c2368551b79e'Michael Niedermayer2013-05-101-6/+6
|\| | | |/ |/|
| * x86: sbrdsp: implement SSE2 qmf_pre_shuffleChristophe Gisquet2013-05-102-0/+32
* | mimic: Fix race conditionMichael Niedermayer2013-05-101-1/+1
* | takdec: simplify use of scalarproduct_int16 in decode_subframe()Paul B Mahol2013-05-091-20/+7
* | lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch2013-05-096-16/+17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-091-4/+4
|\|
| * x86: dsputil: Remove unused argument from QPEL_OP macroDiego Biurrun2013-05-081-4/+4
* | Merge commit '3d40c1ee742db5f13ebcf53c2d1fa4bf4f39bcd2'Michael Niedermayer2013-05-092-11/+11
|\|
| * x86: dsputil: Move TRANSPOSE4 macro to the only place it is usedDiego Biurrun2013-05-082-11/+11
* | Merge commit '71469f3b636fbe06b6aca5933f9fdebddd8d5f57'Michael Niedermayer2013-05-096-24/+57
|\|
| * x86: dsputil: Move constant declarations into separate headerDiego Biurrun2013-05-086-24/+57
* | Merge commit 'ed880050edf061b38d3e39e25657c59ad9108b27'Michael Niedermayer2013-05-092-15/+11
|\|
| * x86: dsputil: Group all assembly constants together in constants.cDiego Biurrun2013-05-082-15/+11
* | Merge commit '87614667606b42476f9017d79faf12b45a0bd77c'Michael Niedermayer2013-05-093-13/+11
|\|
| * x86: dsputil: Move ff_pd assembly constants to the only place they are usedDiego Biurrun2013-05-083-13/+11
* | libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2013-05-081-0/+1
* | Merge commit '1b343cedd7cd68e7865aa5280d1568c7e5d79917'Michael Niedermayer2013-05-083-11/+0
|\|
| * 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
* | Merge commit '63bac48f734fc69cca2ef2cfada92cd9a222734d'Michael Niedermayer2013-05-083-26/+27
|\|
| * x86: dsputil: Move rv40-specific functions where they belongDiego Biurrun2013-05-073-26/+27