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-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
2012-07-14ffmpeg: add -progress option.Nicolas George
2012-07-14ffmpeg: use pkt_pts before pkt->pts for audioMichael Niedermayer
2012-07-14ffmpeg: set pkt_timebaseMichael Niedermayer
2012-07-13ffmpeg: fix type of av_log() argumentMichael Niedermayer
2012-07-12add output for frame timestampsRobert Krüger
2012-07-06ffmpeg: poll filters even after -t limit.Nicolas George
2012-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-04ffmpeg: rework checks for the -t option.Nicolas George
2012-07-04ffmpeg: Add sanity check on frame duplicationMichael Niedermayer
2012-07-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-30ffmpeg: re-set frame_size after filter graph reset.Nicolas George
2012-06-30ffmpeg: use the more powerful version of abuffersink.Nicolas George
2012-06-30ffmpeg: fix parsing of -force_key_frames option.Nicolas George
2012-06-29ffmpeg: fix a memleak in subtitles decoding.Clément Bœsch
2012-06-28ffmpeg: warn that -t does not work with -filter_complex.Nicolas George
2012-06-28ffmpeg: warn when -t is used for inputs.Nicolas George
2012-06-28ffmpeg: dont copy creation_time as the destination file is not created at tha...Michael Niedermayer
2012-06-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-27Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer
2012-06-25lavfi/avcodec: deprecate avfilter_fill_frame_from_*_buffer_ref APIStefano Sabatini
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-24ffmpeg: fix indent of 1 lineMichael Niedermayer
2012-06-24ffmpeg: fix FF_API_OLD_VSINK_API=0 caseMichael Niedermayer