OSDN Git Service

avconv: remove -[vas]lang options.
[coroid/libav_saccubus.git] / libavfilter /
2011-09-07 Anton KhirnovAVOptions: deprecate av_opt_set_defaults2
2011-08-27 Michael Niedermayervf_scale: don't leak SWS context.
2011-08-26 Diego Biurrundoxygen: fix wrong comment syntax, //< vs. ///<
2011-07-18 Stefano Sabatinivf_libopencv: replace opencv/cxtypes.h #include by...
2011-07-14 Diego Biurrundoxygen: Make sure parameter names match between .c...
2011-07-10 Mans Rullgardbuild: rework rules for things in the tools dir
2011-07-10 Anton Khirnovlavf: add avformat_find_stream_info()
2011-07-10 Anton Khirnovlavc: introduce avcodec_open2() as a replacement for...
2011-07-07 Diego Biurrunvf_drawtext: Remove some write-only variables.
2011-07-05 Diego BiurrunAdd some missing mathematics.h #includes for av_rescale().
2011-07-04 Loren Merrittvf_gradfun: relicense x86 asm to LGPL
2011-07-03 Mans RullgardDo not include log.h in avutil.h
2011-07-03 Mans RullgardDo not include pixfmt.h in avutil.h
2011-07-03 Mans RullgardDo not include rational.h in avutil.h
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-07-03 Diego Biurrundoxygen: Fix parameter names to match the function...
2011-06-28 Mans Rullgardbuild: include sub-makefiles using full path instead...
2011-06-25 Diego Biurrunbuild: Remove redundant config.mak includes from subdir...
2011-06-20 Justin RugglesReplace usages of av_get_bits_per_sample_fmt() with...
2011-06-20 Stefano Sabatiniocv: replace FF_INTERNAL_MEM_TYPE_MAX_VALUE with SIZE_MAX
2011-06-20 Stefano Sabatinidrawtext: add braces around initialisers for option...
2011-06-20 Stefano Sabatinidrawtext: reindent after the previous commit
2011-06-20 Stefano Sabatinidrawtext: fix strftime() text expansion
2011-06-16 Anton KhirnovDeprecate av_open_input_* and remove their uses.
2011-06-02 Mans RullgardRemove unused variables
2011-05-31 Diego BiurrunEmploy correct printf format specifiers, mostly in...
2011-05-31 Diego Biurrunvf_drawtext: Replace FFmpeg by Libav in license boilerp...
2011-05-29 Diego Biurrunavfilter: Surround function only used in debug mode...
2011-05-29 Diego Biurrunvf_crop: Replace #ifdef DEBUG + av_log() by av_dlog().
2011-05-24 Stefano Sabatinivsrc_buffer.h: add file doxy
2011-05-24 Stefano Sabatinivsrc_buffer: tweak error message in init()
2011-05-21 Diego Biurrunmultiple inclusion guard cleanup
2011-05-16 Stefano Sabatinilavfi: print key-frame and picture type information...
2011-05-10 Anton KhirnovAVOptions: make default_val a union, as proposed in...
2011-05-07 Michael Niedermayerdrawtext: add shadow support.
2011-05-07 Michael Niedermayerdrawtext: factor draw_glyphs.
2011-05-07 Michael Niedermayerdrawtext: fix and optimize yuv blend.
2011-05-07 Michael Niedermayerdrawtext: get rid of divisions in the inner loop.
2011-05-07 Michael Niedermayerdrawtext: simplify chroma blend and fix chroma alpha.
2011-05-07 Stefano Sabatinilavfi: Port drawtext filter by Hemanth from the libavfi...
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...
next