| Commit message (Expand) | Author | Age | Files | Lines |
* | Use AVFrame.pts instead of deprecated pkt_pts. | Anton Khirnov | 2016-06-21 | 1 | -2/+0 |
* | vsrc_movie: convert to codecpar | Anton Khirnov | 2016-02-24 | 1 | -4/+12 |
* | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -2/+2 |
* | Replace av_dlog with normal av_log at trace level | Vittorio Giovara | 2015-04-19 | 1 | -1/+1 |
* | vsrc_movie: Adjust a silly typo from b977b287f61fea48ecd6251d54a26334213b7ec6 | Diego Biurrun | 2014-08-21 | 1 | -1/+1 |
* | vsrc_movie: Avoid a variable indirection in movie_get_frame() | Diego Biurrun | 2014-08-19 | 1 | -2/+2 |
* | lavfi: name anonymous structs | Vittorio Giovara | 2014-04-19 | 1 | -1/+1 |
* | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+1 |
* | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -1/+1 |
* | vsrc_movie: do not free avoption variables in uninit() | Anton Khirnov | 2013-06-20 | 1 | -2/+0 |
* | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -2/+0 |
* | avfilter: Add av_cold attributes to init/uninit functions | Diego Biurrun | 2013-05-04 | 1 | -1/+3 |
* | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-09 | 1 | -1/+1 |
* | vsrc_movie: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -22/+10 |
* | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -34/+17 |
* | Drop unnecessary 'l' length modifier when printfing double values. | Diego Biurrun | 2012-12-31 | 1 | -1/+1 |
* | lavfi: merge start_frame/draw_slice/end_frame | Anton Khirnov | 2012-11-28 | 1 | -18/+2 |
* | lavfi: convert input/ouput list compound literals to named objects | Mans Rullgard | 2012-10-10 | 1 | -5/+11 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | Use avcodec_free_frame() to free AVFrames. | Anton Khirnov | 2012-09-24 | 1 | -1/+1 |
* | lavfi: replace empty input/output lists with null pointers | Mans Rullgard | 2012-09-17 | 1 | -1/+1 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -2/+2 |
* | lavfi: check all avfilter_ref_buffer() calls for errors. | Anton Khirnov | 2012-07-22 | 1 | -0/+5 |
* | lavfi: use avfilter_unref_bufferp() where appropriate. | Anton Khirnov | 2012-07-22 | 1 | -2/+1 |
* | lavfi: check all ff_start_frame/draw_slice/end_frame calls for errors | Anton Khirnov | 2012-07-22 | 1 | -4/+11 |
* | lavfi: use const for AVFilterPad declarations in all filters. | Ronald S. Bultje | 2012-07-21 | 1 | -6/+6 |
* | lavfi: make filters less verbose. | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | lavfi: remove 'opaque' parameter from AVFilter.init() | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | lavfi: make AVFilterPad opaque after two major bumps. | Anton Khirnov | 2012-06-13 | 1 | -0/+1 |
* | lavfi: make avfilter_get_video_buffer() private on next bump. | Anton Khirnov | 2012-06-13 | 1 | -2/+2 |
* | lavfi: remove request/poll and drawing functions from public API on next bump | Anton Khirnov | 2012-06-05 | 1 | -3/+4 |
* | lavfi: make formats API private on next bump. | Anton Khirnov | 2012-06-05 | 1 | -1/+2 |
* | lavfi: add avfilter_copy_frame_props() | Stefano Sabatini | 2011-12-25 | 1 | -4/+1 |
* | lavc: add a sample_aspect_ratio field to AVFrame | Stefano Sabatini | 2011-12-25 | 1 | -2/+2 |
* | Replace all uses of av_close_input_file() with avformat_close_input(). | Anton Khirnov | 2011-12-12 | 1 | -1/+1 |
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -6/+6 |
* | AVOptions: deprecate av_opt_set_defaults2 | Anton Khirnov | 2011-09-07 | 1 | -1/+1 |
* | lavf: add avformat_find_stream_info() | Anton Khirnov | 2011-07-10 | 1 | -1/+1 |
* | lavc: introduce avcodec_open2() as a replacement for avcodec_open(). | Anton Khirnov | 2011-07-10 | 1 | -1/+1 |
* | Deprecate av_open_input_* and remove their uses. | Anton Khirnov | 2011-06-16 | 1 | -2/+2 |
* | Employ correct printf format specifiers, mostly in debug output. | Diego Biurrun | 2011-05-31 | 1 | -1/+1 |
* | AVOptions: make default_val a union, as proposed in AVOption2. | Anton Khirnov | 2011-05-10 | 1 | -6/+6 |
* | vsrc_movie: add key_frame and pict_type. | royger | 2011-04-26 | 1 | -0/+2 |
* | vsrc_movie: fix leak in request_frame() | Stefano Sabatini | 2011-04-26 | 1 | -0/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | libavfilter: add video movie source | Stefano Sabatini | 2011-02-08 | 1 | -0/+311 |