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-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-10-28avfilter: fix const use of avfilter_nextVittorio Giovara
2013-10-28avfilter: have avfilter_get_by_name return const for next bumpVittorio Giovara
2013-10-23avfilter: x86: Port gradfun filter optimizations to yasmDaniel Kang
2013-10-23avfilter: Fix typo in Loren's email addressDiego Biurrun
2013-10-22pthread: Avoid crashes/odd behavior caused by spurious wakeupsDerek Buitenhuis
2013-10-22vf_fieldorder: log when processing is skippedVittorio Giovara
2013-10-13pthread: Fix deadlock during thread initializationDerek Buitenhuis
2013-10-02vf_interlace: do not process an already interlaced frameVittorio Giovara
2013-09-28lavfi: allow user-provided execute() callbacksAnton Khirnov
2013-08-31vf_lut: ConstantizeDiego Elio Pettenò
2013-08-28vf_fps: use double constants for default/min/max for start_timeHendrik Leppkes
2013-08-28vf_interlace: fix file permissionsVittorio Giovara
2013-08-20vf_fps: add 'start_time' optionJustin Ruggles
2013-08-05lavfi/fifo: fix flushing when using request_samplesAnton Khirnov
2013-08-04lavfi: add const to the AVFilter parameter of avfilter_graph_create_filter()Anton Khirnov
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-08-02Give less generic names to global library option arraysDiego Biurrun
2013-07-31avfilter: Add some missing FF_API_AVFILTERBUFFER ifdefsDiego Biurrun
2013-07-29avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typoDiego Biurrun
2013-07-27Add missing deprecation attributesDiego Biurrun
2013-07-27buffersink: K&R formatting cosmeticsDiego Biurrun
2013-07-26lavfi: add attribute_align_arg to all public entry pointsHendrik Leppkes
2013-07-19lavfi: filtfmts: use newer avfilter APIsVittorio Giovara
2013-07-18Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun
2013-07-17pthread: Rename thread_init to avoid symbol collisionSean McGovern
2013-07-12vf_interlace: better handling of odd video sizeMichael Niedermayer
2013-06-20vsrc_movie: do not free avoption variables in uninit()Anton Khirnov
2013-06-18lavfi: switch ff_default_get_audio_buffer() to av_frame_get_buffer()Anton Khirnov
2013-06-17lavfi: math typo in interlace filterVittorio Giovara
2013-06-04lavfi doxy: improve/extend AVFilter doxy.Anton Khirnov
2013-05-24vf_fade: support slice threadingAnton Khirnov
2013-05-24vf_yadif: support slice threadingAnton Khirnov
2013-05-24lavfi: add a slice threading infrastructureAnton Khirnov
2013-05-17avfilter: check a malloc in avfilter_link().Anton Khirnov
2013-05-17avfilter.c: cosmetics, reformatAnton Khirnov
2013-05-17lavfi: factorize freeing a linkAnton Khirnov
2013-05-17vf_format: do not use the AVFilterFormats internals.Anton Khirnov
2013-05-17af_aformat: cosmetics, fix indentationAnton Khirnov
2013-05-17lavfi: rename AVFilterFormats.format_count to nb_formatsAnton Khirnov
2013-05-17lavfi doxy: add a page for lavfi.Anton Khirnov
2013-05-17vf_pixdesctest: make config_props work properly when called multiple times.Anton Khirnov
2013-05-17vf_hqdn3d: make config_props work properly when called multiple times.Anton Khirnov
2013-05-17vf_drawtext: don't leak the expressions.Anton Khirnov
2013-05-17vf_crop: make config_props work properly when called multiple times.Anton Khirnov
2013-05-17vf_setdar: make config_props work properly when called multiple times.Anton Khirnov
2013-05-17vf_drawbox: make config_props work properly when called multiple times.Anton Khirnov
2013-05-17vf_drawtext: do not reset the frame number in config_input.Anton Khirnov
2013-05-17vf_fps: move initializing pts from config_props to init.Anton Khirnov
2013-05-17vf_frei0r: make config_props work properly when called multiple times.Anton Khirnov