]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2011-10-11 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-10-10 Stefano Sabatiniffprobe: prefer lowercase section names over uppercase...
2011-10-10 Laurent Aimarh264: reset h->ref_count in case of errors in ff_h264_d...
2011-10-10 Laurent Aimarerror_resilience: fix the check for missing references...
2011-10-10 Laurent Aimar4xm: prevent NULL dereference with invalid huffman...
2011-10-10 Laurent Aimar4xmdemux: prevent use of uninitialized memory
2011-10-10 Laurent Aimar4xm: clear FF_INPUT_BUFFER_PADDING_SIZE bytes in tempor...
2011-10-10 Laurent Aimarptx: check for out of bound reads
2011-10-10 Laurent Aimartiffdec: fix out of bound reads/writes
2011-10-10 Laurent Aimareacmv: check for out of bound reads
2011-10-10 Laurent Aimareacmv: fix potential pointer arithmetic overflows
2011-10-10 Laurent Aimaradpcm: fix out of bound reads due to integer overflow
2011-10-10 Laurent Aimaranm: prevent infinite loop
2011-10-10 Laurent Aimaravsdemux: check for out of bound writes
2011-10-10 Laurent Aimaravs: check for out of bound reads
2011-10-10 Laurent Aimaravsdemux: check for corrupted data
2011-10-10 Clément Bœschlibmodplug: do not call av_expr_parse() in case of...
2011-10-10 Clément Bœschlibmodplug: simpler and faster use of eval expr.
2011-10-10 Anton KhirnovAVOptions: refactor set_number/write_number
2011-10-10 Anton KhirnovAVOptions: cosmetics, rename static av_set_number2...
2011-10-10 Anton KhirnovAVOptions: cosmetics, move and rename static av_set_num...
2011-10-10 Anton KhirnovAVOptions: split av_set_string3 into opt type-specific...
2011-10-10 Mans Rullgardavidec: fix signed overflow in avi_sync()
2011-10-10 Alex Conversemxfdec: Fix some buffer overreads caused by the misuse...
2011-10-10 Baptiste Coudurierdnxhddec: handle cid change in bitstream.
2011-10-10 Kostya Shishkovvc1: K&R reformatting cosmetics
2011-10-10 Tomas Härdinmxfdec: Move FooterPartition to MXFContext and make...
2011-10-10 Justin Rugglesra288: log an error message when output buffer is too...
2011-10-10 Justin Rugglesra288: use a more descriptive calculation for output...
2011-10-10 Justin Rugglesra144: use macro constants to make the code more unders...
2011-10-10 Justin Rugglesra144dec: log an error message when output buffer is...
2011-10-10 Justin Rugglesra144dec: use a more descriptive calculation for output...
2011-10-10 Reimar DöffingerSupport playing SMV files.
2011-10-10 Clément Bœschlibmodplug: add bintext video stream capability.
2011-10-10 Clément Bœschswresample: fix another broken indent chunk.
2011-10-10 Michael Niedermayermpegts: reduce av_log level for seek back to begin...
2011-10-10 Mashiat Sarker... lavc: Micro version bump for VC1 interlaced decoding...
2011-10-10 Mashiat Sarker... vc1dec: interlaced stream decoding support 3/3
2011-10-10 Mashiat Sarker... vc1dec: interlaced stream decoding support 2/3
2011-10-10 Mashiat Sarker... vc1dec: interlaced stream decoding support 1/3
2011-10-10 Petter Ericsonmpegts: Attempt to seek back to beginning in non-seekab...
2011-10-10 Gwenole Beauchesnevaapi: Fix VC-1 decoding (reconstruct bitstream TTFRM...
2011-10-10 Diego Biurrunconfigure: Add -Wstrict-prototypes to CFLAGS if available.
2011-10-10 Janne Grunauavidec: simplify size parameter in memset()
2011-10-10 Carl Eugen... Add G.723.1 to the documentation.
2011-10-10 Carl Eugen... Bump minor for G.723.1 encoder and muxer.
2011-10-10 Clément Bœschswresample: fix broken indent.
2011-10-10 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-10-10 Michael Niedermayerreg tests: add g723.1
2011-10-10 Mohamed Naufalg723.1 encoder
2011-10-10 Mohamed Naufalg723.1 muxer
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 Carl Eugen... Do not auto-detect Sorenson Spark in f4v.
2011-10-09 Carl Eugen... Be less verbose about continuity check errors.
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 Rullgardcrc: fix signed overflow
2011-10-09 Mans Rullgardfate: run avconv with -nostats flag
2011-10-09 Mans Rullgardavtools: add -v as alias for -loglevel
2011-10-09 Anton Khirnovavconv: always print stats with AV_LOG_INFO
2011-10-09 Anton Khirnovdoc/avconv: add forgotten output/per-stream info to...
2011-10-09 Anton Khirnovavconv: add -stats option to enable/disable printing...
2011-10-09 Anton Khirnovavconv: in output_packet() don't set decoded_data_size...
2011-10-09 Anton Khirnovavconv: remove pointless always true condition
2011-10-09 Anton Khirnovavconv: factorize common code in transcode_init()
2011-10-09 Stefano Sabatiniffprobe: parse arguments for -print_format writer
2011-10-09 Stefano Sabatiniffprobe: create a dedicated "Writers" section in the...
2011-10-09 Stefano Sabatiniffprobe: extend writers API, and move the writers up...
2011-10-09 Stefano Sabatinilavu: bump micro after gcd(), random(), and hypot(...
2011-10-09 Clément Bœschdoc: avoid "@table has text but no @item" warning.
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 Aimarvqa: fix double free on corrupted streams
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-09 Michael Niedermayerpixdesc: fix gbr24p
2011-10-09 Michael Niedermayerffmpeg: fix y/N regression so that \n is always needed
next