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-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
2012-05-14ffmpeg: accept + prefix to -pix_fmt option to disable automatic conversions.Nicolas George
2012-05-14ffmpeg: revert 492cc1Michael Niedermayer
2012-05-12ffmpeg: preserve bits_per_coded sample on stream copy.Michael Niedermayer
2012-05-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-11ffmpeg: fix deinterlaceMichael Niedermayer
2012-05-10ffmpeg: fix pointer type (const) warningMichael Niedermayer
2012-05-10ffmpeg: remove unused variablesMichael Niedermayer
2012-05-10ffmpeg: fix uninitialized variable warningMichael Niedermayer
2012-05-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-09ffmpeg: fix frame duration used for video sync.Michael Niedermayer
2012-05-07ffmpeg: print next_dts too on debug_tsMichael Niedermayer
2012-05-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-06ffmpeg: do not include vsrc_buffer.h.Nicolas George
2012-05-06ffmpeg: replace av_vsrc_buffer_add_frame by av_buffersrc_add_frame.Nicolas George
2012-05-06ffmpeg: replace av_buffersrc_buffer with av_buffersrc_add_ref.Nicolas George
2012-05-04ffmpeg: fix indent in term_init().Clément Bœsch
2012-05-04ffmpeg: stronger ffpresets parsing.Clément Bœsch
2012-05-03ffmpeg: fix indent.Clément Bœsch
2012-05-03ffmpeg: use AVFrame accessor.Nicolas George
2012-05-02ffmpeg: preserve NULL ptrs in get_buffer()Michael Niedermayer
2012-05-01ffmpeg: fix type of dither scale.Michael Niedermayer
2012-05-01Fix parsing of -force_key_frames option.Reimar Döffinger
2012-04-30ffmpeg: add the edge at the correct place in allocating of the buffer.Michael Niedermayer
2012-04-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-24ffmpeg: Fix initial dts for streamcopy, if the input packets lack dts.Michael Niedermayer
2012-04-24ffmpeg: do not report EOF as an error.Nicolas George
2012-04-23ffmpeg: directly request frames from filters.Nicolas George
2012-04-22ffmpeg: assert the refcount of decoded framesMichael Niedermayer