]> git.sesse.net Git - ffmpeg/history - libavfilter
lavfi/field: switch to filter_frame API
[ffmpeg] / libavfilter /
2012-12-06 Stefano Sabatinilavfi/field: switch to filter_frame API
2012-12-06 Stefano Sabatinilavfi/drawtext: make use of outlink variable in filter_...
2012-12-06 Clément Bœschlavfi/mp: remove dead extern vf_info_t declarations.
2012-12-06 anonymouslavfi/mp: add ff_ prefix to exported symbols
2012-12-05 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-12-05 Michael NiedermayerMerge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'
2012-12-05 Michael NiedermayerMerge commit '387bef95d28019c13c6805cfa4079e59948284e5'
2012-12-05 Michael NiedermayerMerge commit 'e57c4706e969afa1f2384481b955ccd9494cddb5'
2012-12-05 Michael NiedermayerMerge commit 'ff953fecffd3b9a616a046723fb9d4690be032a6'
2012-12-05 Michael NiedermayerMerge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'
2012-12-05 Michael NiedermayerMerge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'
2012-12-04 Clément Bœschlavfi/subtitles: 10l close codec before format.
2012-12-04 Anton KhirnovRemove pointless #undefs of previously forbidden functions.
2012-12-04 Nicolas Georgelavfi/drawtext: add the reload option.
2012-12-04 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-12-04 Clément Bœschlavfi/mp: fix invalid read with filters with no argument.
2012-12-04 Clément Bœschlavfi/removelogo: switch to ff_filter_frame.
2012-12-04 Clément Bœschlavfi: add subtitles filter.
2012-12-03 Clément Bœschlavfi: remove some video w/h settings after avfilter_co...
2012-12-03 Clément Bœschlavfi/gradfun: remove check for AV_PERM_PRESERVE.
2012-12-03 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-12-03 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-12-03 Michael NiedermayerMerge commit 'e816034a5fa131b13c4ad87bb0b5065b4f5697c6'
2012-12-03 Michael NiedermayerMerge commit '0b300daad2f5cb59a7c06dde5ac701685e6edf16'
2012-12-02 Stefano Sabatinilavfi/bbox: switch to ff_filter_frame() API
2012-12-02 Stefano Sabatinilavfi/alphamerge: fix leak introduced in 217163eb
2012-12-02 Nicolas Georgelavfi/vf_super2xsai: fix output ref size.
2012-12-02 Stefano Sabatinilavfi/framestep: switch to ff_filter_frame API
2012-12-02 Stefano Sabatinilavfi/super2xsai: switch to ff_filter_frame() API
2012-12-02 Clément Bœschlavfi/hue: move to ff_filter_frame.
2012-12-02 Nicolas Georgelavfi/vf_tile: forward errors.
2012-12-02 Nicolas Georgelavfi/vf_tile: cosmetic after last commit.
2012-12-02 Nicolas Georgelavfi/vf_tile: switch to filter_frame.
2012-12-02 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-12-02 Stefano Sabatinilavfi/decimate: switch to ff_filter_frame() API
2012-12-02 Stefano Sabatinilavfi/alphamerge: switch to ff_filter_frame() API
2012-12-02 Stefano Sabatinilavfi/blackdetect: switch to new ff_filter_frame() API
2012-12-02 Clément Bœschlavfi/hqdn3d: avoid use of uninitialized variable.
2012-12-02 Clément Bœschlavfi/gradfun: avoid use of uninitialized variable.
2012-12-01 Clément Bœschlavfi/vsrc: switch to ff_filter_frame.
2012-12-01 Stefano Sabatinilavfi/geq: add T variable and example
2012-12-01 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-11-30 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-11-30 Michael NiedermayerMerge commit '9d46eaec7a90bd8f5cd9e45398c6d17804182320'
2012-11-29 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-11-29 Michael NiedermayerMerge commit 'e4d349b4014ee2a03f521027e0bd1ace4a9e60bd'
2012-11-29 Michael NiedermayerMerge commit 'c74f81786d434dfaf9b3dff06aa96bfd23d0127b'
2012-11-29 Michael NiedermayerMerge commit '5c7bf2dddee5bdfa247ff0d57cb8a37d19077f66'
2012-11-29 Michael NiedermayerMerge commit 'bfe5454cd238b16e7977085f880205229103eccb'
2012-11-29 Michael NiedermayerMerge commit '1f3f896564501c23b44fcf605567c78ce066b539'
2012-11-29 Clément Bœschlavfi/concat: prefer av_asprintf() over stack allocated...
2012-11-29 Clément Bœschlavfi/concat: switch to filter_frame.
2012-11-29 Clément Bœschlavfi/smartblur: switch to filter_frame.
2012-11-29 Clément Bœschlavfi/show{spectrum,waves}: use ff_filter_frame().
2012-11-29 Michael Niedermayervsrc_mandelbrot: switch to filter_frame
2012-11-29 Clément Bœschlavfi/ebur128: use ff_filter_frame() everywhere.
2012-11-29 Michael NiedermayerMerge remote-tracking branch 'cus/stable'
2012-11-29 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-11-29 Michael NiedermayerMerge commit '565e4993c63f797e2d50ad2f1e8f62fdbe299666'
2012-11-29 Clément Bœschlavfi/ass: switch to filter_frame.
2012-11-29 Anton Khirnovavfilter: mark start_frame/end_frame/draw_slice as...
2012-11-29 Clément Bœschlavfi/colormatrix: 10l fix forgotten buffer unref.
2012-11-29 Clément Bœschlavfi/colormatrix: switch to filter_frame.
2012-11-29 Anton Khirnovvf_format: switch to filter_frame
2012-11-29 Anton Khirnovvf_copy: switch to filter_frame
2012-11-29 Anton Khirnovvf_null: switch to filter_frame
2012-11-29 Michael Niedermayerlibavfilter: default to filter_frame when neither it...
2012-11-29 Anton Khirnovbuffersrc: switch to filter_frame
2012-11-29 Anton Khirnovbuffersink: switch to filter_frame
2012-11-29 Clément Bœschlavfi/thumbnail: re-use ctx instead of inlink->dst.
2012-11-29 Clément Bœschlavfi/thumbnail: use avfilter_unref_bufferp() where...
2012-11-29 Clément Bœschlavfi/thumbnail: switch to filter_frame.
2012-11-29 Anton Khirnovlibavfilter/split: switch to filter_frame
2012-11-29 Michael Niedermayervf_scale: switch to filter_frame
2012-11-28 Clément Bœschlavfi/sendcmd: expose the options for both filters.
2012-11-28 Clément Bœschlavfi/sendcmd: add FLAGS to AVOption array.
2012-11-28 Clément Bœschlavfi: add priv_class for some forgotten filters.
2012-11-28 Clément Bœschlavfi/mptestsrc: add FLAGS to AVOption array.
2012-11-28 Anton Khirnovvf_blackframe: switch to filter_frame
2012-11-28 Anton Khirnovvf_aspect: switch to filter_frame
2012-11-28 Anton Khirnovvf_cropdetect: switch to filter_frame
2012-11-28 Anton Khirnovvf_crop: switch to filter_frame
2012-11-28 Anton Khirnovvf_drawbox: switch to filter frame
2012-11-28 Anton Khirnovvflip: switch to filter_frame
2012-11-28 Michael NiedermayerMerge commit 'bb6c67bb36b136de10256f0999128df4a42f9ffc'
2012-11-28 Anton Khirnovvf_yadif: switch to filter_frame, this filter did not...
2012-11-28 Anton Khirnovvf_fade: switch to filter_frame
2012-11-28 Clément Bœschlavfi: convert remaining input/output list compound...
2012-11-28 Anton Khirnovvf_lut: switch to filter_frame
2012-11-28 Anton Khirnovvf_hflip: switch to filter_frame
2012-11-28 Anton Khirnovf_setpts: switch to filter_frame
2012-11-28 Anton Khirnovf_settb: switch to filter_frame
2012-11-28 Michael Niedermayersrc_movie: switch to filter_frame
2012-11-28 Anton Khirnovvsrc_testsrc: switch to filter_frame
2012-11-28 Anton Khirnovvsink_nullsink: switch to filter_frame
2012-11-28 Anton Khirnovvf_unsharp: switch to filter_frame, this filter did...
2012-11-28 Michael Niedermayervf_transpose: switch to filter_frame
2012-11-28 Anton Khirnovvf_select: switch to filter_frame
2012-11-28 Anton Khirnovvf_showinfo: switch to filter_frame
2012-11-28 Michael Niedermayervf_pad: switch to filter_frame
next