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-04-24Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-23Lowercase all ff* program names.Diego Biurrun
2011-04-22Cosmetics: Rename variable daemon as run_as_daemon.Carl Eugen Hoyos
2011-04-22Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-21ffmpeg: call pre_process_video_frame() only if decoding is neededStefano Sabatini
2011-04-21error: remove AVERROR_NUMEXPECTEDStefano Sabatini
2011-04-21In libx264 wrapper, correctly support 2pass log filename option.Baptiste Coudurier
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-19prefer avio_check() over url_exist()Stefano Sabatini
2011-04-19avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini
2011-04-19lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov
2011-04-19lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov
2011-04-19ffmpeg: reformat resample condition code in transcode()Stefano Sabatini
2011-04-19ffmpeg: factorize resampling condition check in do_video_out()Stefano Sabatini
2011-04-19ffmpeg: prefer "dec" over "ist->st->codec" in do_video_out() snippetStefano Sabatini
2011-04-19ffmpeg: improve reporting if size/pixel format changesStefano Sabatini
2011-04-19ffmpeg: remove unused fields AVOutputStream.original_width/heightStefano Sabatini
2011-04-19ffmpeg: remove unused variable padding_src in do_video_out()Stefano Sabatini
2011-04-19ffmpeg:Daemon mode, add -d as first option to try it.Michael Niedermayer
2011-04-19ffmpeg:Fix negative verbositiyMichael Niedermayer
2011-04-17ffmpeg: fix -aspect cli optionBaptiste Coudurier
2011-04-16ffmpeg: use parse_number_and_die() when it makes senseStefano Sabatini
2011-04-11ffmpeg: rename configure_filters() to configure_video_filters()Stefano Sabatini
2011-04-10Redefine sameqLou Logan
2011-04-09Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-08lavf: get rid of ffm-specific stuff in avformat.hAnton Khirnov
2011-04-08lavf: rename avf_sdp_create to av_sdp_create.Anton Khirnov
2011-04-08Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-07avio: avio_ prefix for url_set_interrupt_cb.Anton Khirnov
2011-04-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov
2011-04-07Fix ticket20Michael Niedermayer
2011-04-06Revert "ffmpeg: fix aspect ratio setting"Michael Niedermayer
2011-04-06Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-06Fix crash in ffmpeg.c with PIX_FMT_NONEMichael Niedermayer
2011-04-05ffmpeg: fix aspect ratio settingStefano Sabatini
2011-04-05Add silence support for AV_SAMPLE_FMT_U8.Alex Converse
2011-04-05Redefine sameqLou Logan
2011-04-04ffmpeg: make 'bits_per_raw_sample' option more usefulPeter Ross
2011-04-03Support changing pixel formats on avfilter input.Michael Niedermayer
2011-04-02Fix stream mapping regressionMichael Niedermayer
2011-04-01Another aspect ratio fix try. This leaves the setdar addition at the end (pre...Michael Niedermayer
2011-04-01Increase ffmpeg video encoding buffer size to permit encoding of DPX imagesPeter Ross
2011-04-01Insert setdar at the begin of a filter chain instead the end.Michael Niedermayer
2011-03-31Revert "Do no modify terminal parameters using termios.h"Michael Niedermayer
2011-03-27ffmpeg: warns the user when the selected pixel format is ignoredStefano Sabatini
2011-03-26cmdutils: remove list_fmts(), simplifyStefano Sabatini
2011-03-26Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-25Add audio_service_type field to AVCodecContext for encoding and reportingJustin Ruggles
2011-03-25ffmpeg: include conditionally the sws_flags variableStefano Sabatini
2011-03-25Make multiple Ctrl-C capable to kill stuck protocols.Michael Niedermayer