summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of common typos.Diego Biurrun2011-12-111-1/+1
* Call avformat_network_init/deinit in the programsMartin Storsjö2011-11-061-0/+2
* cmdutils: Rename read_file to cmdutils_read_fileMartin Storsjö2011-10-311-1/+1
* avtools: parse loglevel before all the other options.Anton Khirnov2011-09-261-0/+1
* Revert "ffmpeg: get rid of useless AVInputStream.nb_streams."Anton Khirnov2011-09-211-3/+5
* 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
* cmdutils: get rid of dummy contexts for examining AVOptions.Anton Khirnov2011-09-031-3/+7
* doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun2011-08-261-3/+3
* ffmpeg: remove unsed variable noptsDiego Biurrun2011-08-171-4/+0
* mpeg12: remove repeat-field code disabled since May 2002Dustin Brody2011-08-151-2/+0
* 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
* cmdutils: add codec_opts parameter to setup_find_stream_info_opts()Stefano Sabatini2011-07-281-1/+1
* ffmpeg: fix some indentationMans Rullgard2011-07-171-6/+6
* ffmpeg: fix operation with --disable-avfilterMans Rullgard2011-07-171-4/+7
* ffmpeg: Fix the check for experimental codecsMartin Storsjö2011-07-141-1/+1
* ffmpeg: print the low bitrate warning after the codec is openend.Anton Khirnov2011-07-141-15/+3
* ffmpeg: use new avcodec_open2 and avformat_find_stream_info API.Anton Khirnov2011-07-131-25/+22
* ffmpeg: check experimental flag after codec is opened.Anton Khirnov2011-07-131-26/+26
* ffmpeg: do not set GLOBAL_HEADER flag in the options contextAnton Khirnov2011-07-131-4/+0
* Replace some gotos that lead to single return statements by direct return.Diego Biurrun2011-07-131-6/+4
* ffmpeg: get rid of a pointless limit on number of streams.Anton Khirnov2011-07-131-5/+1
* ffmpeg: remove an unused define.Anton Khirnov2011-07-131-2/+0
* lavf: deprecate AVFormatContext.timestampAnton Khirnov2011-07-121-7/+8
* ffmpeg: merge input_files_ts_scale into InputStream.Anton Khirnov2011-07-121-9/+13
* ffmpeg: don't abuse a global for passing sample format from input to outputAnton Khirnov2011-07-121-3/+7
* ffmpeg: don't abuse a global for passing channel layout from input to outputAnton Khirnov2011-07-121-3/+1
* ffmpeg: factor common code from new_a/v/s/d_stream to new_output_stream()Anton Khirnov2011-07-121-52/+28
* ffmpeg: remove unused variables from InputStream.Anton Khirnov2011-07-081-5/+0
* ffmpeg: remove pointless if (nb_input_files)Anton Khirnov2011-07-081-17/+14
* ffmpeg: merge input_files_ts_offset into input_files.Anton Khirnov2011-07-081-9/+10
* ffmpeg: merge input_codecs into input_streams.Anton Khirnov2011-07-081-10/+7
* ffmpeg: drop AV prefixes from struct names.Anton Khirnov2011-07-081-54/+54
* ffmpeg: deprecate loop_input and loop_output optionsAnton Khirnov2011-07-081-4/+10
* lavf: deprecate AVStream.quality.Anton Khirnov2011-07-061-7/+8
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* ffmpeg: use av_get_bytes_per_sample() in place of av_get_bits_per_sample_fmt()Stefano Sabatini2011-07-021-1/+1
* Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-201-3/+3
* ffmpeg: deprecate -vc and -tvstdAnton Khirnov2011-06-161-10/+6
* ffmpeg: use new avformat_open_* API.Anton Khirnov2011-06-161-30/+47
* ffmpeg: don't abuse a global for passing frame size from input to outputAnton Khirnov2011-06-161-6/+10
* ffmpeg: don't abuse a global for passing pixel format from input to outputAnton Khirnov2011-06-161-3/+5
* ffmpeg: initialise encoders earlier.Anton Khirnov2011-06-161-6/+6
* ffmpeg: merge output_codecs array into AVOutputStream members.Anton Khirnov2011-06-161-11/+7
* ffmpeg: don't abuse a global for passing framerate from input to outputAnton Khirnov2011-06-151-9/+13
* ffmpeg: don't abuse a global for passing channels from input to outputAnton Khirnov2011-06-151-6/+9
* ffmpeg: don't abuse a global for passing samplerate from input to outputAnton Khirnov2011-06-151-11/+13
OpenPOWER on IntegriCloud