summaryrefslogtreecommitdiffstats
path: root/libavfilter/vsrc_movie.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov2012-07-221-0/+5
* lavfi: use avfilter_unref_bufferp() where appropriate.Anton Khirnov2012-07-221-2/+1
* lavfi: check all ff_start_frame/draw_slice/end_frame calls for errorsAnton Khirnov2012-07-221-4/+11
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-211-6/+6
* lavfi: make filters less verbose.Anton Khirnov2012-06-261-1/+1
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-131-0/+1
* lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov2012-06-131-2/+2
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-3/+4
* lavfi: make formats API private on next bump.Anton Khirnov2012-06-051-1/+2
* lavfi: add avfilter_copy_frame_props()Stefano Sabatini2011-12-251-4/+1
* lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-12-251-2/+2
* Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov2011-12-121-1/+1
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-6/+6
* AVOptions: deprecate av_opt_set_defaults2Anton Khirnov2011-09-071-1/+1
* lavf: add avformat_find_stream_info()Anton Khirnov2011-07-101-1/+1
* lavc: introduce avcodec_open2() as a replacement for avcodec_open().Anton Khirnov2011-07-101-1/+1
* Deprecate av_open_input_* and remove their uses.Anton Khirnov2011-06-161-2/+2
* Employ correct printf format specifiers, mostly in debug output.Diego Biurrun2011-05-311-1/+1
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-101-6/+6
* vsrc_movie: add key_frame and pict_type.royger2011-04-261-0/+2
* vsrc_movie: fix leak in request_frame()Stefano Sabatini2011-04-261-0/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* libavfilter: add video movie sourceStefano Sabatini2011-02-081-0/+311
OpenPOWER on IntegriCloud