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-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
2011-09-05avconv: move chapter maps to options context.Anton Khirnov
2011-09-05avconv: move metadata maps to options context.Anton Khirnov
2011-09-05avconv: move codec_names to options context.Anton Khirnov
2011-09-04avconv: move format to options contextAnton Khirnov
2011-09-04avconv: move limit_filesize to options contextAnton Khirnov
2011-09-04avconv: move start_time, recording_time and input_ts_offset to options contextAnton Khirnov
2011-09-04avconv: add a context for options.Anton Khirnov
2011-09-04cmdutils: add support for caller-provided option context.Anton Khirnov
2011-09-04cmdutils: move grow_array() from avconv to cmdutils.Anton Khirnov
2011-09-04cmdutils: move exit_program() declaration to cmdutils from avconvAnton Khirnov
2011-09-03cmdutils: get rid of dummy contexts for examining AVOptions.Anton Khirnov
2011-09-01avconv: fix some bugs introduced in 630902a1e1336e7ee0cf3dcbcb6eb07af8edf660Michael Niedermayer
2011-08-30avconv: remove -threads option.Anton Khirnov
2011-08-30avconv: Replace raw picture frame swapping hack.Alex Converse
2011-08-29avconv: remove stubs of crop* and pad* optionsAnton Khirnov
2011-08-29avconv: re-add nb_streams to InputFile.Anton Khirnov
2011-08-26doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun
2011-08-24avconv: Replace goto redo on decode fail with continue.Alex Converse
2011-08-24avconv: Remove dead store.Alex Converse
2011-08-23avconv: use av_clip_int16 for audio clippingAlex Converse