summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
| * mpegvideo_enc: add quantizer_noise_shaping private option.Anton Khirnov2012-02-29
| * lavc: deprecate AVCodecContext.inter_threshold.Anton Khirnov2012-02-29
| * lavc: deprecate AVCodecContext.color_table_id.Anton Khirnov2012-02-29
| * mpegvideo_enc: add chroma/luma_elim_threshold private options.Anton Khirnov2012-02-29
| * mpegvideo_enc: add cbp_rd flag to mpv_flags.Anton Khirnov2012-02-29
| * mpegvideo_enc: add qp_rd flag to mpv_flags.Anton Khirnov2012-02-29
| * mpegvideo_enc: add strict_gop flag to mpv_flags.Anton Khirnov2012-02-29
| * lavc: add -mpv_flags to mpegvideo_enc-based encoders.Anton Khirnov2012-02-29
| * aacdec: Support stereo streams that erroneously signal predefined channel con...Michael Niedermayer2012-02-28
| * aacdec: Reshuffle functions so get_che() can call set_default_channel_config(...Alex Converse2012-02-28
| * vp56: error out on invalid stream dimensions.Ronald S. Bultje2012-02-28
* | lavc: fix 10l oversight in realloc of avcodec_encode_video2.Michael Niedermayer2012-02-29
* | dca: dont overread dca_default_coeffs.Michael Niedermayer2012-02-29
* | dca: Check scale_sum.Michael Niedermayer2012-02-29
* | dca: Check LFEScaleIndex.Michael Niedermayer2012-02-29
* | encode_video2: shrink packet after encoding.Nicolas George2012-02-29
* | vmnc: Fail if bpp is not recognized instead of crashing.Michael Niedermayer2012-02-29
* | get_buffers: Check that pix_fmt is not NONE.Michael Niedermayer2012-02-29
* | alsdec: Check that quantized parcor coeffs are within range.Michael Niedermayer2012-02-29
* | cook: avoid out of global array read.Michael Niedermayer2012-02-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-29
|\|
| * adpcm: Clip step_index values read from the bitstream at the beginning of eac...Alex Converse2012-02-28
| * doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun2012-02-28
| * Indeo3: fix crashes on corrupt bitstreams.Ronald S. Bultje2012-02-28
| * msmpeg4: Replace forward declaration by proper #include.Diego Biurrun2012-02-28
| * aacdec: Remove erroneous reference to global gain from the out of bounds scal...Alex Converse2012-02-27
* | adpcm_xa: Check filter validity.Michael Niedermayer2012-02-28