]> git.sesse.net Git - ffmpeg/history - libavfilter
ac3enc: add some assertions
[ffmpeg] / libavfilter /
2011-03-08 Mans Rullgardyadif: add parens around macro parameters
2011-02-25 Carl Eugen HoyosAdd libmpcodecs to the list of libavfilter subdirectories.
2011-02-22 Michael NiedermayerAdd shadow support to the drawtext filter
2011-02-22 Michael Niedermayerfactor draw_glyphs out of drawtext filter
2011-02-22 Michael NiedermayerFix and optimize yuv blend in the drawtext filter
2011-02-22 Michael Niedermayerget rid of divisions in the inner loop of the drawtext...
2011-02-22 Michael Niedermayerfix chroma alpha in the drawtext filter
2011-02-22 Michael NiedermayerSimplify chroma blend in the drawtext filter
2011-02-22 Stefano SabatiniPort drawtext filter by Hemanth from the libavfilter...
2011-02-21 Brandon Minternlavfi: add fade filter
2011-02-21 Stefano Sabatinilavfi: put color source in a dedicated file
2011-02-21 Stefano Sabatinilavfi: add drawutils
2011-02-18 Michael NiedermayerReduce picture size for yadif.
2011-02-18 Michael NiedermayerChange yadif to not use out of picture lines.
2011-02-16 Reinhard TartlerMerge libavcore into libavutil
2011-02-14 Stefano SabatiniMake avfilter_config_links() propagate audio informatio...
2011-02-09 Stefano Sabatinilibavfilter: add video movie source
2011-02-06 Clément BœschRemove forgotten if (p) av_free(p) forms
2011-02-06 Stefano SabatiniMake avfilter_graph_free() free the graph.
2011-02-06 Stefano SabatiniMake avfilter_graph_parse() not free the input graph
2011-02-04 Stefano SabatiniLog debug information in filter_samples().
2011-01-31 Michael NiedermayerAdd sample_aspect_ratio fields to vsrc_buffer arguments.
2011-01-31 Michael NiedermayerAdd sample_aspect_ratio to AVFilterLink
2011-01-30 Luca BarbatoReplace dprintf with av_dlog
2011-01-30 Stefano SabatiniIn the start_frame() debug log, print the reference...
2011-01-28 Michael NiedermayerRemove useage of memalign() from libmpcodecs, not all...
2011-01-28 Michael NiedermayerAdd forgotten dependancy of avcodec for vf_mp.c
2011-01-28 Diego Elio PettenòMake the avfilter debug functions and macros static...
2011-01-20 Michael NiedermayerWarn about vf_mp
2011-01-20 Michael NiedermayerEnable libmpcodecs support.
2011-01-20 Michael NiedermayerAdd ASMALIGN() hack to patch around its recent removial...
2011-01-20 Michael NiedermayerAdd libmpcodecs wrapper for libavfilter, still disabled
2011-01-19 Michael NiedermayerHack libmpcodecs to make it buildable.
2011-01-19 Michael NiedermayerRemove dependancy of m_option & m_struct from libmpcodecs.
2011-01-19 Michael NiedermayerAvoid dependancy on global variable verbose in libmpcod...
2011-01-19 Michael NiedermayerAdd #define _BSD_SOURCE where mplayer is not C99.
2011-01-19 Michael NiedermayerAdd MPlayers libmpcodecs, this will be needed for our...
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...
2010-11-18 Stefano SabatiniLog error message in case of invalid parsing.
2010-11-18 Stefano SabatiniFix style: if( -> if (.
2010-11-18 Stefano SabatiniRemove redundant information in header.
2010-11-17 Aurelien Jacobsmove the av_parse_color() function from libavfilter...
2010-11-17 Baptiste Coudurier100L fix get_video_buffer in pad filter, get_video_buff...
next