summaryrefslogtreecommitdiff
path: root/libavfilter/vsrc_movie.c
Commit message (Expand)AuthorAge
* vsrc_movie: convert to codecparAnton Khirnov2016-02-24
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* vsrc_movie: Adjust a silly typo from b977b287f61fea48ecd6251d54a26334213b7ec6Diego Biurrun2014-08-21
* vsrc_movie: Avoid a variable indirection in movie_get_frame()Diego Biurrun2014-08-19
* lavfi: name anonymous structsVittorio Giovara2014-04-19
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-23
* lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* vsrc_movie: do not free avoption variables in uninit()Anton Khirnov2013-06-20
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun2013-05-04
* lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-09
* vsrc_movie: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* lavfi: switch to AVFrame.Anton Khirnov2013-03-08
* Drop unnecessary 'l' length modifier when printfing double values.Diego Biurrun2012-12-31
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-28
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Use avcodec_free_frame() to free AVFrames.Anton Khirnov2012-09-24
* lavfi: replace empty input/output lists with null pointersMans Rullgard2012-09-17
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* 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