]> git.sesse.net Git - ffmpeg/history - libavfilter
matroskaenc: remove unofficial compliance on color information
[ffmpeg] / libavfilter /
2017-01-12 Sergey Kudryashovlibavfilter/af_biquads: warn about clipping only after...
2017-01-12 Nicolas Georgelavfi: remove stray semicolons.
2017-01-12 Nicolas Georgelavfi: reindent after previous commit.
2017-01-12 Nicolas Georgelavfi/buffersink: move to the new design.
2017-01-12 Nicolas Georgelavfi: do not call ff_filter_frame() with activate.
2017-01-12 Nicolas Georgelavfi: make two functions static.
2017-01-12 Nicolas Georgelavfi: disallow ff_request_frame for filters using...
2017-01-12 Nicolas Georgelavfi: add ff_inlink_request_frame().
2017-01-12 Nicolas Georgelavfi: move ff_update_link_current_pts() into the utili...
2017-01-12 Nicolas Georgelavfi: cosmetic: remove forward declaration.
2017-01-12 Nicolas Georgelavfi: add AVFilter.activate.
2017-01-12 Nicolas Georgelavfi: use the consume helpers in ff_filter_frame_to_fi...
2017-01-12 Nicolas Georgelavfi: add helpers to consume frames from link FIFOs.
2017-01-12 Nicolas Georgelavfi: pass min explicitly to samples_ready().
2017-01-12 Nicolas Georgelavfi: add ff_inlink_evaluate_timeline_at_frame().
2017-01-12 Nicolas Georgelavfi: add ff_inlink_process_commands().
2017-01-12 Nicolas Georgelavfi: merge two variables after a recent commit.
2017-01-12 Nicolas Georgelavfi: implement ff_inlink_make_frame_writable().
2017-01-12 Nicolas Georgelavfi: export ff_filter_set_ready() to the library.
2017-01-12 Nicolas Georgelavfi: add ff_inlink_acknowledge_status().
2017-01-12 Nicolas Georgelavfi: document that AVFilterLink is not for applications.
2017-01-12 Nicolas Georgelavfi/tests/filtfmts: include internal.h.
2017-01-12 Nicolas Georgelavfi/buffersink: add accessors for the stream properties.
2017-01-12 Nicolas Georgelavfi, ffmpeg: simplify filter names.
2017-01-12 Matthieu Bouronlavfi: use an audio frame pool for each link of the...
2017-01-12 Matthieu Bouronlavfi/framepool: cosmetic style fixes
2017-01-12 Matthieu Bouronlavfi/framepool: re-indent after previous commit
2017-01-12 Matthieu Bouronlavfi/framepool: add audio support
2017-01-12 Matthieu Bouronlavfi/framepool: rename FFVideoFramePool to FFFramePool
2017-01-11 Steven Liuavfilter/vf_libopencv: fix resource leak in read_shape_...
2017-01-09 Paul B Maholavfilter/af_sofalizer: speed and clean up fast convolut...
2017-01-08 Paul B Maholavfilter/af_dynaudnorm: fix hang with too short input
2017-01-07 Clément Bœschlavfi/selectivecolor: add a link to algorithm explanations
2017-01-06 Michael Niedermayeravfilter/asrc_flite: Fix textbuf leak
2017-01-06 Paul B Maholavfilter/vf_shuffleframes: allow also dropping frames
2017-01-04 Paul B Maholavfilter/avf_aphasemeter: fix memleaks
2017-01-02 Michael Niedermayeravfilter/vf_pad: Fix segfault if reconfiguration fails
2016-12-31 Clément Bœschlavfi/selectivecolor: rename adjust_range to scale
2016-12-30 Michael Niedermayeravfilter/vf_pad: Add eval=frame support
2016-12-28 Paul B Maholavfilter/avf_aphasemeter: make video output optional
2016-12-27 Clément Bœschlavfi/selectivecolor: simplify crazy mid val computations
2016-12-27 Clément Bœschlavfi/transpose: add missing const options flags
2016-12-25 Marton Balintavfilter/af_amerge: properly handle unknown input layouts
2016-12-25 Paul B Maholavfilter/vf_w3fdif: add >8 but <16 bit support
2016-12-24 Nicolas Georgelavfi/buffersrc: push the frame deeper if requested.
2016-12-24 Nicolas Georgelavf/framesync: detect EOF immediately.
2016-12-24 James Almeravfilter/framequeue: add missing check for ASSERT_LEVEL
2016-12-23 Paul B Maholavfilter/vf_deband: do not use uninitialized value
2016-12-23 Nicolas Georgelavfi: avfilter_graph_request_oldest: request a frame...
2016-12-23 Nicolas Georgeavfilter/af_amerge: detect EOF immediately
2016-12-22 Paul B Maholavfilter/vf_deband: add planes coupling mode
2016-12-22 Nicolas Georgelavfi: take_samples: free frames after taking all samples.
2016-12-21 Paul B Maholavfilter/vf_psnr: add gray10 and gray12 support
2016-12-20 Nicolas Georgelavfi/framequeue: avoid empty structs.
2016-12-19 Pavel Koshevoylavfi/atempo: avoid false triggering an assertion failure
2016-12-18 Nicolas Georgelavfi: make filter_frame non-recursive.
2016-12-18 Nicolas Georgelavfi: add FFFrameQueue API.
2016-12-17 Paul B Maholavfilter/vf_ssim: add >8 bit depth suppport
2016-12-15 Paul B Maholavfilter/vsrc_testsrc: draw_bar: make sure width is...
2016-12-14 Paul B Maholavfilter/af_sofalizer: warn if user gives unknown chann...
2016-12-13 Marton Balintavfilter/avfilter: fix filtering frames with unknown...
2016-12-10 Marton Balintavfilter/af_ashowinfo: properly show input channel...
2016-12-10 Marton Balintavfilter/af_channelmap: add support for unknown input...
2016-12-10 Marton Balintavfilter/af_atempo: add support for unknown channel...
2016-12-10 Marton Balintavfilter/formats: allow unknown channel layouts by...
2016-12-08 Paul B Maholavfilter/vf_deband: fix silly mistakes
2016-12-08 Srinath K Ravfilter/vf_hwupload_cuda: Add min/max limits for the...
2016-12-02 Michael Niedermayeravfilter/vf_premultiply: remove redundant semicolons
2016-12-01 Paul B Maholavfilter: add premultiply filter
2016-12-01 Carl Eugen Hoyoslavfi: Fix aix compilation.
2016-11-30 Timo Rothenpieleravfilter/vf_hwupload_cuda: fix potential leak
2016-11-30 Timo Rothenpieleravfilter/vf_scale_npp: check ff_set_common_formats...
2016-11-30 Miroslav Slugeňavfilter/vf_scale_npp: move aspect ratio correction...
2016-11-29 Paul B Maholavfilter/vf_masked*: add gray10 and gray12 support
2016-11-29 Paul B Maholavfilter/vf_bitplanenoise: add gray10 and gray12 suppport
2016-11-29 Paul B Maholavfilter/vf_extractplanes: add extract support for...
2016-11-29 Paul B Maholavfilter/vf_waveform: add gray10 and gray12 support
2016-11-28 Vittorio Giovaravf_colorspace: Forbid odd dimensions
2016-11-27 Clément Bœschlavfi/f_ebur128: relicense to LGPL
2016-11-27 Paul B Maholavfilter/vf_zscale: export approximate gamma option...
2016-11-24 Wan-Teh Changavfilter/tests/.gitignore: add integral
2016-11-23 Moritz Barsnicklavfi/pan: allow negative gain parameters also for...
2016-11-23 Paul B Maholavfilter/vf_zscale: add support for some recent new...
2016-11-22 Timo Rothenpieleravfilter/vf_hwupload_cuda: check ff_formats_ref for...
2016-11-22 Timo Rothenpieleravfilter/vf_hwupload_cuda: use new hwdevice allocation API
2016-11-22 Timo Rothenpieleravfilter/vf_scale_npp: use dynamically loaded CUDA
2016-11-18 Hendrik LeppkesMerge commit '8d07e941b04d63fc4443dd986e3dc7b69cdcca43'
2016-11-18 Hendrik LeppkesMerge commit '46278ec90ac5ad1dab5e85991f176afe49003fee'
2016-11-18 Hendrik LeppkesMerge commit 'd60c2d5216930ef98c7d4d6837d6229b37e0dcb3'
2016-11-18 Hendrik LeppkesMerge commit '7a76371437f9562c3414f985523f883489e3936a'
2016-11-18 Hendrik LeppkesMerge commit '2d097c16b833c532ac974a7f1fd05c0a1f3b7675'
2016-11-18 Hendrik LeppkesMerge commit '36b380dcd52ef47d7ba0559ed51192c88d82a9bd'
2016-11-18 Hendrik LeppkesMerge commit 'd0b1e6049b06eeeeca146ece4d2f199c5dba1565'
2016-11-18 Hendrik LeppkesMerge commit '61cb9fac47498a38dfe7623f66aa1f3696e9158c'
2016-11-18 Hendrik LeppkesMerge commit '0b1bd1b2057d41fd0ccba7317911c484a50f9207'
2016-11-18 Hendrik LeppkesMerge commit '390b95b88b2b896b63f257f69e434dfc0111e076'
2016-11-17 Hendrik LeppkesMerge commit 'cbbb404055877e3beb9890ffe22784a6a100963e'
2016-11-17 Hendrik LeppkesMerge commit '61bd0ed781b56eea1e8e851aab34a2ee3b59fbac'
2016-11-17 Hendrik LeppkesMerge commit '7b1ae0e73ab7f7c5eabc70dbe2e579127c6e154f'
2016-11-17 Hendrik LeppkesMerge commit '80fbb7becae530167373fe5178966b7d7604306e'
next