OSDN Git Service

asf: use packet dts as approximation of pts
[android-x86/external-ffmpeg.git] / libavfilter /
2011-11-25 Mans RullgardMake channel layout masks unsigned
2011-11-05 Ronald S. Bultjelibavfilter: reindent.
2011-11-05 Ronald S. Bultjeavfilter: don't abort() on zero-size allocations.
2011-11-03 Alex Converseavfilter: Don't copy garbage from the stack when settin...
2011-11-02 Diego Biurrunvsrc_testsrc: fix mailing list reference URL
2011-11-02 Diego BiurrunRemove some stray unnecessary ffmpeg references.
2011-10-19 Stefano Sabatinilavfi: add rgbtestsrc source, ported from MPlayer libmp...
2011-10-19 Stefano Sabatinilavfi: add testsrc source
2011-10-17 Stefano Sabatinilavfi: port libmpcodecs delogo filter
2011-10-17 Stefano Sabatinilavfi: port boxblur filter from libmpcodecs
2011-10-17 Stefano Sabatinilavfi: add negate filter
2011-10-17 Stefano Sabatinilavfi: add LUT (LookUp Table) generic filters
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-09-29 Stefano Sabatinivf_unsharp: set default chroma size value to 5x5
2011-09-29 Stefano Sabatinivf_unsharp: fix out-of-buffer read
2011-09-28 Stefano Sabatinivf_unsharp: store hsub/vsub in the filter context
2011-09-28 Stefano Sabatinivf_unsharp: adopt a more natural order of params in...
2011-09-28 Stefano Sabatinivf_unsharp: rename method "unsharpen" to "apply_unsharp"
2011-09-28 Michael Niedermayervf_scale: apply the same transform to the aspect during...
2011-09-28 Stefano Sabatinivf_pad: fix "vsub" variable value computation
2011-09-28 Stefano Sabatinivf_scale: add a "sar" variable
2011-09-28 Stefano Sabatinilavfi: fix realloc size computation in avfilter_add_for...
2011-09-28 Stefano Sabatinivsrc_color: use internal timebase
2011-09-28 Stefano Sabatinilavfi: fix signature for avfilter_graph_parse() and...
2011-09-28 Stefano Sabatinigraphparser: prefer void * over AVClass * for log contexts
2011-09-28 Stefano Sabatiniavfiltergraph: use meaningful error codes
2011-09-21 Stefano Sabatinivf_yadif: add support to yuva420p
2011-09-21 Stefano Sabatinivf_yadif: correct documentation on the parity parameter
2011-09-21 Joakim Platevf_yadif: copy buffer properties like aspect for second...
2011-09-19 Joakim Platevf_yadif: add an option to enable/disable deinterlacing...
2011-09-19 Stefano Sabatinivsrc_color: set output pos values to -1
2011-09-19 Stefano Sabatinivsrc_color: add @file doxy
2011-09-19 Stefano Sabatinivsrc_buffer: remove duplicated file description
2011-09-17 Stefano Sabatinilavfi: add select filter
2011-09-12 Bobby Binghamlavfi: add split filter from soc.
2011-09-12 Stefano Sabatinilavfi: add showinfo filter
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
next