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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17ffmpeg: fix some indentationMans Rullgard
2011-07-17ffmpeg: fix operation with --disable-avfilterMans Rullgard
2011-07-16Revert "ffmpeg: get rid of a pointless limit on number of streams."Michael Niedermayer
2011-07-15ffmpeg: fix muxer private options (bug introduced by anton khirnov)Michael Niedermayer
2011-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-15ffmpeg: Fix the check for experimental codecsMartin Storsjö
2011-07-14ffmpeg: loose lowres hackeryMichael Niedermayer
2011-07-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-14ffmpeg: deprecate -vc and -tvstdAnton Khirnov
2011-07-14ffmpeg: use new avformat_open_* API.Anton Khirnov
2011-07-14ffmpeg: print the low bitrate warning after the codec is openend.Anton Khirnov
2011-07-14Merge commit 'b5849f77095439e994b11c25e6063d443b36c228'Michael Niedermayer
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-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-06lavf: deprecate AVStream.quality.Anton Khirnov
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-02ffmpeg: use av_get_bytes_per_sample() in place of av_get_bits_per_sample_fmt()Stefano Sabatini
2011-06-30Make all option parsing functions match the function pointer type through whi...Jeff Downs
2011-06-30Set channel_layout if channels is set when transcoding.Carl Eugen Hoyos
2011-06-27ffmpeg: fix prototypes of functions after the removal of OPT_FUNC2.Baptiste Coudurier
2011-06-21Fix zero-length gnu_printf format string warning.Clément Bœsch
2011-06-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-21Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles
2011-06-20ffmpeg: print warning if encoding would duplicate massive amounts of framesMichael Niedermayer
2011-06-19lavfi: add vsink_buffer, and use it in ff* toolsStefano Sabatini
2011-06-19ffmpeg: warn if samples need to be converted in a lossy way for lossless enco...Michael Niedermayer
2011-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-17Merge commit '9446d75941d639f19cfa9ae007eb4c5ca041f200'Michael Niedermayer
2011-06-17ffmpeg: Force 420 with target dvd and svcd.Michael Niedermayer