summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* shorten: Prevent block size from increasingLaurent Aimar2011-10-07
* xan: Prevent out of bound accessesLaurent Aimar2011-10-07
* H264: Only wait before triggering ff_thread_setup_complete() until the next s...Michael Niedermayer2011-10-07
* vp6: Reset the internal state when aborting key frames header parsingLaurent Aimar2011-10-07
* vp56: Release old pictures after a resolution changesLaurent Aimar2011-10-07
* vp6: Check for huffman tree build errorsLaurent Aimar2011-10-07
* vp56: Check for missing reference frame dataLaurent Aimar2011-10-07
* cinepak: Fix invalid read access on extra dataLaurent Aimar2011-10-06
* vmd: fix segfaults on corruped streamsLaurent Aimar2011-10-06
* cook: Fix js_vlc_bits value validation for joint stereoLaurent Aimar2011-10-06
* Fixed deference of NULL pointer in motionpixels decoder.Laurent Aimar2011-10-06
* libx264: support 9- and 10-bit output.Anton Khirnov2011-10-06
* h264: correct implicit_weight for field-interlaced pictures.Ronald S. Bultje2011-10-05
* mpegvideo: set correct offset for edge emulation buffer.Ronald S. Bultje2011-10-05
* mpegvideo: fix position of bottom edge.Ronald S. Bultje2011-10-05
* Fix 'heigth' vs. 'height' typos.Diego Biurrun2011-10-05
* lavc/lavf: use unique private classes.Anton Khirnov2011-10-05
* lavc: use designated initializers for av_codec_context_classAnton Khirnov2011-10-05
* qcelpdec: cosmetics: do not add line break before opening bracket in 'for',Justin Ruggles2011-10-04
* qcelp: check output buffer size before decodingJustin Ruggles2011-10-04
* qcelpdec: fix the return value of qcelp_decode_frame().Chris Rankin2011-10-04
* sipr: fix the output data size check and only calculate it once.Justin Ruggles2011-10-04
* Synchronize various 4CCs and codec tags from FFmpeg.Diego Biurrun2011-10-04
* qdm2: check output buffer size before decodingJustin Ruggles2011-10-03
* Fix out of bound reads in the QDM2 decoder.Laurent Aimar2011-10-03
* Check for out of bound writes in the QDM2 decoder.Laurent Aimar2011-10-03
* libvpx: fix build with older libvpx versions.Anton Khirnov2011-10-03
* ARM: check for inline asm 'y' operand modifier supportMans Rullgard2011-10-03
* mpc8: check output buffer size before decodingJustin Ruggles2011-10-02
* mpc7: return error if packet is too small.Justin Ruggles2011-10-02
* mpc7: check output buffer size before decodingJustin Ruggles2011-10-02
* nellymoserdec: allocate float_buf only when decoding to int16Justin Ruggles2011-10-02
* nellymoserdec: use NELLY_BUF_LEN instead of 128Justin Ruggles2011-10-02
* nellymoserdec: use NELLY_BLOCK_LEN instead of 64 when appropriate.Justin Ruggles2011-10-02
* nellymoserdec: allow user to request SAMPLE_FMT_FLT for output samples.Justin Ruggles2011-10-02
* nellymoser: check output buffer size before decodingJustin Ruggles2011-10-02
* win32: improve threading algorithm warningLuca Barbato2011-10-02
* lavc: add video/audio/encoding flags to global_quality optionAnton Khirnov2011-10-01
* libvpxenc: use libvpx's own defaults for some parametersLuca Barbato2011-10-01
* vpxenc: add private optionsLuca Barbato2011-10-01
* dpcm: return error if packet is too smallJustin Ruggles2011-09-30
* dpcm: use smaller data types for static tablesJustin Ruggles2011-09-30
* dpcm: use sol_table_16 directly instead of through the DPCMContext.Justin Ruggles2011-09-30
* dpcm: replace short with int16_tJustin Ruggles2011-09-30
* dpcm: check to make sure channels is 1 or 2.Justin Ruggles2011-09-30
* dpcm: misc pretty-printingJustin Ruggles2011-09-30
* dpcm: remove unnecessary variable by using bytestream functions.Justin Ruggles2011-09-30
* dpcm: move codec-specific variable declarations to their corresponding decodi...Justin Ruggles2011-09-30
* dpcm: consistently use the variable name 'n' for the next input byte.Justin Ruggles2011-09-30
* dpcm: output AV_SAMPLE_FMT_U8 for Sol DPCM subcodecs 1 and 2.Justin Ruggles2011-09-30