vsrc_movie: Adjust a silly typo from b977b287f61fea48ecd6251d54a26334213b7ec6
[platform/upstream/libav.git] / libavfilter / vsrc_movie.c
2014-08-24 Diego Biurrunvsrc_movie: Adjust a silly typo from b977b287f61fea48ec...
2014-08-19 Diego Biurrunvsrc_movie: Avoid a variable indirection in movie_get_f...
2014-04-19 Vittorio Giovaralavfi: name anonymous structs
2013-11-23 Diego BiurrunAdd missing #includes for *INT64_MAX and *INT64_C
2013-10-28 Anton Khirnovlavfi: do not export the filters from shared objects
2013-06-20 Anton Khirnovvsrc_movie: do not free avoption variables in uninit()
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-05-04 Diego Biurrunavfilter: Add av_cold attributes to init/uninit functions
2013-04-09 Anton Khirnovlavfi: remove now unused args parameter from AVFilter...
2013-04-09 Anton Khirnovvsrc_movie: switch to an AVOptions-based system.
2013-03-08 Anton Khirnovlavfi: switch to AVFrame.
2012-12-31 Diego BiurrunDrop unnecessary 'l' length modifier when printfing...
2012-11-28 Anton Khirnovlavfi: merge start_frame/draw_slice/end_frame
2012-10-10 Mans Rullgardlavfi: convert input/ouput list compound literals to...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-24 Anton KhirnovUse avcodec_free_frame() to free AVFrames.
2012-09-17 Mans Rullgardlavfi: replace empty input/output lists with null pointers
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-07-22 Anton Khirnovlavfi: check all avfilter_ref_buffer() calls for errors.
2012-07-22 Anton Khirnovlavfi: use avfilter_unref_bufferp() where appropriate.
2012-07-22 Anton Khirnovlavfi: check all ff_start_frame/draw_slice/end_frame...
2012-07-21 Ronald S. Bultjelavfi: use const for AVFilterPad declarations in all...
2012-06-26 Anton Khirnovlavfi: make filters less verbose.
2012-06-26 Anton Khirnovlavfi: remove 'opaque' parameter from AVFilter.init()
2012-06-13 Anton Khirnovlavfi: make AVFilterPad opaque after two major bumps.
2012-06-13 Anton Khirnovlavfi: make avfilter_get_video_buffer() private on...
2012-06-05 Anton Khirnovlavfi: remove request/poll and drawing functions from...
2012-06-05 Anton Khirnovlavfi: make formats API private on next bump.
2011-12-25 Stefano Sabatinilavfi: add avfilter_copy_frame_props()
2011-12-25 Stefano Sabatinilavc: add a sample_aspect_ratio field to AVFrame
2011-12-12 Anton KhirnovReplace all uses of av_close_input_file() with avformat...
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-09-07 Anton KhirnovAVOptions: deprecate av_opt_set_defaults2
2011-07-10 Anton Khirnovlavf: add avformat_find_stream_info()
2011-07-10 Anton Khirnovlavc: introduce avcodec_open2() as a replacement for...
2011-06-16 Anton KhirnovDeprecate av_open_input_* and remove their uses.
2011-05-31 Diego BiurrunEmploy correct printf format specifiers, mostly in...
2011-05-10 Anton KhirnovAVOptions: make default_val a union, as proposed in...
2011-04-26 roygervsrc_movie: add key_frame and pict_type.
2011-04-26 Stefano Sabatinivsrc_movie: fix leak in request_frame()
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-08 Stefano Sabatinilibavfilter: add video movie source