aboutsummaryrefslogtreecommitdiff
path: root/ffmpeg.c
AgeCommit message (Expand)Author
2011-09-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-09ffmpeg: fix -reMichael Niedermayer
2011-09-06lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersi...Stefano Sabatini
2011-09-06lavfi: unify asink_buffer and vsink_buffer APIStefano Sabatini
2011-09-06ffmpeg: map subtitle stream by default when user specified -scodecMichael Niedermayer
2011-09-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-05ffmpeg: tell reset_options() if it is used on input or output files.Michael Niedermayer
2011-09-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-04cmdutils: add support for caller-provided option context.Anton Khirnov
2011-09-04cmdutils: move grow_array() from avconv to cmdutils.Anton Khirnov
2011-09-04cmdutils: move exit_program() declaration to cmdutils from avconvAnton Khirnov
2011-09-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-04ffmpeg: fix reading from stdin on windowsMichael Niedermayer
2011-09-03cmdutils: get rid of dummy contexts for examining AVOptions.Anton Khirnov
2011-09-03Revert "ffmpeg: remove presets." and reimplement the needed parts that no lon...Michael Niedermayer
2011-09-02ffmpeg: Fix minor memleak of input_tmpChiranjeevi Melam
2011-09-01ffmpeg: fix two unused variables warnings.Clément Bœsch
2011-09-01Fix compilation with --disable-avfilter.Carl Eugen Hoyos
2011-09-01ffmpeg: Fix typos introduced in:Michael Niedermayer
2011-08-31Merge commit 'f593628e5868e52a46de666767896c6afcebdae4'Michael Niedermayer
2011-08-30ffmpeg: ffmpeg: fix reading commands from the keyboardMichael Niedermayer
2011-08-30ffmpeg: fix reading commands from stdinMichael Niedermayer
2011-08-30ffmpeg: re-add nb_streams to InputFile.Anton Khirnov
2011-08-30ffmpeg: Replace goto redo on decode fail with continue.Alex Converse
2011-08-30ffmpeg: Remove dead store.Alex Converse
2011-08-30ffmpeg: use av_clip_int16 for audio clippingAlex Converse
2011-08-30ffmpeg: switch stream mapping print code to qatars variantMichael Niedermayer
2011-08-30ffmpeg: move the avcodec_find_decoder() call to add_input_streams().Anton Khirnov
2011-08-30ffmpeg: Separate initialization from the main transcode loop.Alex Converse
2011-08-30ffmpeg: reset input_ts_offset between files.Anton Khirnov
2011-08-30ffmpeg: call flush_encoders() from transcode() directly.Anton Khirnov
2011-08-30ffmpeg: fix broken indentation.Anton Khirnov
2011-08-30ffmpeg: rescue poor abused limit_filesize global.Anton Khirnov
2011-08-30ffmpeg: Set error code before before jumping to fail.Alex Converse
2011-08-30ffmpeg: Fix spelling errors.Alex Converse
2011-08-30ffmpeg: save two levels of indentation in flush_encoders()Anton Khirnov
2011-08-30ffmpeg: factor flushing encoders out of output_packet().Anton Khirnov
2011-08-30ffmpeg: factor out initializing input streams.Anton Khirnov
2011-08-30ffmpeg: reset streamid_map between output files.Anton Khirnov
2011-08-30ffmpeg: make timer_start a local var in transcode().Anton Khirnov
2011-08-30ffmpeg: cosmetics, move OutputStream.Anton Khirnov
2011-08-30ffmpeg: remove two unused macros.Anton Khirnov
2011-08-30ffmpeg: reindent.Anton Khirnov
2011-08-30ffmpeg: rescue poor abused start_time global.Anton Khirnov
2011-08-30ffmpeg: : rescue poor abused recording_time global.Anton Khirnov
2011-08-30ffmpeg: fix broken indentation.Anton Khirnov
2011-08-30ffmpeg: get rid of the arbitrary MAX_FILES limit.Anton Khirnov
2011-08-30ffmpeg: get rid of the output_streams_for_file vs. ost_table schizophreniaAnton Khirnov
2011-08-30Revert "Fix stream mapping regression"Michael Niedermayer
2011-08-30ffmpeg: add a wrapper for output AVFormatContexts and merge output_opts into itAnton Khirnov