]> git.sesse.net Git - ffmpeg/history - libavcodec
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec /
2011-10-10 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-10-10 Mohamed Naufalg723.1 encoder
2011-10-09 Mans Rullgardmpeg4dec: use unsigned type for startcode in ff_mpeg4_d...
2011-10-09 Mans Rullgardmpeg124: use sign_extend() function
2011-10-09 Mans Rullgardac3dec: use get_sbits() instead of manually sign-extending
2011-10-09 Mans Rullgard4xm: fix signed overflow
2011-10-09 Mans Rullgardwmavoice: fix a signed overflow
2011-10-09 Mans Rullgardmpegvideo_enc: fix a signed overflow
2011-10-09 Michael Niedermayerprores: check slice mb_y against mb_height
2011-10-09 Michael Niedermayerprores: only call get_buffer once per frame
2011-10-09 Michael Niedermayerprores:cosmetics
2011-10-09 Michael Niedermayerprores: fix typo
2011-10-09 Mans Rullgardzmbv: remove memcpy() of decoded frame
2011-10-09 Mans Rullgardmpeg12enc: use sign_extend() function
2011-10-09 Mans Rullgardh264pred: use unsigned types for pixel values, fix...
2011-10-09 Mans Rullgardh264: fix signed overflows in x*0x01010101 expressions
2011-10-09 Mans Rullgardh264pred: remove unused variables
2011-10-09 ThemaisterAllow YUV444P and RGB/BGR encoding for libx264.
2011-10-09 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-10-09 Laurent Aimarqtrle: check for out of bound writes.
2011-10-09 Laurent Aimarxxan: check for out of bound accesses
2011-10-09 Laurent Aimartxd: check for out of bound reads.
2011-10-09 Laurent Aimarqtrle: check for invalid line offset
2011-10-09 Laurent Aimarvqavideo: check for out of bound reads.
2011-10-09 Laurent Aimarvqavideo: check for invalid/unsupported version
2011-10-09 Laurent Aimareamad: release the reference frame on video size changes
2011-10-09 Laurent Aimareamad: check for out of bound reads when doing MC
2011-10-09 Laurent Aimareamad: avoid NULL derefence when missing the reference...
2011-10-09 Laurent Aimareatgv: fix pointer arithmetic overflows.
2011-10-09 Laurent Aimareatgv: fix out of bound reads on corrupted motions...
2011-10-09 Laurent Aimareamad: clear FF_INPUT_BUFFER_PADDING_SIZE bytes at...
2011-10-09 Laurent Aimaratrac1: give a valid context pointer to av_log().
2011-10-08 ThemaisterStart adding pixel definitions for planar rgb.
2011-10-08 Mans Rullgardvp8: fix signed overflows
2011-10-08 Mans Rullgardmotion_est: fix some signed overflows
2011-10-08 Mans Rullgarddca: fix signed overflow in shift
2011-10-08 Mans Rullgardaacdec: fix undefined shifts
2011-10-08 Michael Niedermayerdct-test: document the number of bits we use for testing.
2011-10-08 Michael Niedermayerdct-test: better term for meximum error.
2011-10-08 Laurent Aimarbink: Check for various out of bound writes
2011-10-08 Laurent Aimarbink: Check for out of bound writes when building tree
2011-10-08 Mans Rullgardput_bits: fix invalid shift by 32 in flush_put_bits()
2011-10-08 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-10-08 Michael NiedermayerH264: set colorspace and full range to values indicatin...
2011-10-07 Clément Bœschbintext: reset x and y pos after each frame decode.
2011-10-07 Laurent Aimarmpc8: Check out of bound bands limit
2011-10-07 Laurent Aimarxan: Prevent NULL dereference with missing palette
2011-10-07 Laurent Aimarxan: Check for out of bound reads in xan_huffman_decode()
2011-10-07 Laurent Aimarxan: Fixed out of bound accesses in xan_unpack()
2011-10-07 Laurent Aimarmotionpixels: Prevent calling init_vlc() with invalid...
2011-10-07 Laurent Aimarshorten: Fix out of bound writes in fix_bitshift()
2011-10-07 Laurent Aimardsicinav: Check for out of bounds writes
2011-10-07 Laurent Aimartiertexseqv: Check for out of bound reads
2011-10-07 Laurent Aimarquickdraw: Check for out of bound reads
2011-10-07 Laurent Aimardsicinav: Check for out of bounds reads
2011-10-07 Laurent Aimarmotionpixels: Fix the size of workspace buffers
2011-10-07 Laurent Aimarmotionpixels: Clear FF_INPUT_BUFFER_PADDING_SIZE bytes...
2011-10-07 Laurent Aimarwmavoice: Check for corrupted extra data
2011-10-07 Laurent Aimarwmavoice: Check for out of bound writes
2011-10-07 Laurent Aimarxan: Prevent NULL dereferences with missing reference...
2011-10-07 Laurent Aimarbink: Prevent NULL dereferences with missing reference...
2011-10-07 Laurent Aimarwavpack: Reset internal state on corrupted blocks
2011-10-07 Laurent Aimarwmapro: Validate the number of audio channels before...
2011-10-07 Laurent Aimarshorten: Prevent block size from increasing
2011-10-07 Laurent Aimarxan: Prevent out of bound accesses
2011-10-07 Michael NiedermayerMerge remote-tracking branch 'hexene/stagefright'
2011-10-07 Mohamed Naufallibstagefright: start decode_thread() only after decode...
2011-10-07 Mohamed Naufallibstagefright: mark the dummy frame as keyframe.
2011-10-07 Mohamed Naufallibstagefright: limit the output queue size
2011-10-07 Mohamed Naufallibstagefright: return EOS if CustomSource::read()...
2011-10-07 Mohamed Naufallibstagefright: set the correct frame size
2011-10-07 Michael NiedermayerH264: Only wait before triggering ff_thread_setup_compl...
2011-10-07 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-10-07 Michael Niedermayerlavc: add ff_init_buffer_info()
2011-10-06 Laurent Aimarh264: reject unsupported 422 9 bit streams
2011-10-06 Laurent Aimarh264: fix the size of PPS::chroma_qp_table
2011-10-06 Laurent Aimarvp6: Reset the internal state when aborting key frames...
2011-10-06 Laurent Aimarvp56: Release old pictures after a resolution changes
2011-10-06 Laurent Aimarvp6: Check for huffman tree build errors
2011-10-06 Laurent Aimarvp56: Check for missing reference frame data
2011-10-06 Laurent Aimarcinepak: Fix invalid read access on extra data
2011-10-06 Laurent Aimarvmd: fix segfaults on corruped streams
2011-10-06 Laurent Aimarcook: Fix js_vlc_bits value validation for joint stereo
2011-10-06 Michael Niedermayerh264: fix fill_colmap() to not store entries mbaff...
2011-10-06 Laurent AimarFixed deference of NULL pointer in motionpixels decoder.
2011-10-06 Clément Bœschbintext: fix warning message wording.
2011-10-06 Gwenole Beauchesnevaapi: fix VC-1 decoding (reconstruct bitstream TTFRM...
2011-10-06 Michael Niedermayermpeg1dec: More complete sofdec support
2011-10-06 Anton Khirnovlibx264: support 9- and 10-bit output.
2011-10-06 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-10-05 Ronald S. Bultjeh264: correct implicit_weight for field-interlaced...
2011-10-05 Ronald S. Bultjempegvideo: set correct offset for edge emulation buffer.
2011-10-05 Ronald S. Bultjempegvideo: fix position of bottom edge.
2011-10-05 Diego BiurrunFix 'heigth' vs. 'height' typos.
2011-10-05 Anton Khirnovlavc/lavf: use unique private classes.
2011-10-05 Anton Khirnovlavc: use designated initializers for av_codec_context_...
2011-10-05 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-10-05 Michael Niedermayerh264: remove assert() on ref_frame_count.
2011-10-04 Laurent Aimarh264: do not let invalid values in h->ref_count after...
2011-10-04 Laurent Aimarh264: bit depth/chroma idc changes must go through...
next