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
2012-01-03ff*: Fix duplicatedly printed version info with -versionMichael Niedermayer
2011-12-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-11avconv: drop code for special handling of avserver streams.Anton Khirnov
2011-12-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-08ffmpeg: more exact comment about libavformat.Michael Niedermayer
2011-12-08avconv: remove unsubstantiated commentLuca Barbato
2011-12-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-02Do not memcpy raw video frames when using null muxerMans Rullgard
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-29avconv: Handle audio sync for non-S16 sample formats.Alex Converse
2011-11-28cmdutils: pass AVCodec to filter_codec_opts()Michael Niedermayer
2011-11-25Add option -n to exit if output file exists.Carl Eugen Hoyos
2011-11-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-23avconv: Consistently use PIX_FMT_NONE.Alex Converse
2011-11-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-21ffmpeg: 10l add back show_banner() that was lost in the last merge.Michael Niedermayer
2011-11-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-18avconv: Set new interrupt callbacks for all AVFormatContexts, use avio_open2(...Martin Storsjö
2011-11-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-10avconv: remove some codec-specific hacksAnton Khirnov
2011-11-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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