mp3: Properly use AVCodecContext API
[platform/upstream/libav.git] / libavfilter / vf_libopencv.c
2014-04-19 Vittorio Giovaralavfi: name anonymous structs
2013-10-28 Anton Khirnovlavfi: do not export the filters from shared objects
2013-05-16 Anton Khirnovvf_libopencv: 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_libopencv: switch to an AVOptions-based system.
2013-03-08 Anton Khirnovlavfi: switch to AVFrame.
2013-03-07 Reimar DöffingerUse the avstring.h locale-independent character type...
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-08-16 Martin StorsjöAdd missing includes for code relying on external libraries
2012-08-04 Derek Buitenhuiscosmetics: Fix a few switched periods and linebreaks
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-10 Anton Khirnovvf_libopencv: add missing headers.
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-18 Stefano Sabatinivf_libopencv: replace opencv/cxtypes.h #include by...
2011-06-20 Stefano Sabatiniocv: replace FF_INTERNAL_MEM_TYPE_MAX_VALUE with SIZE_MAX
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-12-26 Stefano SabatiniAdd erode libopencv filter.
2010-12-26 Stefano SabatiniAdd dilate libopencv filter.
2010-12-23 Stefano SabatiniRedesign the libopencv wrapper to make it more generic...
2010-11-28 Stefano SabatiniIn libavfilter, use consistently "Copyright (c)" in...
2010-09-24 Stefano SabatiniAdd missing uses of NULL_IF_CONFIG_SMALL for the filter...
2010-09-16 Stefano SabatiniCosmetics: fix weird align.
2010-09-16 Stefano SabatiniUse <> for system headers inclusion.
2010-09-16 Stefano SabatiniFix copyright notice, make it more consistent with...
2010-09-14 Stefano SabatiniImplement libopencv smooth filter.