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-10-02fix exit_program() prototypesMichael Niedermayer
2012-10-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-02ffmpeg: print muxed packet sizes in debug output tooMichael Niedermayer
2012-09-30ffmpeg: disable buffering for stderr, needed for win32 runtimeThe makemkv authors
2012-09-27ffmpeg: add option to control copying of frames prior to start.Michael Niedermayer
2012-09-27ffmpeg: allow printing muxer side packet timestamp debuging infoMichael Niedermayer
2012-09-25Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer
2012-09-25Fix two "skiping" typo.Clément Bœsch
2012-09-21ffmpeg: complete mov/mp4 based timebase hack with "f4v" format.Clément Bœsch
2012-09-15ffmpeg: use PTS from the AVSubtitle structure for sub2video.Nicolas George
2012-09-15ffmpeg: use PTS from the AVSubtitle structure.Nicolas George
2012-09-15ffmpeg: call sub2video_update for end packets.Nicolas George
2012-09-12ffmpeg: Only include unistd.h if it existsDerek Buitenhuis
2012-09-10ffmpeg: check timebase validity before considering it to be used for stream copyMichael Niedermayer
2012-09-10ffmpeg: fix bytes written statistics.Michael Niedermayer
2012-08-31Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5'Michael Niedermayer
2012-08-29ffmpeg: count finished streams for last stats line.Nicolas George
2012-08-28ffmpeg: report max time of unfinished streams in stats.Nicolas George
2012-08-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-24ffmpeg: fix wrap correction code.Michael Niedermayer
2012-08-22ffmpeg: use close_output_stream more systematically.Nicolas George
2012-08-22ffmpeg: move close_output_stream earlier.Nicolas George
2012-08-22ffmpeg: make decoding_needed a counter.Nicolas George
2012-08-22ffmpeg: use AV_BUFFERSRC_FLAG_PUSH.Nicolas George
2012-08-21ffmpeg: remove useless flags to EOF av_buffersrc_add_ref.Nicolas George
2012-08-20fix spellingrogerdpack
2012-08-19ffmpeg: reindent after last commit.Nicolas George
2012-08-19ffmpeg: reduce differences with avconv for in/out scheduling.Nicolas George
2012-08-19ffmpeg: Clip invalid video timestamps like audio instead of failing hard.Michael Niedermayer
2012-08-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-14ffmpeg: copy subtitles frame dimensions.Nicolas George
2012-08-14ffmpeg: add an option to fix subtitles durations.Nicolas George
2012-08-12ffmpeg: Do not discard slightly invalid timestamps.Michael Niedermayer
2012-08-10ffmpeg: Allocate new buffer for bitstream filter when buffer shiftedMichael Niedermayer
2012-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-09ffmpeg: factorize process_input() outMichael Niedermayer
2012-08-09Merge commit 'f154ef1ae5b03f288dd8c025dab1884b4cb20c1a'Michael Niedermayer
2012-08-09dvbsub: fix encoding of termination packets.Nicolas George
2012-08-09ffmpeg: reduce difference to qatar by a few linesMichael Niedermayer
2012-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-06Replace various inlined inverse AVRational with av_inv_q().Clément Bœsch
2012-08-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-05ass subtitles: Fix valgrind warnings.Philip Langdale
2012-08-04ffmpeg: insert bitmap subtitles as video in filters.Nicolas George
2012-08-01ffmpeg: honor -ss and -t parameters with muxed subtitles.Clément Bœsch
2012-08-01ffmpeg: avoid bogus error with "test.flac -c copy -f null -"Michael Niedermayer
2012-07-30ffmpeg: init simple filter graph before trying to extract framerate from its ...Michael Niedermayer
2012-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer