]> git.sesse.net Git - ffmpeg/history - libavfilter/avfilter.c
lavfi: make formats API private on next bump.
[ffmpeg] / libavfilter / avfilter.c
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...
2010-09-27 Stefano SabatiniUse more expressive names for the avfilter_insert_filte...
2010-09-27 Stefano SabatiniMake avfilter_insert_filter() propagate an error code...
2010-09-27 Stefano SabatiniMake AVFilterLink store the pointers to the source...
2010-09-27 Stefano SabatiniMake avfilter_destroy() code less convoluted, introduci...
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-24 Stefano SabatiniImplement ff_get_ref_perms_string() and use it for...
2010-08-24 Stefano SabatiniMake avfilter_start_frame() invoke avfilter_get_video_b...
2010-08-20 Stefano SabatiniMake ff_dprintf_ref() print audio related information...
2010-08-20 Stefano SabatiniCosmetics: merge two lines in ff_dprintf_ref().
2010-08-20 Stefano SabatiniMake ff_dprintf_ref() print the information related...
2010-08-20 Stefano SabatiniRename ff_dprintf_picref() to ff_dprintf_ref().
2010-08-20 Stefano SabatiniExtend ff_dprintf_picref() to make it print video inter...
2010-08-20 Stefano SabatiniMake ff_dprintf_picref() print video properties only...
2010-08-20 Stefano SabatiniOnly print the pointer to the first plane in ff_dprintf...
2010-08-19 Stefano SabatiniEnable and change the log level to DEBUG for the messag...
2010-08-19 Stefano SabatiniCosmetics: apply misc spacing style fixes.
2010-08-17 S.N. Hemanth Meena... Implement libavfilter audio framework.
2010-08-17 Stefano SabatiniAdd missing NULL checks in avfilter_ref_buffer().
2010-08-12 Stefano SabatiniDeprecate ff_get_plane_bytewidth() in favor of
2010-08-11 S.N. Hemanth Meena... Set type on buffer in get_video_buffer().
2010-08-11 Stefano SabatiniChange avfilter_open() signature, from:
2010-08-11 S.N. Hemanth Meena... Separate video specific BufferRef properties into Video...
2010-08-07 S.N. Hemanth Meena... Rename fields:
2010-08-07 S.N. Hemanth Meena... Rename functions and fields:
2010-08-07 S.N. Hemanth Meena... Rename AVFilterPicRef to AVFilterBufferRef.
2010-08-06 Måns Rullgårdavfilter: indent
2010-08-06 Måns Rullgårdavfilter: do not crash on null link src/dst in avfilter...
2010-08-06 Måns Rullgårdavfilter: free link in/out_formats in avfilter_destroy()
2010-07-22 S.N. Hemanth Meena... Generalize pixel format enum fields to int formats.
2010-07-18 Stefano SabatiniMake avfilter.c dprintf* functions internal and declare...
2010-07-11 Víctor PaesaUse avfilter_copy_picref_props() along lavfi.
2010-05-07 Michael NiedermayerTry to keep track of interlaced and top field first.
2010-04-28 Michael NiedermayerAdd version to AVClass so we can add to and use fields...
2010-04-03 Bobby BinghamRemove variable whose value was never read. Found...
2010-03-13 Stefano SabatiniAdd AVFilterPicRef.pos field and make libavfilter propa...
2010-03-06 Stefano SabatiniShow aspect ratio information in dprintf_picref() traces.
2010-01-31 Stefano SabatiniAvoid usage of avcodec_get_pix_fmt_name() and
2010-01-13 Stefano SabatiniMake avfilter_insert_filter() log the names of the...
2010-01-10 Stefano SabatiniMake avfilter_insert_filter() print the instance name...
2010-01-03 Stefano SabatiniPrefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_config...
2009-12-04 Stefano SabatiniAdd a slice_dir parameter to avfilter_draw_slice().
2009-11-24 Stefano SabatiniImplement avfilter_next().
2009-11-24 Stefano SabatiniImplement a new registration system for filters.
2009-11-18 Diego BiurrunAdd functions to return library license and library...
2009-11-03 Stefano SabatiniMake avfilter_get_video_buffer() use
2009-10-27 Stefano SabatiniIntroduce first_avfilter and use that, together with...
2009-10-25 Stefano SabatiniMake dprintf_link() show the name of the link pixel...
2009-10-18 Vitor SessakFix recursive avfilter_poll_frame(). It was doing
2009-10-18 Stefano SabatiniMake avfilter_get_video_buffer() recursive.
2009-10-06 Stefano SabatiniImplement trace messages logging in the filterchain...
2009-04-14 Cédric SchieliAlso copy pixel_aspect when copying the picref in avfil...
next