summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* avtools: parse loglevel before all the other options.Anton Khirnov2011-09-26
* Revert "ffmpeg: get rid of useless AVInputStream.nb_streams."Anton Khirnov2011-09-21
* 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
* cmdutils: get rid of dummy contexts for examining AVOptions.Anton Khirnov2011-09-03
* doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun2011-08-26
* ffmpeg: remove unsed variable noptsDiego Biurrun2011-08-17
* mpeg12: remove repeat-field code disabled since May 2002Dustin Brody2011-08-15
* cmdutils: allow precisely specifying a stream for AVOptions.Anton Khirnov2011-08-12
* ffmpeg: add a warning stating that the program is deprecated.Anton Khirnov2011-08-12
* Rename ffserver to avserver.Anton Khirnov2011-08-09
* cmdutils: add codec_opts parameter to setup_find_stream_info_opts()Stefano Sabatini2011-07-28
* ffmpeg: fix some indentationMans Rullgard2011-07-17
* ffmpeg: fix operation with --disable-avfilterMans Rullgard2011-07-17
* ffmpeg: Fix the check for experimental codecsMartin Storsjö2011-07-14
* ffmpeg: print the low bitrate warning after the codec is openend.Anton Khirnov2011-07-14
* ffmpeg: use new avcodec_open2 and avformat_find_stream_info API.Anton Khirnov2011-07-13
* ffmpeg: check experimental flag after codec is opened.Anton Khirnov2011-07-13
* ffmpeg: do not set GLOBAL_HEADER flag in the options contextAnton Khirnov2011-07-13
* Replace some gotos that lead to single return statements by direct return.Diego Biurrun2011-07-13
* ffmpeg: get rid of a pointless limit on number of streams.Anton Khirnov2011-07-13
* ffmpeg: remove an unused define.Anton Khirnov2011-07-13
* lavf: deprecate AVFormatContext.timestampAnton Khirnov2011-07-12
* ffmpeg: merge input_files_ts_scale into InputStream.Anton Khirnov2011-07-12
* ffmpeg: don't abuse a global for passing sample format from input to outputAnton Khirnov2011-07-12
* ffmpeg: don't abuse a global for passing channel layout from input to outputAnton Khirnov2011-07-12
* ffmpeg: factor common code from new_a/v/s/d_stream to new_output_stream()Anton Khirnov2011-07-12
* ffmpeg: remove unused variables from InputStream.Anton Khirnov2011-07-08
* ffmpeg: remove pointless if (nb_input_files)Anton Khirnov2011-07-08
* ffmpeg: merge input_files_ts_offset into input_files.Anton Khirnov2011-07-08
* ffmpeg: merge input_codecs into input_streams.Anton Khirnov2011-07-08
* ffmpeg: drop AV prefixes from struct names.Anton Khirnov2011-07-08
* ffmpeg: deprecate loop_input and loop_output optionsAnton Khirnov2011-07-08
* lavf: deprecate AVStream.quality.Anton Khirnov2011-07-06
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* ffmpeg: use av_get_bytes_per_sample() in place of av_get_bits_per_sample_fmt()Stefano Sabatini2011-07-02
* Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-20
* ffmpeg: deprecate -vc and -tvstdAnton Khirnov2011-06-16
* ffmpeg: use new avformat_open_* API.Anton Khirnov2011-06-16
* ffmpeg: don't abuse a global for passing frame size from input to outputAnton Khirnov2011-06-16
* ffmpeg: don't abuse a global for passing pixel format from input to outputAnton Khirnov2011-06-16
* ffmpeg: initialise encoders earlier.Anton Khirnov2011-06-16
* ffmpeg: merge output_codecs array into AVOutputStream members.Anton Khirnov2011-06-16
* ffmpeg: don't abuse a global for passing framerate from input to outputAnton Khirnov2011-06-15
* ffmpeg: don't abuse a global for passing channels from input to outputAnton Khirnov2011-06-15
* ffmpeg: don't abuse a global for passing samplerate from input to outputAnton Khirnov2011-06-15
* ffmpeg: fix streaming to ffserver.Ronald S. Bultje2011-06-14
* ffmpeg.c: Add a necessary const qualifierAlex Converse2011-06-09
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08