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-11-24avconv: fix segfault at EOF with delayed picturesJanne Grunau
2011-11-24avconv: remove a now unused parameter from output_packet().Anton Khirnov
2011-11-24avconv: formatting fixes in output_packet()Anton Khirnov
2011-11-24avconv: declare some variables in blocks where they are usedAnton Khirnov
2011-11-24avconv: use the same behavior when decoding audio/video/subsAnton Khirnov
2011-11-24avconv: use vsync 0 for AVFMT_NOTIMESTAMPS formats.Anton Khirnov
2011-11-23avconv: Consistently use PIX_FMT_NONE.Alex Converse
2011-11-22avconv: cleanup the transcoding loop in output_packet().Anton Khirnov
2011-11-21avconv: split subtitle transcoding out of output_packet().Anton Khirnov
2011-11-21avconv: split video transcoding out of output_packet().Anton Khirnov
2011-11-21avconv: split audio transcoding out of output_packet().Anton Khirnov
2011-11-21avconv: reindent.Anton Khirnov
2011-11-21avconv: move streamcopy-only code out of decoding loop.Anton Khirnov
2011-11-21avconv: remove an always true condition and reindent.Anton Khirnov
2011-11-21avconv: split off streamcopy handling into a separate loop.Anton Khirnov
2011-11-21avconv: cosmetics, reformat transcode_init()Anton Khirnov
2011-11-21avconv: rename 'os' variable to 'oc'Anton Khirnov
2011-11-18avconv: Set new interrupt callbacks for all AVFormatContexts, use avio_open2(...Martin Storsjö
2011-11-10avconv: remove some codec-specific hacksAnton Khirnov
2011-11-06avconv: remove some redundant temporary variables.Anton Khirnov
2011-11-06avconv: fix broken indentationAnton Khirnov
2011-11-06avconv: move copy_initial_nonkeyframes to the options context.Anton Khirnov
2011-11-06avconv: use file:stream instead of file.stream in log messages.Anton Khirnov
2011-11-06Call avformat_network_init/deinit in the programsMartin Storsjö
2011-11-03avconv: add -dump_attachment option.Anton Khirnov
2011-11-03avconv: add -attach option.Anton Khirnov
2011-11-03avconv: make negative mappings disable only streams from the specified fileAnton Khirnov
2011-10-31cmdutils: Rename read_file to cmdutils_read_fileMartin Storsjö
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-19lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov
2011-10-18avconv: add presetsAlexandra Khirnova
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-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