summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Add libswresample.Michael Niedermayer2011-09-191-54/+29
* ffmpeg: fix video synchronization code to be exact on constant fps videos. Fi...Michael Niedermayer2011-09-131-1/+10
* ffmpeg: remove unused data_codec_name.Clément Bœsch2011-09-121-2/+0
* ffmpeg: set {audio,video,subtitle}_codec_name const.Clément Bœsch2011-09-121-6/+6
* ffmpeg: a bit more consistent prototypes.Clément Bœsch2011-09-121-20/+17
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-121-337/+229
|\
* | ffmpeg: dont copy duration when -t is usedMichael Niedermayer2011-09-111-1/+4
* | ffmpeg: replace messy duplicated tag compatibility functions by more generic ...Michael Niedermayer2011-09-111-18/+3
* | ffmpeg: add vbsf & absf for compatibility.Michael Niedermayer2011-09-111-0/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-101-93/+53
|\ \ | |/
* | ffmpeg: fix -reMichael Niedermayer2011-09-091-0/+1
* | lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersi...Stefano Sabatini2011-09-061-1/+1
* | lavfi: unify asink_buffer and vsink_buffer APIStefano Sabatini2011-09-061-1/+9
* | ffmpeg: map subtitle stream by default when user specified -scodecMichael Niedermayer2011-09-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-051-267/+276
|\ \ | |/
* | ffmpeg: tell reset_options() if it is used on input or output files.Michael Niedermayer2011-09-051-5/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-051-115/+106
|\ \ | |/
| * cmdutils: add support for caller-provided option context.Anton Khirnov2011-09-041-2/+2
| * cmdutils: move grow_array() from avconv to cmdutils.Anton Khirnov2011-09-041-20/+0
| * cmdutils: move exit_program() declaration to cmdutils from avconvAnton Khirnov2011-09-041-73/+73
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-041-3/+7
|\ \ | |/
| * cmdutils: get rid of dummy contexts for examining AVOptions.Anton Khirnov2011-09-031-3/+7
* | ffmpeg: fix reading from stdin on windowsMichael Niedermayer2011-09-041-1/+27
* | Revert "ffmpeg: remove presets." and reimplement the needed parts that no lon...Michael Niedermayer2011-09-031-0/+55
* | ffmpeg: Fix minor memleak of input_tmpChiranjeevi Melam2011-09-021-1/+4
* | ffmpeg: fix two unused variables warnings.Clément Bœsch2011-09-011-6/+6
* | Fix compilation with --disable-avfilter.Carl Eugen Hoyos2011-09-011-1/+4
* | ffmpeg: Fix typos introduced in:Michael Niedermayer2011-09-011-3/+3
* | Merge commit 'f593628e5868e52a46de666767896c6afcebdae4'Michael Niedermayer2011-08-311-5/+3
|\ \ | |/
| * doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun2011-08-261-3/+3
* | ffmpeg: ffmpeg: fix reading commands from the keyboardMichael Niedermayer2011-08-301-2/+2
* | ffmpeg: fix reading commands from stdinMichael Niedermayer2011-08-301-1/+6
* | ffmpeg: re-add nb_streams to InputFile.Anton Khirnov2011-08-301-5/+6
* | ffmpeg: Replace goto redo on decode fail with continue.Alex Converse2011-08-301-2/+1
* | ffmpeg: Remove dead store.Alex Converse2011-08-301-1/+0
* | ffmpeg: use av_clip_int16 for audio clippingAlex Converse2011-08-301-3/+1
* | ffmpeg: switch stream mapping print code to qatars variantMichael Niedermayer2011-08-301-6/+5
* | ffmpeg: move the avcodec_find_decoder() call to add_input_streams().Anton Khirnov2011-08-301-2/+2
* | ffmpeg: Separate initialization from the main transcode loop.Alex Converse2011-08-301-26/+38
* | ffmpeg: reset input_ts_offset between files.Anton Khirnov2011-08-301-0/+1
* | ffmpeg: call flush_encoders() from transcode() directly.Anton Khirnov2011-08-301-6/+3
* | ffmpeg: fix broken indentation.Anton Khirnov2011-08-301-1/+1
* | ffmpeg: rescue poor abused limit_filesize global.Anton Khirnov2011-08-301-6/+8
* | ffmpeg: Set error code before before jumping to fail.Alex Converse2011-08-301-3/+9
* | ffmpeg: Fix spelling errors.Alex Converse2011-08-301-3/+3
* | ffmpeg: save two levels of indentation in flush_encoders()Anton Khirnov2011-08-301-69/+67
* | ffmpeg: factor flushing encoders out of output_packet().Anton Khirnov2011-08-301-81/+88
* | ffmpeg: factor out initializing input streams.Anton Khirnov2011-08-301-34/+35
* | ffmpeg: reset streamid_map between output files.Anton Khirnov2011-08-301-1/+2
* | ffmpeg: make timer_start a local var in transcode().Anton Khirnov2011-08-301-5/+4
OpenPOWER on IntegriCloud