]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-09-12 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-12 Stefano Sabatiniffprobe: print start_pts and duration_ts stream information
2012-09-12 Derek BuitenhuisFATE/bprint: Convert a VLA to a normal array
2012-09-12 Michael Niedermayerrtmpproto: reorder some expressions to fix compilation...
2012-09-11 Michael NiedermayerMerge remote-tracking branch 'cus/stable'
2012-09-11 Derek Buitenhuisdiracdsp: Fix unprotected inline asm
2012-09-11 Derek Buitenhuisffmpeg: Only include unistd.h if it exists
2012-09-11 Stefano Sabatinilavd/lavfi: apply stylistic fixes to the options help...
2012-09-11 Stefano Sabatiniffprobe: add priv_class field to Writer, and factorize...
2012-09-11 Marton Balintffplay: increase sample array buffer
2012-09-11 Marton Balintconfigure: add crop filter as ffplay requirement
2012-09-11 Marton Balintffplay: ensure that pictq_prev_picture never fills...
2012-09-11 Marton Balintffplay: simplify picture allocation
2012-09-11 Marton Balintffplay: make initial window size calculation based...
2012-09-11 Marton Balintffplay: factor display rectangle calculation to its...
2012-09-11 Stefano Sabatiniexamples/muxing: add check on avformat_write_header...
2012-09-11 Stefano Sabatiniexamples/muxing: apply misc fixes to log messages
2012-09-11 Stefano Sabatiniexamples/muxing: rename img_convert_ctx to sws_ctx
2012-09-11 Stefano Sabatiniexamples/muxing: merge some declarations and definitions
2012-09-11 Stefano Sabatiniexamples/muxing: prefer AVPicture to AVFrame, when...
2012-09-11 Derek Buitenhuispostproc: Fix unprotected inline asm
2012-09-11 Stefano Sabatinilavf/flvenc: convert commented debug log to an av_dlog...
2012-09-11 Stefano Sabatinilavfi/amerge: clarify the error message in case of...
2012-09-11 Clément Bœschlavfi/amerge: avoid a forward declaration.
2012-09-11 Michael Niedermayerratecontrol: change a commented printf to av_log
2012-09-11 Michael Niedermayerratecontrol: fix get_fps() argument
2012-09-11 Michael Niedermayerratecontrol: Dynamically choose a default for rc_max_av...
2012-09-11 Michael Niedermayerratecontrol: correct predictor in case of stuffing
2012-09-11 Stefano Sabatiniexamples/demuxing: add audio decoding/demuxing
2012-09-11 Diego Biurrunutvideoenc: Add missing AV_ prefix to codec ID
2012-09-11 Diego Biurrunavserver: Add missing #include for av_gettime()
2012-09-11 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-11 Martin Storsjöconfigure: Only disable aligned stack on MSVC on 32 bit
2012-09-11 Clément Bœschlavfi/amerge: fix input pad name behaviour.
2012-09-11 Diego Biurrunconfigure: indentation cosmetics
2012-09-11 Carl Eugen... The TrueHD decoder needs the MLP parser.
2012-09-11 Samuel Pitoisetrtpdec_jpeg: Add support for default quantizers
2012-09-11 Diego Biurrunx86: dsputil: Move specific optimization settings out...
2012-09-11 Anton Khirnovavplay: get rid of ugly casts in the options table
2012-09-11 Anton Khirnovavplay: fix prototypes for option callbacks.
2012-09-11 Anton Khirnovflvdec: always set AVFMTCTX_NOHEADER.
2012-09-11 Michael Niedermayercavsdec/decode_mb_b: fix return type
2012-09-11 Michael Niedermayerxtea: optimize core, about 4-5% faster.
2012-09-11 Michael Niedermayerx86/swscale: use unsigned to build SIMD values to avoid...
2012-09-11 Michael Niedermayerlavf/avformat_seek_file: fix harmless integer overflow
2012-09-11 Michael Niedermayeraacdec/lcg_random: fix harmless integer overflow
2012-09-11 Michael Niedermayercavsdec: Fix assertion failure.
2012-09-10 Stefano Sabatinilavf/segment: add segment_list_flags option
2012-09-10 Stefano Sabatinilavc/h263dec: return or propagate proper error codes
2012-09-10 Stefano Sabatinilavc/flvdec: return meaningful error codes
2012-09-10 Stefano Sabatiniffprobe: add print_section option to the compact writer
2012-09-10 Stefano Sabatiniffprobe: add and use DEFINE_WRITER_CLASS macro
2012-09-10 Michael Niedermayermpegaudiodec: replace pow(2.0,...) by exp2()
2012-09-10 Michael Niedermayeratrac3: replace powf(2,...) by exp2f()
2012-09-10 Michael Niedermayersws/output: use unsigned variables where harmless overf...
2012-09-10 Michael Niedermayerra144enc: avoid integer overflows.
2012-09-10 Michael Niedermayerffmpeg: check timebase validity before considering...
2012-09-10 Michael Niedermayerffmpeg: fix bytes written statistics.
2012-09-10 Michael Niedermayermpegtsenc: add forgotten ()
2012-09-10 Stefano Sabatinilavfi/setpts: set SAMPLE_RATE to NAN when input is...
2012-09-10 Stefano Sabatinilavfi/setpts: add FRAME_RATE constant
2012-09-10 Martin Storsjöfile: Use a normal private context for storing the...
2012-09-10 Martin Storsjöconfigure: Adjust the xgetbv instrinsic check
2012-09-10 Diego Biurrunconfigure: Add --disable-inline-asm command line option
2012-09-10 Sébastien Brochetadd OTF support for attachments
2012-09-10 Michael Niedermayerutils/update_stream_timings: fix division by zero
2012-09-10 Michael Niedermayeravidec/guess_ni_flag: fix harmless integer overflow
2012-09-10 Martin Storsjöconfigure: Don't try to enable the log2 function on...
2012-09-10 Michael Niedermayercompute_pkt_fields: fix harmless integer overflow
2012-09-10 Ben Jacksonlavc/pngenc: Enable frame threading for PNG encodes
2012-09-10 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-10 Stefano Sabatiniffprobe: simplify default printer
2012-09-10 Diego Biurrunx86: dsputil: Only compile motion_est code when encoder...
2012-09-09 Mans Rullgardmem: fix typo in check for __ICC
2012-09-09 Mans Rullgardfate: mp3: drop redundant CMP setting
2012-09-09 Reinhard Nisslaacdec.c: fix some comments
2012-09-09 Samuel Pitoisetrtp: Depacketization of JPEG (RFC 2435)
2012-09-09 Martin StorsjöRename ff_put_string to avpriv_put_string
2012-09-09 Samuel Pitoisetmjpeg: Rename some symbols to avpriv_* instead of ff_*
2012-09-09 Derek Buitenhuisfile: Add S_ISFIFO compatability macro
2012-09-09 Michael Niedermayerx86/mpegaudiodec: fix compilation failure on cygwin...
2012-09-09 Derek Buitenhuisdsputil_template: Reindent after recent change
2012-09-09 Michael Niedermayerx86/h264dsp_init: put a HAVE_YASM back
2012-09-09 Luca Barbatoyadif: cosmetics
2012-09-09 Michael Niedermayertiff/doubles2str: check for truncation
2012-09-09 Michael Niedermayertiff/doubles2str: factor out component_len
2012-09-09 Michael Niedermayergxfenc: assert that the to be written data has not...
2012-09-09 Michael Niedermayergxfenc: dont duplicate buffer size
2012-09-09 Michael Niedermayerffprobe: avoid unsafe usage of the snprintf() return...
2012-09-09 Michael Niedermayersrtdec: fix unsafe snprintf() return usage
2012-09-09 Michael Niedermayerass: assert that the timsstamps fitted in the buffers
2012-09-09 Michael Niedermayerffmpeg_filter: fix unsafe snprintf() usage
2012-09-09 Michael Niedermayerffserver: fix unsafe snprintf() return usage.
2012-09-09 Michael Niedermayerffserver: increase buffer size in http_send_too_busy_re...
2012-09-09 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-09 Michael Niedermayeraacpsy: use exp2(f) instead of pow(f)(2,...)
2012-09-09 Michael Niedermayerffprobe: use exp2 instead of pow(2, ...)
2012-09-09 Michael Niedermayerimc: use exp2 instead of pow(2,...)
2012-09-09 Stefano Sabatinilavu/samplefmt: fix/clarify documentation for av_sample...
2012-09-09 Stefano Sabatinilavu/samplefmt: add note regarding buf validity in...
next