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-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
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: merge output_codecs array into AVOutputStream members.Anton Khirnov
2011-06-16ffmpeg: initialise encoders earlier.Anton Khirnov
2011-06-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-13avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini
2011-06-13avfiltergraph: change the syntax of avfilter_graph_parse()Stefano Sabatini
2011-06-11Fix -t option for formats which holds dts and no ptsEtienne Buira
2011-06-09ffmpeg.c: Add a necessary const qualifierAlex Converse
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-06-06Move code for "ffmpeg: fix massive leak occurring when seeking" / e4841a404bd...Michael Niedermayer
2011-06-06vsrc_buffer: add flags param to av_vsrc_buffer_add_video_buffer_refStefano Sabatini
2011-06-05ffmpeg: fix massive leak occurring when seekingStefano Sabatini
2011-06-05cmdutils: change the signature of the function argument in parse_options()Stefano Sabatini
2011-06-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-04ffmpeg: use opt_acodec when setting audio codec in opt_target.Baptiste Coudurier
2011-06-04ffmpeg: fix segfault with too many output filesMichael Niedermayer
2011-06-03Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().Stefano Sabatini
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03In print_report, print progression time in hours:mins:secs:usBaptiste Coudurier
2011-06-03ffmpeg: In print_report, use int64_t for pts to check for 0 and avoid inf val...Baptiste Coudurier
2011-06-02Remove unused variablesMans Rullgard
2011-06-01ffmpeg: handle copy of packets for AVFMT_RAWPICTURE output formatsStefano Sabatini
2011-05-30ffmpeg: simplify opt_*_codec() optionsStefano Sabatini
2011-05-30Fix various unused variable warningsClément Bœsch