summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* snow: check reference frame indices.Michael Niedermayer2012-03-02
* huffyuv: pad classic huffman tables so as to avoid bitreader overread.Michael Niedermayer2012-03-02
* vc1: mquant is not allowed to be 0Michael Niedermayer2012-03-02
* h263: fix zygo debug printing overreading.Michael Niedermayer2012-03-02
* wmadec: fix off by 1 error on the pow_tab index check.Michael Niedermayer2012-03-02
* h261: check mtype.Michael Niedermayer2012-03-02
* wavpack: Fix an integer overflowDerek Buitenhuis2012-03-02
* roqvideodec: improve end of input buffer checkMichael Niedermayer2012-03-02
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-01
|\
| * h264: error out on invalid bitdepth.Ronald S. Bultje2012-03-01
| * aacsbr: use a swap index for the Y matrix rather than copy buffers.Christophe Gisquet2012-03-01
| * huffyuv: do not abort on unknown pix_fmt; instead, return an error.Ronald S. Bultje2012-03-01
| * lcl: return negative error codes on decode_init() errors.Ronald S. Bultje2012-03-01
| * h263enc: Add an option for outputting info about MBs as side dataMartin Storsjö2012-03-01
| * avpacket: Add a function for shrinking already allocated side dataMartin Storsjö2012-03-01
| * nellymoserdec: Saner and faster IMDCT windowingVitor Sessak2012-02-29
* | vc1: avoid reading beyond the last line in vc1_draw_sprites()Michael Niedermayer2012-03-01
* | eatgq: Pass error code from tgq_decode_mb() and let the caller fail.Michael Niedermayer2012-03-01
* | vc1: fix out of array reads in vc1_inv_trans_4x4_c()Michael Niedermayer2012-03-01
* | vc1: fix out of array reads in vc1_inv_trans_4x8_c()Michael Niedermayer2012-03-01
* | vc1: fix out of array reads in vc1_inv_trans_8x4_c()Michael Niedermayer2012-03-01
* | mpc: Fix mpc_CC table and use.Michael Niedermayer2012-03-01
* | mpc: Fix mpc_SCF use and content.Michael Niedermayer2012-03-01
* | rv34dsp: avoid use of crop table for idct.Michael Niedermayer2012-03-01
* | mpegaudiodec: Enable checked bitstream reader.Michael Niedermayer2012-03-01
* | mpegaudiodec: change granule skip code to avoid false checked bitstream reade...Michael Niedermayer2012-03-01
* | svq3dec: fix overread of the cliping table.Michael Niedermayer2012-03-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-01
|\|
| * amrnbdec: check frame size before decoding.Vitor Sessak2012-02-29
| * cscd: use negative error values to indicate decode_init() failures.Ronald S. Bultje2012-02-29
| * h264: prevent overreads in intra PCM decoding.Ronald S. Bultje2012-02-29
| * mpegaudiodec: use DSPUtil.butterflies_float().Vitor Sessak2012-02-29
| * vmnc: return error on decode_init() failure.Ronald S. Bultje2012-02-29
| * libvorbis: add/update error messagesJustin Ruggles2012-02-29
| * libvorbis: use AVFifoBuffer for output packet bufferJustin Ruggles2012-02-29
| * libvorbis: remove unneeded e_o_s checkJustin Ruggles2012-02-29
| * libvorbis: check return values for functions that can return errorsJustin Ruggles2012-02-29
| * libvorbis: use float input instead of s16Justin Ruggles2012-02-29
| * libvorbis: do not flush libvorbis analysis if dsp state was not initializedJustin Ruggles2012-02-29
| * libvorbis: use VBR by default, with default quality of 3Justin Ruggles2012-02-29
| * libvorbis: fix use of minrate/maxrate AVOptionsJustin Ruggles2012-02-29
| * libvorbis: cosmetics: renaming/pretty-printing/comments/unused codeJustin Ruggles2012-02-29
| * (e)ac3enc: select a default bit rate based on the channel layoutJustin Ruggles2012-02-29
| * ac3enc: choose the closest bit rate to the one requested instead of failingJustin Ruggles2012-02-29
| * rpza: error out on buffer overreads.Ronald S. Bultje2012-02-29
| * qtrle: return error on decode_init() failure.Ronald S. Bultje2012-02-29
| * dpxenc: Don't include the libavcodec ident if bitexact mode is enabledMartin Storsjö2012-02-29
| * prores: store and retrieve extended colourspace informationKostya Shishkov2012-02-29
| * proresenc: correct edge emulationPhil Barrett2012-02-29
| * prores: handle 444 chroma in right orderKostya Shishkov2012-02-29