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
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
2012-07-30Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23'Michael Niedermayer
2012-07-28ffmpeg: allow using the r_frame_rate as fundamental timebase for stream copy ...Michael Niedermayer
2012-07-28ffmpeg: add code to perform ts wrap correctionMichael Niedermayer
2012-07-26ffmpeg: doxyfy some comments and mention the timebase used in various timesta...Michael Niedermayer
2012-07-26ffmpeg: move decoded_frame->pts computation togetherMichael Niedermayer
2012-07-26ffmpeg: Fix rounding errors in decoded_frame->pts computationMichael Niedermayer
2012-07-26ffmpeg: fix assumed decoded_frame->pts timebaseMichael Niedermayer
2012-07-26ffmpeg: reset decoded_frame->pts after rescaling.Michael Niedermayer
2012-07-26ffmpeg: fix units of next_?ts in debug printing routine.Michael Niedermayer
2012-07-26ffmpeg: warn about new streams after startup.Nicolas George
2012-07-24ffmpeg: keep packet/frame availability in global structures.Nicolas George
2012-07-23ffmpeg: select input file based on output time.Nicolas George
2012-07-20ffmpeg: probe buffersinks once more after EOF.Nicolas George
2012-07-20Revert "ffmpeg: set pkt_timebase"Nicolas George
2012-07-19ffmpeg: add -(no)stdin option.Nicolas George
2012-07-19ffmpeg: invert using_stdin and rename accordingly.Nicolas George
2012-07-18ffmpeg: revert 3ba90d9 (cosmetics to reduce difference to qatar by about 90 l...Michael Niedermayer
2012-07-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-16ffmpeg: fix streamcopy of some mp3 in aviMichael Niedermayer