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-08-10NoMerge commit '4d58e4cb4ca8e04317fecea432ea3272a445877c'Michael Niedermayer
2011-08-09ffplay: pass frame durations clearly to video video_refreshMarton Balint
2011-08-09Rename ffplay to avplay.Anton Khirnov
2011-08-01Unbreak ffplay -s and ffplay -pix_fmt.Carl Eugen Hoyos
2011-07-30ffplay: set input link sample aspect ratio in input_config_props()Stefano Sabatini
2011-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-28cmdutils: add codec_opts parameter to setup_find_stream_info_opts()Stefano Sabatini
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17ffplay: warn that -pix_fmt is no longer working, suggest alternativeStefano Sabatini
2011-07-17ffplay: warn that -s is no longer working, suggest alternativeStefano Sabatini
2011-07-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-14Merge commit 'b5849f77095439e994b11c25e6063d443b36c228'Michael Niedermayer
2011-07-14ffplay: use new avcodec_open2 and avformat_find_stream_info API.Anton Khirnov
2011-07-13Replace some gotos that lead to single return statements by direct return.Diego Biurrun
2011-07-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-12ffplay: skip return value of avcodec_decode_video2 / avcodec_decode_subtitle2Diego Biurrun
2011-07-10Hint why SDL_Init() may have failed.Carl Eugen Hoyos
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-06-30Make all option parsing functions match the function pointer type through whi...Jeff Downs
2011-06-26Move some variable declarations below the proper #ifdefs.Diego Biurrun
2011-06-25ffplay: Remove unused-but-set channels variable from update_sample_display().Diego Biurrun
2011-06-22ffplay: use new avformat_open_* API.Anton Khirnov
2011-06-21ffplay: do not init SDL audio if -an is specified.Clément Bœsch
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-20ffplay: dont drop frames by default when there is no audio streamMichael Niedermayer
2011-06-20lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki
2011-06-19lavfi: add vsink_buffer, and use it in ff* toolsStefano Sabatini
2011-06-17Do not crash if SDL_SetVideoMode() fails.Carl Eugen Hoyos
2011-06-17Move do_exit() and stream_close() up.Carl Eugen Hoyos
2011-06-16ffplay: use new avformat_open_* API.Anton Khirnov
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-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08ffplay: remove -debug optionStefano Sabatini
2011-06-08ffplay: remove -vismv optionStefano Sabatini
2011-06-08ffplay: Fix non-compiling debug printf and replace it by av_dlog.Diego Biurrun
2011-06-07Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.Diego Biurrun
2011-06-07ffplay: Fix -vismvMichael Niedermayer
2011-06-05cmdutils: remove unnecessary OPT_DUMMY implementationStefano Sabatini
2011-06-05cmdutils: change the signature of the function argument in parse_options()Stefano Sabatini
2011-06-04ffplay: error out with invalid sample rate or channels.Michael Niedermayer
2011-06-03cmdutils: move "#undef main" from ffplay.c to cmdutils.hCarl Eugen Hoyos
2011-06-02Fix various uninitialized variable warningsClément Bœsch
2011-05-30Fix various unused variable warningsClément Bœsch
2011-05-28cmdutils: remove OPT_FUNC2Stefano Sabatini
2011-05-28cmdutils: remove OPT_FUNC2Stefano Sabatini
2011-05-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer