OSDN Git Service

wmavoice: Use proper size in memeset().
[coroid/ffmpeg_saccubus.git] / libavfilter /
2011-05-04 Ronald S. Bultjeavfilter: check malloc return values.
2011-05-04 Ronald S. Bultjeavfilter: don't av_malloc(0).
2011-04-29 Diego Biurrunvf_fieldorder: Replace FFmpeg by Libav in license boile...
2011-04-28 Peter Rosshflip: make the filter accept PIX_FMT_BGR48LE and PIX_F...
2011-04-28 Peter Rosscrop: make the filter accept PIX_FMT_BGR48LE and PIX_FM...
2011-04-26 Stefano Sabatinilavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE...
2011-04-26 Stefano Sabatinipad: make the filter parametric
2011-04-26 roygervsrc_movie: add key_frame and pict_type.
2011-04-26 Stefano Sabatinivsrc_movie: fix leak in request_frame()
2011-04-26 Roger Pau Monnélavfi: add key_frame and pict_type to AVFilterBufferRef...
2011-04-26 Michael Niedermayervsrc_buffer: add sample_aspect_ratio fields to arguments.
2011-04-26 Mark Himsleylavfi: add fieldorder filter
2011-04-26 Stefano Sabatiniscale: make the filter parametric
2011-04-26 James Darnleyyadif: support 16-bit
2011-04-26 James Darnleyyadif: support more than yuv420p.
2011-04-26 Michael Niedermayeryadif: Fix assert() failure
2011-04-25 Stefano Sabatinigraphparser: add a NULL check on the argument passed...
2011-04-25 Stefano Sabatinisetdar: prefer "sar" over "par" in log info message
2011-04-25 Mark Himsleyfade: fix draw_slice() check on fade->factor value
2011-04-25 Mark Himsleyfade: make draw_slice() chroma check against planes...
2011-04-20 Michael NiedermayerReduce picture size for yadif.
2011-04-18 Anton KhirnovBump major versions of all libraries.
2011-04-17 Diego BiurrunReplace more FFmpeg references by Libav.
2011-04-03 Brandon Minternlavfi: add fade filter
2011-04-03 Michael NiedermayerChange yadif to not use out of picture lines.
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-03-05 Mans Rullgardyadif: add parens around macro parameters
2011-02-21 Stefano Sabatinilavfi: put color source in a dedicated file
2011-02-21 Stefano Sabatinilavfi: add drawutils
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-08 Stefano Sabatinilibavfilter: add video movie source
2011-02-04 Clément BœschRemove forgotten if (p) av_free(p) forms
2011-02-04 Stefano SabatiniMake avfilter_graph_free() free the graph.
2011-02-04 Stefano SabatiniMake avfilter_graph_parse() not free the input graph
2011-02-02 Stefano SabatiniLog debug information in filter_samples().
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-28 Stefano SabatiniIn the start_frame() debug log, print the reference...
2011-01-26 Diego Elio PettenòMake the avfilter debug functions and macros static...
2011-01-18 Mans Rullgardavfilter: remove stray semicolon
2011-01-18 Janne Grunauconsolidate .gitignore patters into a single file
2011-01-17 Janne Grunauconvert svn:ignore properties to .gitignore files
2011-01-16 Stefano SabatiniMake config_props() return AVERROR(EINVAL) rather than...
2011-01-16 Ronald S. BultjeFix fate breakage in r26382.
2011-01-16 Baptiste CoudurierRemove useless free, fix warning:
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-15 Baptiste CoudurierIn yadif filter, default to top field first if interlac...
2011-01-14 Stefano SabatiniAdd the word "Parsed" in the parsed filter names.
2011-01-13 Stefano SabatiniCheck linked pads media type mismatch in avfilter_link().
2011-01-12 Stefano SabatiniMake avfilter_graph_free() do nothing if graph is NULL.
2011-01-12 Stefano SabatiniIn the pad filter, log information about the input...
2011-01-11 Michael NiedermayerFix design of the pad filter.
2011-01-11 Michael NiedermayerAdd w,h,format back into AVFilterBuffer, these are...
2011-01-05 Baptiste CoudurierIn pad filter, update new ref w/h in start_frame, fix...
2011-01-05 Baptiste CoudurierIn crop filter, update new ref w/h instead of old one...
2010-12-28 Stefano SabatiniFix style nits in avfiltergraph.c.
2010-12-28 Stefano SabatiniAdd copy filter, useful for testing the avfilter_draw_s...
2010-12-27 Stefano SabatiniBump lavfi minor and add an entry after r26108 (which...
2010-12-27 Stefano SabatiniIn the crop filter, put under ifdef DEBUG the trace...
2010-12-27 Michael NiedermayerSupport filters and decoders that dont support negative...
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-12-19 Stefano SabatiniFix avfilter_draw_slice() copy code with alpha planes.
2010-12-19 Stefano SabatiniRevert commit r22596.
2010-12-19 Stefano SabatiniFix crash in gradfun:end_frame() when inpic == outpic...
2010-12-12 Nolan LAdd gradfun filter, ported from MPlayer.
2010-12-12 Stefano SabatiniMake avfilter_parse_graph() output a more meaningful...
2010-12-09 Stefano SabatiniMove AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbo...
2010-12-06 Baptiste CoudurierIn yadif filter, declare asm constants directly to...
2010-12-04 Baptiste CoudurierPort libmpcodecs hqdn3d filter.
2010-12-04 Stefano SabatiniImplement av_image_alloc() and use it in
2010-12-04 Baptiste CoudurierDeclare sse2 and ssse2 function in yadif header
2010-12-04 Baptiste Coudurieryadif sse2/ssse3 optimizations
2010-12-02 Stefano SabatiniAdd avfilter_graph_create_filter().
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-25 Stefano SabatiniFix timestamp scaling in the overlay filter.
2010-11-25 Stefano SabatiniImplement avfilter_get_video_buffer_ref_from_arrays().
2010-11-25 Stefano SabatiniMake avfilter_default_free_buffer() an internal shared...
2010-11-24 Stefano Sabatini0.123l: remove unused arguments in av_log(), fix warning.
2010-11-24 Baptiste CoudurierIn aspect filter, fix display for input resolution
2010-11-24 Baptiste CoudurierIn crop filter, reference picref after updating w/h...
2010-11-23 Stefano SabatiniAdd informative log message in the crop filter.
2010-11-22 Stefano SabatiniReindent.
2010-11-22 Stefano SabatiniImplement robust parsing in aspect filters.
2010-11-22 Stefano SabatiniAdd informative log messages to the set aspect filters.
2010-11-22 Stefano SabatiniGive more explicit/less confusing names to the filters...
2010-11-22 Baptiste CoudurierIn yadif filter, copy video props to output picture.
2010-11-21 Stefano SabatiniUse the new libavcore audio channel API.
2010-11-21 Stefano SabatiniPort overlay filter from the libavfilter repo (with...
next