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-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
2011-06-14ffmpeg: fix streaming to ffserver.Ronald S. Bultje
2011-06-09ffmpeg.c: Add a necessary const qualifierAlex Converse
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-06-03Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().Stefano Sabatini
2011-06-02Remove unused variablesMans Rullgard
2011-05-28cmdutils: remove OPT_FUNC2Stefano Sabatini
2011-05-26ffserver: Fix a null pointer dereference as a result of the FF_API_MAX_STREAM...Mike Williams
2011-05-25ffmpeg: get rid of useless AVInputStream.nb_streams.Anton Khirnov
2011-05-25ffmpeg: simplify managing input files and streamsAnton Khirnov
2011-05-25ffmpeg: purge redundant AVInputStream.index.Anton Khirnov
2011-05-22ffmpeg: Don't trigger url_interrupt_cb on the first signalMartin Storsjö
2011-05-21ffmpeg: get rid of the -vglobal option.Anton Khirnov
2011-05-19Add support for request_sample_format in ffmpeg and ffplay.Justin Ruggles
2011-05-17ffmpeg: fix -aspect cli optionBaptiste Coudurier
2011-05-17Restructure video filter implementation in ffmpeg.c.Michael Niedermayer
2011-05-13ffmpeg: use parse_number_and_die() when it makes senseStefano Sabatini