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-12-17avconv: support stream specifiers in -metadata and -map_metadataAlexandra Khirnova
2011-12-12Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov
2011-12-12avconv: update -map option help textJanne Grunau
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-11avconv: drop code for special handling of avserver streams.Anton Khirnov
2011-12-08avconv: remove unsubstantiated commentLuca Barbato
2011-12-05avconv: only allocate 1 AVFrame per input streamJustin Ruggles
2011-12-05avconv: fix memleaks due to not freeing the AVFrame for audioJustin Ruggles
2011-12-05avconv: use avcodec_decode_audio4() instead of avcodec_decode_audio3()Justin Ruggles
2011-12-02Do not memcpy raw video frames when using null muxerMans Rullgard
2011-11-30avconv: make copy_tb on by default.Anton Khirnov
2011-11-30avconv: compute next_pts from input packet duration when possible.Anton Khirnov
2011-11-30avconv: update InputStream.pts in the streamcopy case.Anton Khirnov
2011-11-29avconv: Handle audio sync for non-S16 sample formats.Alex Converse
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