summaryrefslogtreecommitdiff
path: root/libavfilter/vsrc_movie.c
Commit message (Expand)AuthorAge
* lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov2012-07-22
* lavfi: use avfilter_unref_bufferp() where appropriate.Anton Khirnov2012-07-22
* lavfi: check all ff_start_frame/draw_slice/end_frame calls for errorsAnton Khirnov2012-07-22
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-21
* lavfi: make filters less verbose.Anton Khirnov2012-06-26
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-13
* lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov2012-06-13
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
* lavfi: make formats API private on next bump.Anton Khirnov2012-06-05
* lavfi: add avfilter_copy_frame_props()Stefano Sabatini2011-12-25
* lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-12-25
* Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov2011-12-12
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* AVOptions: deprecate av_opt_set_defaults2Anton Khirnov2011-09-07
* lavf: add avformat_find_stream_info()Anton Khirnov2011-07-10
* lavc: introduce avcodec_open2() as a replacement for avcodec_open().Anton Khirnov2011-07-10
* Deprecate av_open_input_* and remove their uses.Anton Khirnov2011-06-16
* Employ correct printf format specifiers, mostly in debug output.Diego Biurrun2011-05-31
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-10
* vsrc_movie: add key_frame and pict_type.royger2011-04-26
* vsrc_movie: fix leak in request_frame()Stefano Sabatini2011-04-26
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* libavfilter: add video movie sourceStefano Sabatini2011-02-08