aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* huffyuvdec: check width more completely, avoid out of array accessesMichael Niedermayer2012-11-291-1/+4
* tiffdec: better checks for bitstream offsets, fixes out of array readsMichael Niedermayer2012-11-291-2/+2
* roqvideodec: check dimensions validityMichael Niedermayer2012-11-291-0/+6
* Merge commit 'bfe5454cd238b16e7977085f880205229103eccb'Michael Niedermayer2012-11-291-57/+55
|\
| * x86: dsputilenc: port to cpuflagsDiego Biurrun2012-11-281-57/+55
* | Merge commit '1f3f896564501c23b44fcf605567c78ce066b539'Michael Niedermayer2012-11-291-4/+4
|\|
| * x86: h264dsp: Fix linking with yasm and optimizations disabledDiego Biurrun2012-11-281-4/+4
* | pgssubdec: remove unused variablePaul B Mahol2012-11-281-1/+0
* | iff demuxer: 16SV supportPaul B Mahol2012-11-281-0/+2
* | vc1dec: add hacks to ensure static tables are initialized in open().Reimar Döffinger2012-11-281-0/+9
* | Use err_out label for error-case cleanup.Reimar Döffinger2012-11-281-11/+12
* | atrac3: do not use init_static_data to init VLC data.Reimar Döffinger2012-11-281-2/+6
* | Merge commit 'af7d13ee4a4bf8d708f9b0598abb8f6e22b76de1'Michael Niedermayer2012-11-281-69/+70
|\|
| * x86: h264_idct: port to cpuflagsDiego Biurrun2012-11-281-69/+70
* | Merge commit 'f5fa03660db16f9d78abc5a626438b4d0b54f563'Michael Niedermayer2012-11-281-64/+55
|\|
| * vble: Do not abort decoding when version is not 1Piotr Bandurski2012-11-271-4/+2
| * x86: h264_weight: port to cpuflagsDiego Biurrun2012-11-271-57/+48
* | qpeg: reset palette on seeksMichael Niedermayer2012-11-281-0/+15
* | mjpegdec: dont set got_picture to 0 per frame.Michael Niedermayer2012-11-271-1/+0
* | mjpegdec: reset got_picture on errors, successful return, init and flush.Michael Niedermayer2012-11-271-0/+11
* | mjpegdec: replace returns by goto fail in frame decode.Michael Niedermayer2012-11-271-7/+9
* | mjpegdec: make sure ret is set before its used.Michael Niedermayer2012-11-271-0/+1
* | h264: support invalid annex B in mp4Michael Niedermayer2012-11-271-0/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-272-2/+3
|\|
| * h264: set Picture.owner2 to the current threadJanne Grunau2012-11-272-2/+3
* | Merge commit '6e5cdf26281945ddea3aaf5eca4d127791f23ca8'Michael Niedermayer2012-11-272-6/+6
|\|
| * h264: check ref_count validity for num_ref_idx_active_override_flagJanne Grunau2012-11-271-1/+6
| * h264: add missing new line to log messageJanne Grunau2012-11-271-1/+1
| * dcadec: skip QMF on unused channelsMichael Niedermayer2012-11-261-3/+4
* | Merge commit '284ea790d89441fa1e6b2d72d3c1ed6d61972f0b'Michael Niedermayer2012-11-278-84/+29
|\|
| * dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles2012-11-268-83/+27
| * aacenc: use the correct output bufferMichael Niedermayer2012-11-261-5/+5
| * aacdec: fix signed overflows in lcg_random()Mans Rullgard2012-11-261-1/+2
* | AFC demuxerPaul B Mahol2012-11-271-2/+17
* | get_dc: fix roundingMichael Niedermayer2012-11-261-1/+1
* | mpeg4videodec: use ROUNDED_DIV for pts calculationMichael Niedermayer2012-11-261-1/+1
* | adpcm: thp, afc: support multichannel decodingPaul B Mahol2012-11-261-5/+7
* | h264: Fix minor bug in h264.c error traceSergio Garcia Murillo2012-11-261-1/+1
* | Merge commit '5ae72f54532960cb9eae82a1c9e8d505106c022b'Michael Niedermayer2012-11-263-19/+36
|\|
| * flashsv: check for keyframe before using differential codingJanne Grunau2012-11-261-0/+5
| * h264: enable low delay only if no delayed frames were seenJanne Grunau2012-11-261-2/+8
| * x86: fix build without inline asmDiego Biurrun2012-11-261-20/+22
* | Merge commit '3d3cf6745e2a5dc9c377244454c3186d75b177fa'Michael Niedermayer2012-11-264-56/+76
|\|
| * aacdec: use float planar sample format for outputJustin Ruggles2012-11-253-48/+66
* | Merge commit '8e134e5104e99a69cd4cea10540a7ce9c3682a2c'Michael Niedermayer2012-11-264-55/+73
|\|
| * lavc: clarify get_buffer() documentationJustin Ruggles2012-11-251-1/+6
| * mpegaudiodec: use planar sample format for output unless packed is requestedJustin Ruggles2012-11-252-48/+61
| * x86: h264 qpel: use the correct number of utilized xmm regs in cglobalJustin Ruggles2012-11-251-6/+6
* | dsputil_mmx: ff_put_dirac_pixels depend now on yasm.Michael Niedermayer2012-11-261-0/+2
* | iff decoder: reindentPeter Ross2012-11-261-132/+132