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-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-23avconv: actually set InputFile.rate_emuAnton Khirnov
2011-09-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-06lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersi...Stefano Sabatini
2011-09-06lavfi: unify asink_buffer and vsink_buffer APIStefano Sabatini
2011-09-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-03cmdutils: get rid of dummy contexts for examining AVOptions.Anton Khirnov