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-11-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-31cmdutils: Rename read_file to cmdutils_read_fileMartin Storsjö
2011-10-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-25g722dec: remove the use of lowres for half-rate decoding.Justin Ruggles
2011-10-25lavf: deprecate AVStream.stream_copyAnton Khirnov
2011-10-25avconc: split choose_codec() to choose_decoder/choose_encoder.Anton Khirnov
2011-10-25mpegenc: add preload private option.Anton Khirnov
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-19lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov
2011-10-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-18avconv: add presetsAlexandra Khirnova
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12cmdutils/avtools: simplify show_help() by using av_opt_child_class_next()Anton Khirnov
2011-10-12Remove all uses of deprecated AVOptions API.Anton Khirnov
2011-10-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-28avconv: Reformat s16 volume adjustment.Alex Converse
2011-09-28avconv: Initialize return value for codec copy path.Alex Converse
2011-09-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-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