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-10-09avtools: add -v as alias for -loglevelMans Rullgard
2011-10-09avconv: always print stats with AV_LOG_INFOAnton Khirnov
2011-10-09avconv: add -stats option to enable/disable printing encoding progressAnton Khirnov
2011-10-09avconv: in output_packet() don't set decoded_data_size for video.Anton Khirnov
2011-10-09avconv: remove pointless always true conditionAnton Khirnov
2011-10-09avconv: factorize common code in transcode_init()Anton Khirnov
2011-09-28avconv: Reformat s16 volume adjustment.Alex Converse
2011-09-28avconv: Initialize return value for codec copy path.Alex Converse
2011-09-28avconv: Fix volume adjustment for non-s16 sample formatsAlex Converse
2011-09-28avconv: Make samples void*.Alex Converse
2011-09-28avconv: Use the size of the decode sample format when allocating the audio sa...Alex Converse
2011-09-27avconv: use different variables for decoded and filtered frame.Anton Khirnov
2011-09-27avconv: add support for copying attachments.Anton Khirnov
2011-09-27avconv: factorize common code from new_*_stream()Anton Khirnov
2011-09-26avconv: replace all fprintf() by av_log().Anton Khirnov
2011-09-26avconv: change av_log verbosity from ERROR to FATAL for fatal errors.Anton Khirnov
2011-09-26avtools: parse loglevel before all the other options.Anton Khirnov
2011-09-25avconv: use correct output stream index when checking max_framesAnton Khirnov
2011-09-25avconv: remove fake coded_frame on streamcopy hackAnton Khirnov
2011-09-23avconv: actually set InputFile.rate_emuAnton Khirnov
2011-09-11avconv: use correct index when selecting metadata to write to.Anton Khirnov
2011-09-11avconv: fix inverted variableAnton Khirnov
2011-09-11avconv: move streamid_map to options context.Anton Khirnov
2011-09-11avconv: extend -vf syntaxAnton Khirnov
2011-09-11avconv: move top_field_first to options context.Anton Khirnov
2011-09-11avconv: move inter/intra matrix to options context.Anton Khirnov
2011-09-11avconv: remove -psnr option.Anton Khirnov
2011-09-11avconv: remove me_threshold option.Anton Khirnov
2011-09-11avconv: move video_rc_override_string to options context.Anton Khirnov
2011-09-11avconv: move frame pixel format to the options context.Anton Khirnov
2011-09-11avconv: move frame aspect ratio to the options context.Anton Khirnov
2011-09-11avconv: move frame size to the options context.Anton Khirnov
2011-09-11avconv: move frame_rate to the options context.Anton Khirnov
2011-09-11avconv: move force_fps to the options context.Anton Khirnov
2011-09-11avconv: move forced_key_frames to the options context.Anton Khirnov
2011-09-11avconv: rewrite -qscale and -aq handling.Anton Khirnov
2011-09-11avconv: move audio_sample_rate to the options context.Anton Khirnov
2011-09-11cmdutils: add support for programs in check_stream_specifier()Anton Khirnov
2011-09-11avconv: move audio_sample_fmt to options context.Anton Khirnov
2011-09-10avconv: move audio_channels to the options context.Anton Khirnov
2011-09-10avconv: move *_disable to options context.Anton Khirnov
2011-09-10avconv: remove -[vas]lang options.Anton Khirnov
2011-09-10avconv: move codec tags to options context.Anton Khirnov
2011-09-05avconv: fix parsing metadata specifiers.Anton Khirnov
2011-09-05avconv: move mux_preload and mux_max_delay to options contextAnton Khirnov
2011-09-05avconv: move bitstream filters to options context.Anton Khirnov
2011-09-05avconv: move rate_emu to options context.Anton Khirnov
2011-09-05avconv: move max_frames to options context.Anton Khirnov
2011-09-05avconv: move metadata to options context.Anton Khirnov
2011-09-05avconv: move ts scale to options context.Anton Khirnov