summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-10
|\
| * mpeg4dec: use unsigned type for startcode in ff_mpeg4_decode_picture_headerMans Rullgard2011-10-09
| * mpeg124: use sign_extend() functionMans Rullgard2011-10-09
| * ac3dec: use get_sbits() instead of manually sign-extendingMans Rullgard2011-10-09
| * 4xm: fix signed overflowMans Rullgard2011-10-09
| * wmavoice: fix a signed overflowMans Rullgard2011-10-09
| * mpegvideo_enc: fix a signed overflowMans Rullgard2011-10-09
| * crc: fix signed overflowMans Rullgard2011-10-09
| * fate: run avconv with -nostats flagMans Rullgard2011-10-09
| * avtools: add -v as alias for -loglevelMans Rullgard2011-10-09
| * avconv: always print stats with AV_LOG_INFOAnton Khirnov2011-10-09
| * doc/avconv: add forgotten output/per-stream info to -filterAnton Khirnov2011-10-09
| * avconv: add -stats option to enable/disable printing encoding progressAnton Khirnov2011-10-09
| * avconv: in output_packet() don't set decoded_data_size for video.Anton Khirnov2011-10-09
| * avconv: remove pointless always true conditionAnton Khirnov2011-10-09
| * avconv: factorize common code in transcode_init()Anton Khirnov2011-10-09
| * zmbv: remove memcpy() of decoded frameMans Rullgard2011-10-09
| * mpeg12enc: use sign_extend() functionMans Rullgard2011-10-09
| * h264pred: use unsigned types for pixel values, fix signed overflowsMans Rullgard2011-10-09
| * h264: fix signed overflows in x*0x01010101 expressionsMans Rullgard2011-10-09
| * h264pred: remove unused variablesMans Rullgard2011-10-09
* | reg tests: add g723.1Michael Niedermayer2011-10-10
* | g723.1 encoderMohamed Naufal2011-10-10
* | g723.1 muxerMohamed Naufal2011-10-10
* | Do not auto-detect Sorenson Spark in f4v.Carl Eugen Hoyos2011-10-09
* | Be less verbose about continuity check errors.Carl Eugen Hoyos2011-10-09
* | prores: check slice mb_y against mb_heightMichael Niedermayer2011-10-09
* | prores: only call get_buffer once per frameMichael Niedermayer2011-10-09
* | prores:cosmeticsMichael Niedermayer2011-10-09
* | prores: fix typoMichael Niedermayer2011-10-09
* | ffprobe: parse arguments for -print_format writerStefano Sabatini2011-10-09
* | ffprobe: create a dedicated "Writers" section in the manualStefano Sabatini2011-10-09
* | ffprobe: extend writers API, and move the writers up in the fileStefano Sabatini2011-10-09
* | lavu: bump micro after gcd(), random(), and hypot() additions in evalStefano Sabatini2011-10-09
* | doc: avoid "@table has text but no @item" warning.Clément Bœsch2011-10-09
* | Allow YUV444P and RGB/BGR encoding for libx264.Themaister2011-10-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-09
|\|
| * lavf: fix signed overflow in avformat_find_stream_info()Mans Rullgard2011-10-08
| * vp8: fix signed overflowsMans Rullgard2011-10-08
| * motion_est: fix some signed overflowsMans Rullgard2011-10-08
| * dca: fix signed overflow in shiftMans Rullgard2011-10-08
| * aacdec: fix undefined shiftsMans Rullgard2011-10-08
| * bink: Check for various out of bound writesLaurent Aimar2011-10-08
| * bink: Check for out of bound writes when building treeLaurent Aimar2011-10-08
| * put_bits: fix invalid shift by 32 in flush_put_bits()Mans Rullgard2011-10-08
* | qtrle: check for out of bound writes.Laurent Aimar2011-10-09
* | xxan: check for out of bound accessesLaurent Aimar2011-10-09
* | txd: check for out of bound reads.Laurent Aimar2011-10-09
* | qtrle: check for invalid line offsetLaurent Aimar2011-10-09
* | vqavideo: check for out of bound reads.Laurent Aimar2011-10-09