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-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
2011-05-29Remove now unused nb_istreams variable.Reimar Döffinger
2011-05-29Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer
2011-05-28cmdutils: remove OPT_FUNC2Stefano Sabatini
2011-05-28cmdutils: remove OPT_FUNC2Stefano Sabatini
2011-05-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-26ffserver: Fix a null pointer dereference as a result of the FF_API_MAX_STREAM...Mike Williams
2011-05-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-25ffmpeg: handle the case when get_filtered_frame() failsStefano Sabatini
2011-05-22ffmpeg: Don't trigger url_interrupt_cb on the first signalMartin Storsjö
2011-05-22lavf: deprecate avformat_alloc_output_context() in favor of avformat_alloc_ou...Stefano Sabatini