aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Merge commit '92f8e06ecb431a427ea13d794e5a6bc927a034d2'Michael Niedermayer2013-05-087-26/+69
|\|
| * x86: dsputil hpeldsp: Move shared template functions into separate objectDiego Biurrun2013-05-077-26/+69
* | Merge commit '7edaf4edb5c3c04f34ad1242680cbc32d11f4087'Michael Niedermayer2013-05-084-12/+8
|\|
| * x86: rnd_template: Eliminate pointless OP_AVG macro indirectionDiego Biurrun2013-05-074-12/+8
* | Merge commit 'e55e8b2c362a60bad66929d83d8c83b0d7f5ffc9'Michael Niedermayer2013-05-081-10/+9
|\|
| * lavc: do not leak frames in avcodec_decode_audio4Luca Barbato2013-05-071-3/+1
* | Merge commit 'a97d8cc16e0da30c9ffefa1ede2a0adf3db5f3f8'Michael Niedermayer2013-05-081-20/+20
|\|
| * indeo3: use unaligned reads on reference blocks.Anton Khirnov2013-05-071-20/+20
* | Merge commit '70f9661542a581dfe93b636b1c55b5558e4a4e3c'Michael Niedermayer2013-05-081-14/+18
|\|
| * jpeg2000dec: initialize static data just onceJanne Grunau2013-05-061-14/+18
* | Merge commit '45a1694fde251ee56e23aec073d73172c00aa470'Michael Niedermayer2013-05-081-5/+5
|\|
| * jpeg2000dec: cleanup properly after decoding errorsJanne Grunau2013-05-061-6/+7
* | x86: sbrdsp: force PIC addressing for Win64Christophe Gisquet2013-05-082-13/+2
* | avcodec/mpegvideo: Fix edge emu with lowresMichael Niedermayer2013-05-081-1/+1
* | avcodec/mpegvideo: Fix block height for lowres 3 interlaced blocksMichael Niedermayer2013-05-081-3/+4
* | sanm: Check dimensions before useMichael Niedermayer2013-05-071-0/+5
* | avcodec/cdgraphics: check buffer size before useMichael Niedermayer2013-05-071-1/+3
* | dxa: check vectors of 2x2 motion blocksMichael Niedermayer2013-05-071-0/+5
* | dxa: check vectors of 4x4 motion blocksMichael Niedermayer2013-05-071-0/+5
* | shorten: allocate space for paddingMichael Niedermayer2013-05-071-1/+1
* | gifdec: reset previous Graphic Control Extension disposal typeMichael Niedermayer2013-05-071-0/+1
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2013-05-071-0/+22
|\ \
| * | Support decoding of Lagarith frame type FRAME_SOLID_COLOR.Carl Eugen Hoyos2013-05-071-0/+22
* | | Ticket #2540 Enable threading when using -c:v libx264rgbGunther Piez2013-05-071-1/+1
|/ /
* | avcodec/utils: Fix leak by dereferencing audio frame when side data causes wh...Matt Wolenetz2013-05-071-0/+2
* | jpeg2000dec: fix memleaks in error cases in jpeg2000_decode_frame()Michael Niedermayer2013-05-061-4/+7
* | Cosmetics: Fix indentation and add braces after last commit.Carl Eugen Hoyos2013-05-061-3/+3
* | vc1dec: Call ff_vdpau_vc1_decode_picture() once for each field.Carl Eugen Hoyos2013-05-061-0/+5