mp3: Properly use AVCodecContext API
[platform/upstream/libav.git] / libavfilter / avfilter.c
2015-01-12 Vittorio Giovaraavfilter: check filter link validity
2014-03-05 Anton Khirnovlavfi: use the correct filter context for logging an...
2014-01-09 Vittorio Giovaraavfilter: fix leaks on error in ff_filter_frame
2013-10-28 Vittorio Giovaraavfilter: fix const use of avfilter_next
2013-10-28 Vittorio Giovaraavfilter: have avfilter_get_by_name return const for...
2013-09-28 Anton Khirnovlavfi: allow user-provided execute() callbacks
2013-08-02 Diego BiurrunDisable deprecation warnings for cases where a replacem...
2013-08-02 Diego BiurrunGive less generic names to global library option arrays
2013-05-24 Anton Khirnovlavfi: add a slice threading infrastructure
2013-05-17 Anton Khirnovavfilter: check a malloc in avfilter_link().
2013-05-17 Anton Khirnovavfilter.c: cosmetics, reformat
2013-05-17 Anton Khirnovlavfi: factorize freeing a link
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-05-15 Anton Khirnovlavfi: fix compatibility code for old vf_scale options...
2013-04-11 Anton Khirnovlavfi: do not segfault on NULL passed to avfilter_get_b...
2013-04-11 Anton Khirnovlavfi: change the filter registering system to match...
2013-04-11 Anton Khirnovlavfi: add a function for counting elements in AVFilter...
2013-04-11 Anton Khirnovlavfi: add avfilter_init_dict() for initializing a...
2013-04-11 Anton Khirnovlavfi: add avfilter_init_str() to replace avfilter_init...
2013-04-11 Anton Khirnovlavfi: make avfilter_free() remove the filter from...
2013-04-11 Anton Khirnovlavfi: replace avfilter_open() with avfilter_graph_allo...
2013-04-11 Anton Khirnovlavfi: add const to the pads parameter of avfilter_pad_...
2013-04-09 Anton Khirnovlavfi: add avfilter_get_class().
2013-04-09 Anton Khirnovlavfi: make AVFilterContext export filter options.
2013-04-09 Anton Khirnovlavfi: error out when options are provided to a filter...
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-04-09 Anton Khirnovvf_scale: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_frei0r: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_(no)format: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovaf_resample: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovlavfi: switch to an AVOptions-based system.
2013-03-16 Anton Khirnovlavfi: use designated initializers in avfilter_class
2013-03-08 Anton Khirnovlavfi: switch to AVFrame.
2012-11-28 Anton Khirnovlavfi: merge start_frame/draw_slice/end_frame
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-10-12 Anton Khirnovlavfi: do not use av_pix_fmt_descriptors directly.
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-15 Martin StorsjöDon't include common.h from avutil.h
2012-07-25 Diego Biurrunavfilter: Fix printf format string conversion specifier
2012-06-26 Anton Khirnovlavfi: make filters less verbose.
2012-06-26 Anton Khirnovlavfi: remove disabled FF_API_FILTERS_PUBLIC cruft
2012-06-26 Anton Khirnovlavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LIN...
2012-06-26 Anton Khirnovlavfi: use proper FF_API guards for different deprecate...
2012-06-26 Anton Khirnovlavfi: remove 'opaque' parameter from AVFilter.init()
2012-06-13 Anton Khirnovlavfi: replace AVFilterContext.input/output_count with...
2012-06-13 Anton Khirnovlavfi: add avfilter_pad_get_type() and avfilter_pad_get...
2012-06-12 Alex Converseavfilter: Log an error if avfilter fails to configure...
2012-06-05 Anton Khirnovlavfi: remove request/poll and drawing functions from...
2012-06-05 Anton Khirnovlavfi: make avfilter_insert_pad and pals private on...
2012-06-05 Anton Khirnovlavfi: make formats API private on next bump.
2012-05-22 Mina Nagy Zakilavfi: deprecate default config_props() callback and...
2012-05-15 Diego Biurrunavfilter: Move ff_get_ref_perms_string() to where it...
2012-05-15 Anton Khirnovlavfi: move buffer management function to a separate...
2012-05-15 Anton Khirnovlavfi: move video-related functions to a separate file.
2012-05-14 Anton Khirnovlavfi: add channel layout/sample rate negotiation.
2012-05-09 Anton Khirnovlavfi: move audio-related functions to a separate file.
2012-05-09 Anton Khirnovlavfi: remove some audio-related function from public...
2012-05-09 Stefano Sabatinilavfi: simplify signature for avfilter_get_audio_buffer...
2012-05-09 Stefano Sabatinilavfi: cleanup avfilter_get_audio_buffer() and pals.
2012-05-09 Stefano Sabatinilavfi: add avfilter_get_audio_buffer_ref_from_arrays().
2012-05-09 Anton Khirnovlavfi: add extended_data to AVFilterBuffer.
2012-05-09 Anton Khirnovlavfi: add a function for copying properties from AVFil...
2012-05-07 Anton Khirnovlavfi: uninline avfilter_copy_buffer_ref_props().
2012-05-07 Anton Khirnovlavfi: support audio in avfilter_copy_frame_props().
2011-12-25 Stefano Sabatinilavfi: add avfilter_copy_frame_props()
2011-11-25 Mans RullgardMake channel layout masks unsigned
2011-11-03 Alex Converseavfilter: Don't copy garbage from the stack when settin...
2011-05-29 Diego Biurrunavfilter: Surround function only used in debug mode...
2011-05-16 Stefano Sabatinilavfi: print key-frame and picture type information...
2011-05-04 Ronald S. Bultjeavfilter: check malloc return values.
2011-05-04 Ronald S. Bultjeavfilter: don't av_malloc(0).
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-16 Janne Grunauuse LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
2011-03-16 Janne Grunaureplace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-14 Stefano SabatiniMake avfilter_config_links() propagate audio informatio...
2011-02-14 Michael NiedermayerAdd sample_aspect_ratio to AVFilterLink
2011-02-02 Stefano SabatiniLog debug information in filter_samples().
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòMake the avfilter debug functions and macros static...
2011-01-15 Stefano SabatiniInclude libavcore/audioconvert.h, required for
2011-01-15 Stefano SabatiniReindent.
2011-01-15 Stefano SabatiniMake ff_dprintf_link() print meaningful information...
2011-01-15 Stefano SabatiniRename AVFilterBufferRefAudioProps.samples_nb to nb_sam...
2011-01-15 Stefano SabatiniMake avfilter_unref_buffer() accept a NULL parameter.
2011-01-13 Stefano SabatiniCheck linked pads media type mismatch in avfilter_link().
2011-01-11 Michael NiedermayerAdd w,h,format back into AVFilterBuffer, these are...
2010-12-27 Michael NiedermayerSupport filters and decoders that dont support negative...
2010-12-19 Stefano SabatiniFix avfilter_draw_slice() copy code with alpha planes.
2010-11-28 Stefano SabatiniIn libavfilter, use consistently "Copyright (c)" in...
2010-11-25 Stefano SabatiniImplement avfilter_get_video_buffer_ref_from_arrays().
2010-11-13 Stefano SabatiniIn ff_get_ref_perms_string() use 'u' and 'U' for repres...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-11-08 Stefano SabatiniRename avfilter_destroy() as avfilter_free().
2010-10-25 Stefano Sabatini100l: remove bogus inclusion of libavcodec/audioconvert...
2010-10-12 Stefano SabatiniMake avfilter_config_links() use the timebase of the...
2010-10-10 Stefano SabatiniAdd a time_base field to AVFilterLink.
2010-10-10 Stefano SabatiniMake avfilter_config_links() propagate the error code...
next