Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-11-06Call avformat_network_init/deinit in the programsMartin Storsjö
2011-10-31cmdutils: Rename read_file to cmdutils_read_fileMartin Storsjö
2011-09-26avtools: parse loglevel before all the other options.Anton Khirnov
2011-09-21Revert "ffmpeg: get rid of useless AVInputStream.nb_streams."Anton Khirnov
2011-09-04cmdutils: add support for caller-provided option context.Anton Khirnov
2011-09-04cmdutils: move grow_array() from avconv to cmdutils.Anton Khirnov
2011-09-04cmdutils: move exit_program() declaration to cmdutils from avconvAnton Khirnov
2011-09-03cmdutils: get rid of dummy contexts for examining AVOptions.Anton Khirnov
2011-08-26doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun
2011-08-17ffmpeg: remove unsed variable noptsDiego Biurrun
2011-08-15mpeg12: remove repeat-field code disabled since May 2002Dustin Brody
2011-08-12cmdutils: allow precisely specifying a stream for AVOptions.Anton Khirnov
2011-08-12ffmpeg: add a warning stating that the program is deprecated.Anton Khirnov
2011-08-09Rename ffserver to avserver.Anton Khirnov
2011-07-28cmdutils: add codec_opts parameter to setup_find_stream_info_opts()Stefano Sabatini
2011-07-17ffmpeg: fix some indentationMans Rullgard
2011-07-17ffmpeg: fix operation with --disable-avfilterMans Rullgard
2011-07-15ffmpeg: Fix the check for experimental codecsMartin Storsjö
2011-07-14ffmpeg: print the low bitrate warning after the codec is openend.Anton Khirnov
2011-07-14ffmpeg: use new avcodec_open2 and avformat_find_stream_info API.Anton Khirnov
2011-07-14ffmpeg: check experimental flag after codec is opened.Anton Khirnov
2011-07-14ffmpeg: do not set GLOBAL_HEADER flag in the options contextAnton Khirnov
2011-07-13Replace some gotos that lead to single return statements by direct return.Diego Biurrun
2011-07-13ffmpeg: get rid of a pointless limit on number of streams.Anton Khirnov
2011-07-13ffmpeg: remove an unused define.Anton Khirnov
2011-07-12lavf: deprecate AVFormatContext.timestampAnton Khirnov
2011-07-12ffmpeg: merge input_files_ts_scale into InputStream.Anton Khirnov
2011-07-12ffmpeg: don't abuse a global for passing sample format from input to outputAnton Khirnov
2011-07-12ffmpeg: don't abuse a global for passing channel layout from input to outputAnton Khirnov
2011-07-12ffmpeg: factor common code from new_a/v/s/d_stream to new_output_stream()Anton Khirnov
2011-07-08ffmpeg: remove unused variables from InputStream.Anton Khirnov
2011-07-08ffmpeg: remove pointless if (nb_input_files)Anton Khirnov
2011-07-08ffmpeg: merge input_files_ts_offset into input_files.Anton Khirnov
2011-07-08ffmpeg: merge input_codecs into input_streams.Anton Khirnov
2011-07-08ffmpeg: drop AV prefixes from struct names.Anton Khirnov
2011-07-08ffmpeg: deprecate loop_input and loop_output optionsAnton Khirnov
2011-07-06lavf: deprecate AVStream.quality.Anton Khirnov
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-07-02ffmpeg: use av_get_bytes_per_sample() in place of av_get_bits_per_sample_fmt()Stefano Sabatini
2011-06-21Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles
2011-06-16ffmpeg: deprecate -vc and -tvstdAnton Khirnov
2011-06-16ffmpeg: use new avformat_open_* API.Anton Khirnov
2011-06-16ffmpeg: don't abuse a global for passing frame size from input to outputAnton Khirnov
2011-06-16ffmpeg: don't abuse a global for passing pixel format from input to outputAnton Khirnov
2011-06-16ffmpeg: initialise encoders earlier.Anton Khirnov
2011-06-16ffmpeg: merge output_codecs array into AVOutputStream members.Anton Khirnov
2011-06-15ffmpeg: don't abuse a global for passing framerate from input to outputAnton Khirnov
2011-06-15ffmpeg: don't abuse a global for passing channels from input to outputAnton Khirnov
2011-06-15ffmpeg: don't abuse a global for passing samplerate from input to outputAnton Khirnov