aboutsummaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ffmpeg: cosmetics, move OutputStream.Anton Khirnov2011-08-301-26/+25
* | ffmpeg: remove two unused macros.Anton Khirnov2011-08-301-5/+0
* | ffmpeg: reindent.Anton Khirnov2011-08-301-112/+111
* | ffmpeg: rescue poor abused start_time global.Anton Khirnov2011-08-301-5/+11
* | ffmpeg: : rescue poor abused recording_time global.Anton Khirnov2011-08-301-9/+12
* | ffmpeg: fix broken indentation.Anton Khirnov2011-08-301-2/+3
* | ffmpeg: get rid of the arbitrary MAX_FILES limit.Anton Khirnov2011-08-301-6/+7
* | ffmpeg: get rid of the output_streams_for_file vs. ost_table schizophreniaAnton Khirnov2011-08-301-62/+40
* | Revert "Fix stream mapping regression"Michael Niedermayer2011-08-301-40/+1
* | ffmpeg: add a wrapper for output AVFormatContexts and merge output_opts into itAnton Khirnov2011-08-301-34/+46
* | ffmpeg: make itsscale syntax consistent with other options.Anton Khirnov2011-08-301-23/+17
* | ffmpeg: factor out adding input streams.Anton Khirnov2011-08-301-67/+78
* | ffmpeg: Factorize combining auto vsync with format.Alex Converse2011-08-301-3/+7
* | ffmpeg: Factorize video resampling.Alex Converse2011-08-301-51/+60
* | ffmpeg: Don't unnecessarily convert ipts to a double.Alex Converse2011-08-301-4/+5
* | ffmpeg: don't segfault on 0 input files.Anton Khirnov2011-08-301-1/+1
* | ffmpeg: remove pointless parameter from new_*_stream().Anton Khirnov2011-08-301-21/+21
* | ffmpeg: cosmetics, move codeAnton Khirnov2011-08-301-124/+123
* | ffmpeg: cosmetics -- move copy_chapters().Anton Khirnov2011-08-301-40/+40
* | ffmpeg: cosmetics -- move parse_forced_key_frames().Anton Khirnov2011-08-301-23/+23
* | ffmpeg: switch to a:b syntaxAnton Khirnov2011-08-301-3/+3
* | ffmpeg: replace -vcodec/-acodec/-scodec with a better system.Anton Khirnov2011-08-301-149/+97
* | ffmpeg: remove presets.Anton Khirnov2011-08-301-45/+0
* | Revert "ffmpeg: simplify opt_*_codec() options"Michael Niedermayer2011-08-301-23/+40