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-07-30lavfi: use correct PTS for link age.Nicolas George
2012-07-30yadif: update frame rateMichael Niedermayer
2012-07-30avfilter: fix minor typoMichael Niedermayer
2012-07-30lavfi/avcodec: rename picref->samplesref variable in avfilter_get_audio_buffe...Stefano Sabatini
2012-07-30lavfi/color: free internal context options in uninit()Stefano Sabatini
2012-07-30lavfi/color: cache and reuse colored picture in contextStefano Sabatini
2012-07-30lavfi/color: reindent after the previous commitStefano Sabatini
2012-07-30lavfi/color: drop support for old deprecated syntaxStefano Sabatini
2012-07-30lavfi/testsrc: add comment in optionsStefano Sabatini
2012-07-30Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23'Michael Niedermayer
2012-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-29vf_hqdn3d: support 9 and 10bit colordepthLoren Merritt
2012-07-29vf_hqdn3d: reduce intermediate precisionLoren Merritt
2012-07-29vf_hqdn3d: simplify and optimizeLoren Merritt
2012-07-29factor identical ff_inplace_start_frame out of two filtersLoren Merritt
2012-07-29vf_hqdn3d: cosmeticsLoren Merritt
2012-07-28avf_concat: fix silence duration.Nicolas George
2012-07-28asrc_flite: do not crash on multiple instances.Nicolas George
2012-07-28lavfi: bump minor to mark stabilizing the ABI.Anton Khirnov
2012-07-28avf_concat: fix min value for v option.Nicolas George
2012-07-28lavfi: add flite audio sourceStefano Sabatini
2012-07-28lavfi: move movie and amovie to a "multimedia sources" sectionStefano Sabatini
2012-07-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-27lavfi: better channel layout negotiationJustin Ruggles
2012-07-27vf_alphamerge: Fix reversed conditionalSteven Robertson
2012-07-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-26lavfi/af_amerge: avfilter_copy_buffer_ref_props will overwrite output ptsWilliam Yu
2012-07-26vf_yadif: unset cur_buf on the input link.Anton Khirnov
2012-07-26vf_overlay: ensure the overlay frame does not get leaked.Anton Khirnov
2012-07-26vf_overlay: prevent premature freeing of cur_bufMichael Niedermayer
2012-07-25lavfi/avfilter.h: add doxy for AVFilterLink.out_bufStefano Sabatini
2012-07-25lavfi/avfilter.h: add doxy for AVFilterLink.cur_bufStefano Sabatini
2012-07-25avfilter: Fix printf format string conversion specifierDiego Biurrun
2012-07-24vf_deshake: set cur_buf to NULL.Nicolas George
2012-07-23vf_colormatrix: add missing semicolonPaul B Mahol
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23src_movie: implement multiple outputs.Nicolas George
2012-07-23buffersrc: use avfilter_get_buffer_ref_from_frame.Nicolas George
2012-07-23lavfi: add avfilter_get_buffer_ref_from_frame.Nicolas George
2012-07-23lavfi/showwaves: do not set on outlink->out_buf the sent video frameStefano Sabatini
2012-07-23vf_overlay: fix missed returnMichael Niedermayer
2012-07-23lavfi: change "transmedia" into "multimedia".Nicolas George
2012-07-23lavfi: add concat filter.Nicolas George
2012-07-23lavfi: place x86 inline assembly under HAVE_INLINE_ASM.Ronald S. Bultje
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer
2012-07-22overlay: clear cur_buf on main input link.Nicolas George
2012-07-22lavfi: add alphaextract and alphamerge filtersSteven Robertson
2012-07-22buffersrc: check ff_get_audio_buffer() for errors.Anton Khirnov
2012-07-22lavfi: check all ff_get_video_buffer() calls for errors.Anton Khirnov