]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2011-09-01 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-09-01 Clément Bœschresample: fix typo (ouput → output).
2011-09-01 Clément BœschMakefile: remove unused PROGS_G.
2011-09-01 Clément Bœschbuild: introduce --progs-suffix option.
2011-09-01 Clément Bœschwav: init st to NULL to avoid a false-positive warning.
2011-09-01 Clément Bœschcmdutils: fix uninitialized variable (type) warning.
2011-09-01 Clément Bœschsws: fix a huge amount of incompatible pointer type...
2011-09-01 Clément Bœschffmpeg: fix two unused variables warnings.
2011-09-01 Clément Bœschresample: fix set but unused variable (lfe) warning.
2011-09-01 Clément Bœschimgconvert: avoid mixed declarations and code.
2011-09-01 Carl Eugen... Fix compilation with --disable-avfilter.
2011-09-01 Gavin Kinseyjpegdec: set color_range
2011-09-01 Michael Niedermayeravconv: fix some bugs introduced in 630902a1e1336e7ee0c...
2011-09-01 Anton Khirnovlibmp3lame: fix typo
2011-09-01 Anton KhirnovAVOptions: drop av_ prefix from static av_get_number().
2011-09-01 Anton Khirnovlibx264: use X264_THREADS_AUTO constant instead of 0.
2011-09-01 Michael Niedermayerffmpeg: Fix typos introduced in:
2011-09-01 Michael Niedermayervc1: loose one line difference to qatar.
2011-09-01 Michael Niedermayermpeg4: fix typo in mpeg4_encode_gop_header()
2011-08-31 Diego BiurrunReplace some commented-out debug printf() / av_log...
2011-08-31 Michael NiedermayerAPIchanges: remove "deprecate url_feof"
2011-08-31 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-08-31 Anton Khirnovlibx264: set default thread count to 0 (auto)
2011-08-31 Stefano Sabatinivsink_buffer: fix void pointer dereference in av_vsink_...
2011-08-31 Stefano Sabatinilavdev/lavfi: add debug traces in lavfi_read_packet()
2011-08-31 Stefano Sabatinivf_yadif: add support to yuva420p
2011-08-31 Anton Khirnovlavc: cosmetics, group deprecated codec flags
2011-08-31 Anton Khirnovmpeg12: add 'scan_offset' private option.
2011-08-31 Anton Khirnovh263/p encoder: add 'structured_slices' private option.
2011-08-31 Anton Khirnovh263/p encoder: add 'obmc' private option.
2011-08-31 Anton Khirnovh263p encoder: add 'aiv' private option.
2011-08-31 Anton Khirnovh263p encoder: add 'umv' private option.
2011-08-31 Anton Khirnovmpeg12enc/mpeg4videoenc: add 'alternate_scan' private...
2011-08-31 Anton Khirnovmjpegdec: add 'extern_huff' private option.
2011-08-31 Anton Khirnovmpeg4enc: add 'data_partitioning' private option.
2011-08-31 Anton Khirnovsnow: add 'memc_only' private option.
2011-08-31 Anton Khirnovlibx264: add 'mbtree' private option.
2011-08-31 Anton Khirnovlibx264: add 'psy' private option.
2011-08-31 Anton Khirnovlibmp3lame: add 'reservoir' private option.
2011-08-31 Anton Khirnovmpeg2enc: add 'non_linear_quant' private option
2011-08-31 Anton Khirnovmpeg12enc: add drop_frame_timecode private option.
2011-08-31 Anton Khirnovmpeg12enc: add intra_vlc private option.
2011-08-31 Alberto DelmásVC1: Support dynamic dimension changes
2011-08-31 Dustin Brodymjpeg: treat external huffman table setup failure as...
2011-08-31 Anton Khirnovlavc: deprecate CODEC_FLAG2_BRDO
2011-08-31 Anton Khirnovlibx264: add 'aud' private option.
2011-08-31 Anton Khirnovlibx264: add 'fast-pskip' private option.
2011-08-31 Anton Khirnovlibx264: add '8x8dct' private option.
2011-08-31 Anton Khirnovlibx264: add 'mixed-refs' private option.
2011-08-31 Anton Khirnovlibx264: add 'weightb' private option.
2011-08-31 Anton Khirnovlibx264: add 'b-pyramid' private option.
2011-08-31 Anton Khirnovlibx264: add 'intra-refresh' private option.
2011-08-31 Anton Khirnovlibx264: add 'ssim' private option.
2011-08-31 Anton Khirnovlibx264: make options compatible with x264
2011-08-31 Luca Barbatoavcodec: remove misleading comment
2011-08-31 Michael Niedermayerh264: clean all non null elements of delayed_pic[]
2011-08-31 Michael Niedermayerh264: change MAX_DELAYED_PIC_COUNT check to av_assert0
2011-08-30 Michael NiedermayerMerge commit 'f593628e5868e52a46de666767896c6afcebdae4'
2011-08-30 Carl Eugen... Support speex in avi.
2011-08-30 Michael Niedermayervf_drawtext: add basetime argument to allow specifying...
2011-08-30 Michael Niedermayerlibavfilter/graphparser: Avoid spaces in filter instanc...
2011-08-30 Michael Niedermayerffmpeg: ffmpeg: fix reading commands from the keyboard
2011-08-30 Anton Khirnovavconv: remove -threads option.
2011-08-30 Michael Niedermayerffmpeg: fix reading commands from stdin
2011-08-30 Michael Niedermayervf_drawtext: fix segfault on reinit
2011-08-30 Alex Converseavconv: Replace raw picture frame swapping hack.
2011-08-30 Michael Niedermayerfate: Switch default tool to test from avconv to ffmpeg
2011-08-30 Anton Khirnovffmpeg: re-add nb_streams to InputFile.
2011-08-30 Alex Converseffmpeg: Replace goto redo on decode fail with continue.
2011-08-30 Alex Converseffmpeg: Remove dead store.
2011-08-30 Alex Converseffmpeg: use av_clip_int16 for audio clipping
2011-08-30 Michael Niedermayerffmpeg: switch stream mapping print code to qatars...
2011-08-30 Anton Khirnovffmpeg: move the avcodec_find_decoder() call to add_inp...
2011-08-30 Alex Converseffmpeg: Separate initialization from the main transcode...
2011-08-30 Anton Khirnovffmpeg: reset input_ts_offset between files.
2011-08-30 Anton Khirnovffmpeg: call flush_encoders() from transcode() directly.
2011-08-30 Anton Khirnovffmpeg: fix broken indentation.
2011-08-30 Anton Khirnovffmpeg: rescue poor abused limit_filesize global.
2011-08-30 Alex Converseffmpeg: Set error code before before jumping to fail.
2011-08-30 Alex Converseffmpeg: Fix spelling errors.
2011-08-30 Anton Khirnovffmpeg: save two levels of indentation in flush_encoders()
2011-08-30 Anton Khirnovffmpeg: factor flushing encoders out of output_packet().
2011-08-30 Anton Khirnovffmpeg: factor out initializing input streams.
2011-08-30 Anton Khirnovffmpeg: reset streamid_map between output files.
2011-08-30 Anton Khirnovffmpeg: make timer_start a local var in transcode().
2011-08-30 Anton Khirnovffmpeg: cosmetics, move OutputStream.
2011-08-30 Anton Khirnovffmpeg: remove two unused macros.
2011-08-30 Anton Khirnovffmpeg: reindent.
2011-08-30 Anton Khirnovffmpeg: rescue poor abused start_time global.
2011-08-30 Anton Khirnovffmpeg: : rescue poor abused recording_time global.
2011-08-30 Anton Khirnovffmpeg: fix broken indentation.
2011-08-30 Anton Khirnovffmpeg: get rid of the arbitrary MAX_FILES limit.
2011-08-30 Anton Khirnovffmpeg: get rid of the output_streams_for_file vs....
2011-08-30 Michael NiedermayerRevert "Fix stream mapping regression"
2011-08-30 Anton Khirnovffmpeg: add a wrapper for output AVFormatContexts and...
2011-08-30 Anton Khirnovffmpeg: make itsscale syntax consistent with other...
2011-08-30 Anton Khirnovffmpeg: factor out adding input streams.
2011-08-30 Alex Converseffmpeg: Factorize combining auto vsync with format.
2011-08-30 Alex Converseffmpeg: Factorize video resampling.
2011-08-30 Alex Converseffmpeg: Don't unnecessarily convert ipts to a double.
next