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-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
2011-05-26ffplay: Remove disabled code.Diego Biurrun
2011-05-19Add support for request_sample_format in ffmpeg and ffplay.Justin Ruggles
2011-05-17ffplay: remove audio_write_get_buf_size() forward declarationStefano Sabatini
2011-05-13Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
2011-05-11ffplay: add a dummy option -i so that it is easy to switch between ffmpeg -i ...Benjamin Larsson
2011-05-10Add the notion of pixel size in h264 related functions.Oskar Arvidsson
2011-05-07ffplay: fix null pointer read when codec unavilable.Michael Niedermayer
2011-05-07lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props()Stefano Sabatini
2011-05-05ffplay: set CODEC_FLAG_EMU_EDGE earlierMichael Niedermayer
2011-05-05ffplay: fix memleak if avfilter is disabledalexandru_mg3
2011-05-05ffplay: removed unused variable channels.Michael Niedermayer
2011-05-02replace deprecated av_get_pict_type_char() with av_get_picture_type_char()Stefano Sabatini
2011-05-02Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini
2011-05-02ffplay: demuxer specific options supportMichael Niedermayer
2011-05-01lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratioStefano Sabatini
2011-05-01lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini
2011-05-01lavc: add a pkt_pos field to AVFrameStefano Sabatini
2011-04-29Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun
2011-04-27ffplay: move output_picture() code to queue_picture()Stefano Sabatini
2011-04-27ffplay: rename video_refresh_timer() to video_refresh()Stefano Sabatini
2011-04-27ffplay: rename decode_thread to read_thread, parse_tid to read_tidStefano Sabatini
2011-04-26ffplay: fix logic for selecting the show mode in case of missing videoStefano Sabatini
2011-04-26ffplay: name ShowMode enumStefano Sabatini
2011-04-25ffplay: avoid SIGFPE exception in SDL_DisplayYUVOverlayStefano Sabatini
2011-04-24Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-23Lowercase all ff* program names.Diego Biurrun
2011-04-23ffplay: factorize code calling output_packet() in video_thread()Stefano Sabatini
2011-04-23ffplay: remove reference to unused QETimer symbolStefano Sabatini
2011-04-23ffplay: rename stream_pause() to stream_toggle_pause()Stefano Sabatini
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-19lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov
2011-04-13ffplay: implement -showmode optionStefano Sabatini
2011-04-13ffplay: use symbolic constant values for show_audioStefano Sabatini
2011-04-13ffplay: remove audio_write_get_buf_size() forward declarationStefano Sabatini