aboutsummaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ffmpeg: change semantics of -mapAnton Khirnov2011-08-301-31/+75
* ffmpeg: get rid of new* options.Anton Khirnov2011-08-301-206/+103
* ffmpeg: rename sameq variables to same_quantAnton Khirnov2011-08-301-7/+7
* ffmpeg: make -map_metadata work consistently with the other optionsAnton Khirnov2011-08-301-72/+73
* ffmpeg: make -map_chapters accept only the input file index.Anton Khirnov2011-08-301-57/+23
* ffmpeg: Set codec_type in new_output_streamMichael Niedermayer2011-08-301-1/+3
* ffmpeg: rename ffmpeg_exit in exit_programAnton Khirnov2011-08-301-73/+73
* ffmpeg: Support queing filter commands for later timesMichael Niedermayer2011-08-291-4/+9
* ffmpeg: Support passing commands to filters at runtimeMichael Niedermayer2011-08-291-0/+17
* ffmpeg: use avcodec_get_name to report missing en/decoders.Nicolas George2011-08-221-4/+4
* ffmpeg: print the codecs names in the stream mapping.Nicolas George2011-08-221-0/+7
* ffmpeg: ignore forward gaps for subtitles streams.Nicolas George2011-08-221-1/+4
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-181-15/+8
|\
| * ffmpeg: remove unsed variable noptsDiego Biurrun2011-08-171-4/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-161-2/+2
|\|
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-151-2/+0
|\|
| * mpeg12: remove repeat-field code disabled since May 2002Dustin Brody2011-08-151-2/+0
* | ffmpeg: fix null pointer segfault on solaris. (ticket381)Michael Niedermayer2011-08-131-0/+1
* | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer2011-08-131-2/+2
|\|
| * cmdutils: allow precisely specifying a stream for AVOptions.Anton Khirnov2011-08-121-2/+2
| * ffmpeg: add a warning stating that the program is deprecated.Anton Khirnov2011-08-121-0/+4
| * Rename ffserver to avserver.Anton Khirnov2011-08-091-4/+4
* | ffmpeg: fix passlogfile regressionCarl Eugen Hoyos2011-08-091-0/+4
* | ffmpeg: Fix doxygen comments for MetadataMapMichael Niedermayer2011-08-051-3/+3
* | Fix possible crash when decoding mpeg streams.Carl Eugen Hoyos2011-08-041-2/+4
* | Fix -loop_input.Carl Eugen Hoyos2011-08-031-5/+5
* | Do not ignore opt_default() return values.Carl Eugen Hoyos2011-08-011-8/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-291-1/+1
|\|
| * cmdutils: add codec_opts parameter to setup_find_stream_info_opts()Stefano Sabatini2011-07-281-1/+1
* | ffmpeg: better timebase guessing for stream copyMichael Niedermayer2011-07-251-7/+17
* | Do not use AVFMT_FLAG_NONBLOCK for the output file.Nicolas George2011-07-191-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-4/+7
|\|
| * ffmpeg: fix some indentationMans Rullgard2011-07-171-6/+6
| * ffmpeg: fix operation with --disable-avfilterMans Rullgard2011-07-171-4/+7
* | Revert "ffmpeg: get rid of a pointless limit on number of streams."Michael Niedermayer2011-07-161-1/+4