summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* Add libswresample.Michael Niedermayer2011-09-19
* ffmpeg: fix video synchronization code to be exact on constant fps videos. Fi...Michael Niedermayer2011-09-13
* ffmpeg: remove unused data_codec_name.Clément Bœsch2011-09-12
* ffmpeg: set {audio,video,subtitle}_codec_name const.Clément Bœsch2011-09-12
* ffmpeg: a bit more consistent prototypes.Clément Bœsch2011-09-12
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-12
|\
* | ffmpeg: dont copy duration when -t is usedMichael Niedermayer2011-09-11
* | ffmpeg: replace messy duplicated tag compatibility functions by more generic ...Michael Niedermayer2011-09-11
* | ffmpeg: add vbsf & absf for compatibility.Michael Niedermayer2011-09-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-10
|\|
* | ffmpeg: fix -reMichael Niedermayer2011-09-09
* | lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersi...Stefano Sabatini2011-09-06
* | lavfi: unify asink_buffer and vsink_buffer APIStefano Sabatini2011-09-06
* | ffmpeg: map subtitle stream by default when user specified -scodecMichael Niedermayer2011-09-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-05
|\|
* | ffmpeg: tell reset_options() if it is used on input or output files.Michael Niedermayer2011-09-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-05
|\|
| * cmdutils: add support for caller-provided option context.Anton Khirnov2011-09-04
| * cmdutils: move grow_array() from avconv to cmdutils.Anton Khirnov2011-09-04
| * cmdutils: move exit_program() declaration to cmdutils from avconvAnton Khirnov2011-09-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-04
|\|
| * cmdutils: get rid of dummy contexts for examining AVOptions.Anton Khirnov2011-09-03
* | ffmpeg: fix reading from stdin on windowsMichael Niedermayer2011-09-04
* | Revert "ffmpeg: remove presets." and reimplement the needed parts that no lon...Michael Niedermayer2011-09-03
* | ffmpeg: Fix minor memleak of input_tmpChiranjeevi Melam2011-09-02
* | ffmpeg: fix two unused variables warnings.Clément Bœsch2011-09-01
* | Fix compilation with --disable-avfilter.Carl Eugen Hoyos2011-09-01
* | ffmpeg: Fix typos introduced in:Michael Niedermayer2011-09-01
* | Merge commit 'f593628e5868e52a46de666767896c6afcebdae4'Michael Niedermayer2011-08-31
|\|
| * doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun2011-08-26
* | ffmpeg: ffmpeg: fix reading commands from the keyboardMichael Niedermayer2011-08-30
* | ffmpeg: fix reading commands from stdinMichael Niedermayer2011-08-30
* | ffmpeg: re-add nb_streams to InputFile.Anton Khirnov2011-08-30
* | ffmpeg: Replace goto redo on decode fail with continue.Alex Converse2011-08-30
* | ffmpeg: Remove dead store.Alex Converse2011-08-30
* | ffmpeg: use av_clip_int16 for audio clippingAlex Converse2011-08-30
* | ffmpeg: switch stream mapping print code to qatars variantMichael Niedermayer2011-08-30
* | ffmpeg: move the avcodec_find_decoder() call to add_input_streams().Anton Khirnov2011-08-30
* | ffmpeg: Separate initialization from the main transcode loop.Alex Converse2011-08-30
* | ffmpeg: reset input_ts_offset between files.Anton Khirnov2011-08-30
* | ffmpeg: call flush_encoders() from transcode() directly.Anton Khirnov2011-08-30
* | ffmpeg: fix broken indentation.Anton Khirnov2011-08-30
* | ffmpeg: rescue poor abused limit_filesize global.Anton Khirnov2011-08-30
* | ffmpeg: Set error code before before jumping to fail.Alex Converse2011-08-30
* | ffmpeg: Fix spelling errors.Alex Converse2011-08-30
* | ffmpeg: save two levels of indentation in flush_encoders()Anton Khirnov2011-08-30
* | ffmpeg: factor flushing encoders out of output_packet().Anton Khirnov2011-08-30
* | ffmpeg: factor out initializing input streams.Anton Khirnov2011-08-30
* | ffmpeg: reset streamid_map between output files.Anton Khirnov2011-08-30
* | ffmpeg: make timer_start a local var in transcode().Anton Khirnov2011-08-30