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
2013-06-28avfilter/avfilter: Make avfilter_register() thread safeMichael Niedermayer
2013-06-28avfilter/vf_mp: preserve pixel format when possibleMichael Niedermayer
2013-06-26avfilter/src_movie: Fix handling of packet size for videoMichael Niedermayer
2013-06-26libavfilter/src_movie: fix which packet is resetMichael Niedermayer
2013-06-26vf_drawbox: give all v_log() a contextMichael Niedermayer
2013-06-26vf_drawbox: avoid declaration in for() argumentsMichael Niedermayer
2013-06-26Merge branch 'drawbox_exprs' of https://github.com/mjmvisser/FFmpegMichael Niedermayer
2013-06-25enabled expressions on x, y, w, h and t parameters for drawgrid and drawbox, ...Mark Visser
2013-06-25lavfi/movie: free packet on decoder errorMichael Niedermayer
2013-06-25avfilter/vsrc_testsrc: fix artifacts with odd heightMichael Niedermayer
2013-06-21Merge commit 'eeeb5c291d3f78eaade5b99c2614c7cab0e9be79'Michael Niedermayer
2013-06-20vsrc_movie: do not free avoption variables in uninit()Anton Khirnov
2013-06-20delogo: Fix function descriptionJean Delvare
2013-06-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-06-19Merge branch 'frame_num_offset' of https://github.com/mjmvisser/FFmpegMichael Niedermayer
2013-06-19add the start_number offset to var_values[VAR_N] directly, instead of adding ...Mark Visser
2013-06-18lavfi: switch ff_default_get_audio_buffer() to av_frame_get_buffer()Anton Khirnov
2013-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-06-18lavfi/src_movie: Use movie_common_init instead individual wrappersAlexander Strasser
2013-06-18lavfi/src_movie: Check pointer is not NULL before derefAlexander Strasser
2013-06-17lavfi: math typo in interlace filterVittorio Giovara
2013-06-15added start_number parameter to drawtext to permit an offset to n/frame_num varMark Visser
2013-06-14lavfi/spp: fix description.Clément Bœsch
2013-06-14drawbox: Respect thickness parameterJean Delvare
2013-06-14lavfi/mp: remove mp=spp.Clément Bœsch
2013-06-14lavfi: add spp filter.Clément Bœsch
2013-06-13lavfi/rotate: add angle commandStefano Sabatini
2013-06-13lavfi: add rotate filterStefano Sabatini
2013-06-11vf_sab: Fix memleakMichael Niedermayer
2013-06-09lavfi/pp: set out frame size.Clément Bœsch
2013-06-07lavfi/lut3d: add sanity checks.Clément Bœsch
2013-06-06lavfi/il: add timeline supportPaul B Mahol
2013-06-06lavfi/framestep: cosmetics: reindent AVFilterPaul B Mahol
2013-06-06lavfi/framestep: add timeline supportPaul B Mahol
2013-06-05Merge commit '8b7dffc2d6c6c19f8e0a1fedcd0e95dce7a273ff'Michael Niedermayer
2013-06-05lavfi/mp: remove mp=sabStefano Sabatini
2013-06-05lavfi: port sab filter from libmpcodecsStefano Sabatini
2013-06-04lavfi doxy: improve/extend AVFilter doxy.Anton Khirnov
2013-06-03avfilter/vf_mcdeint: free frame on errorMichael Niedermayer
2013-06-03avfilter/process_options: fix memleakMichael Niedermayer
2013-06-03avfilter/af_astats: rename stat()Michael Niedermayer
2013-06-03lavfi/trim: mark link closed on EOF.Nicolas George
2013-06-02lavfi/mp: drop mcdeint wrapperStefano Sabatini
2013-06-02lavfi: port mcdeint filter from libmpcodecsStefano Sabatini
2013-06-02lavfi/mp/mcdeint: avoid uninited data readStefano Sabatini
2013-06-01lavfi/mptestsrc: fix chroma subsampling with odd sizes.Clément Bœsch
2013-06-01lavfi/pixdesctest: fix chroma subsampling with odd sizes.Clément Bœsch
2013-05-31lavfi/vignette: remove extra semi-colon.Clément Bœsch
2013-05-30lavfi/vignette: add aspect option.Clément Bœsch
2013-05-30lavfi/vignette: add some scaling debug.Clément Bœsch