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-06-06ffmpeg: use isatty() before messing with the terminal stateMichael Niedermayer
2012-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-05ffmpeg: remove two unused variables.Clément Bœsch
2012-06-04ffmpeg: disable audio volume insertion on the output side.Michael Niedermayer
2012-06-04ffmpeg: add missing return carriage in error message.Clément Bœsch
2012-06-04timecode: move timecode muxer options to metadata.Clément Bœsch
2012-06-04ffmpeg: be more verbose when printing an error in transcode()Stefano Sabatini
2012-06-04ffmpeg: specify more meaningful names for the lavfi buffer sourcesStefano Sabatini
2012-06-04ffmpeg: use filter time base as codec time base.Nicolas George
2012-06-04ffmpeg: avoid NULL dereference with filters.Nicolas George
2012-06-01ffmpeg: move pan filter insertion up.Michael Niedermayer
2012-06-01ffmpeg: fix memleakMichael Niedermayer
2012-05-31ffmpeg: allow overriding input top field firstMichael Niedermayer
2012-05-30ffmpeg: disable autoinsertion for -async on the output side of the filtergraph.Michael Niedermayer
2012-05-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-29ffmpeg: use %f instead of %lf in volume args format printf.Clément Bœsch
2012-05-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-25ffmpeg: use AUTO_INSERT_FILTER() for -async option.Clément Bœsch
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-20ffmpeg: fix a crash with complex filters when pix_fmt is not specifiedMatthieu Bouron
2012-05-20ffmpeg: drop get_sync_ipts() and drop related special case for videoMichael Niedermayer
2012-05-20ffmpeg: move setting big_picture.pts upMichael Niedermayer
2012-05-20ffmpeg: change AVFMT_RAWPICTURE pts to reduce diff to qatarMichael Niedermayer
2012-05-20ffmpeg: random cosmectics to reduce diff to qatarMichael Niedermayer
2012-05-20ffmpeg: cosmetics to reduce difference to qatar by 101 linesMichael Niedermayer
2012-05-20ffmpeg: cosmetics to reduce difference to qatar by about 90 linesMichael Niedermayer
2012-05-20ffmpeg: move ost->frame_rate setting code before the filtergraph stuffMichael Niedermayer
2012-05-20ffmpeg: drop pkt_ptsMichael Niedermayer
2012-05-20ffmpeg: set the video filters timebase to the demuxers.Michael Niedermayer
2012-05-20ffmpeg: reintroducing check_recording_time()Michael Niedermayer
2012-05-20ffmpeg: fix uninitialized variable warningMichael Niedermayer
2012-05-19Merge commit '755cd4197d53946208e042f095b930dca18d9430'Michael Niedermayer
2012-05-19ffmpeg: inject a aresample filter for -asyncMichael Niedermayer
2012-05-19ffmpeg: misc cosmetics.Clément Bœsch
2012-05-19ffmpeg: adapt to the buffersrc API changes.Nicolas George
2012-05-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-19ffmpeg: fix warning & bug for keep_pix_fmtMichael Niedermayer
2012-05-19ffmpeg: remove unused variable i.Clément Bœsch
2012-05-19ffmpeg: do not deprecate -vol and -map_channel.Clément Bœsch
2012-05-19ffmpeg: resurrect -map_channel.Clément Bœsch
2012-05-17ffmpeg: automatically insert volume filter when -vol is used.Clément Bœsch
2012-05-17ffmpeg: use av_buffersrc_add_frame() for audio tooMichael Niedermayer
2012-05-17Merge branch 'audio-filters' of https://github.com/ubitux/FFmpegMichael Niedermayer
2012-05-17ffmpeg: do not warn when expecting EOF from lavfi.Clément Bœsch
2012-05-17ffmpeg: fix ;;Michael Niedermayer
2012-05-17ffmpeg: move audio timestamp roundup code.Michael Niedermayer
2012-05-17ffmpeg: add support for audio filters.Anton Khirnov
2012-05-17ffmpeg: allow switching to qatars buffersrc APIMichael Niedermayer
2012-05-15ffmpeg: affect computed filtered frame pts after filling frame from bufferMatthieu Bouron