mp3: Properly use AVCodecContext API
[platform/upstream/libav.git] / libavfilter / vf_frei0r.c
2015-01-12 Vittorio Giovaravf_frei0r: do not increment string if it reached the end
2014-03-04 Vittorio Giovaravf_frei0r: fix missing end of line character
2014-03-04 Vittorio Giovaravf_frei0r: refactor library loading from env variable
2014-03-04 Vittorio Giovaravf_frei0r: prevent a segfault when filter parameters...
2014-03-04 Vittorio Giovaravf_frei0r: adjust error messages
2013-10-28 Anton Khirnovlavfi: do not export the filters from shared objects
2013-05-17 Anton Khirnovvf_frei0r: make config_props work properly when called...
2013-05-16 Anton Khirnovvf_frei0r: use the name 's' for the pointer to the...
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-04-09 Anton Khirnovlavfi: remove now unused args parameter from AVFilter...
2013-04-09 Anton Khirnovvf_frei0r: 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-17 Mans Rullgardlavfi: replace empty input/output lists with null pointers
2012-08-16 Martin StorsjöAdd missing includes for code relying on external libraries
2012-07-22 Anton Khirnovlavfi: check all ff_get_video_buffer() calls for errors.
2012-07-22 Anton Khirnovlavfi: check all avfilter_ref_buffer() calls for errors.
2012-07-22 Anton Khirnovlavfi: check all ff_start_frame/draw_slice/end_frame...
2012-07-22 Anton Khirnovlavfi: add error handling to end_frame().
2012-07-22 Anton Khirnovlavfi: add error handling to draw_slice().
2012-07-21 Ronald S. Bultjelavfi: use const for AVFilterPad declarations in all...
2012-07-20 Anton Khirnovlavfi: unref AVFilterLink.out_buf in ff_end_frame().
2012-07-20 Anton Khirnovlavfi: unref AVFilterLink.cur_buf in ff_end_frame().
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-07-05 Diego BiurrunAdd some missing mathematics.h #includes for av_rescale().
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2010-11-30 Stefano SabatiniExtend the frei0r filter syntax.
2010-11-30 Stefano SabatiniImplement frei0r source.
2010-11-28 Stefano SabatiniIn libavfilter, use consistently "Copyright (c)" in...
2010-11-25 Stefano SabatiniFix crash in uninit.
2010-11-17 Aurelien Jacobsmove the av_parse_color() function from libavfilter...
2010-11-13 Stefano SabatiniFix frei0r filter after av_parse_color() syntax change.
2010-11-02 Stefano SabatiniFix timestamp handling in more filters after the change...
2010-10-03 Víctor PaesaUse SLIBSUF instead of .so, as a more generic dynamic...
2010-09-27 Stefano SabatiniMove av_get_token() from libavfilter to libavutil.
2010-09-24 Stefano SabatiniRemove unnecessary av_strdup() and av_free().
2010-09-24 Stefano SabatiniAdd frei0r filter.