]> git.sesse.net Git - ffmpeg/history - libavfilter
avconv: don't set output width/height directly from input value.
[ffmpeg] / libavfilter /
2012-04-15 Anton Khirnovgraphparser: fix the order in which unlabeled input...
2012-04-14 Anton Khirnovvsrc_buffer: fix check from 7ae7c41.
2012-04-14 Stefano Sabatiniavfiltergraph: make the AVFilterInOut alloc/free API...
2012-04-14 Anton Khirnovgraphparser: allow specifying sws flags in the graph...
2012-04-14 Anton Khirnovgraphparser: fix the order of connecting unlabeled...
2012-04-14 Anton Khirnovgraphparser: add avfilter_graph_parse2().
2012-04-14 Anton Khirnovvsrc_buffer: allow using a NULL buffer to signal EOF.
2012-04-09 Anton Khirnovvf_overlay: implement poll_frame()
2012-04-09 Anton Khirnovvf_scale: support named constants for sws flags.
2012-04-05 Anton Khirnovvsrc_buffer: when no frame is available, return an...
2012-04-04 Diego Biurrunvf_unsharp: Mark readonly variable as const.
2012-04-01 Anton Khirnovvsrc_buffer: allow buffering arbitrary number of frames.
2012-04-01 Anton Khirnovvf_scale: avoid a pointless memcpy in no-op conversion.
2012-04-01 Anton Khirnovavfiltergraph: try to reduce format conversions in...
2012-04-01 Anton Khirnovavfiltergraph: add an AVClass to AVFilterGraph on next...
2012-03-26 Diego Biurrunbuild: Only clean the architecture subdirectory we...
2012-02-21 Alex ConverseMark mutable static data const where appropriate.
2012-02-13 Diego BiurrunDrop some completely unnecessary av_unused attributes.
2012-02-09 Janne Grunauyadif: specify array size outside DECLARE_ALIGNED
2012-02-09 Diego Biurruncosmetics: Delete empty lines at end of file.
2012-02-08 Anton Khirnovpixdesc: mark pseudopaletted formats with a special...
2012-02-06 Andrey Utkindrawtext: add 'fix_bounds' option on coords fixing
2012-02-06 Andrey Utkindrawtext: fix text_{w, h} expression vars
2012-02-05 Andrey Utkindrawtext: add missing braces around an if() block.
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2012-01-25 Diego Biurrunbuild: Automatically include architecture-specific...
2012-01-25 Diego Biurruncosmetics: Remove some unnecessary block braces.
2012-01-14 Diego Biurruncosmetics: Move static and inline attributes to more...
2012-01-12 Anton Khirnovlavfi: move version macros to a new installed header...
2012-01-12 Anton Khirnovvsrc_buffer: release the buffer on uninit.
2012-01-10 Anton Khirnovvsrc_buffer: error on changing frame parameters.
2012-01-07 Diego Biurruncosmetics: drop some pointless parentheses
2012-01-07 Andrey UtkinDisable annoying warning without changing behavior
2011-12-30 Diego Biurruncosmetics: Drop unnecessary parentheses around return...
2011-12-25 Anton KhirnovAdd minor bumps and APIchanges entries for lavc/lavfi...
2011-12-25 Anton Khirnovlavfi: add a new function av_buffersrc_buffer().
2011-12-25 Stefano Sabatinilavfi: add avfilter_copy_frame_props()
2011-12-25 Stefano Sabatinilavc: add a sample_aspect_ratio field to AVFrame
2011-12-23 Anton Khirnovallfilters: fix type of avfilter_vsrc_buffer.
2011-12-22 Anton Khirnovlavfi: always build vsrc_buffer.
2011-12-13 Luca Barbatoyadif: support 10bit YUV
2011-12-13 Mans Rullgardbuild: move inclusion of subdir.mak to main subdir...
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-12-12 Anton KhirnovReplace all uses of av_close_input_file() with avformat...
2011-12-11 Andrey Utkinlavfi: install libavfilter/vsrc_buffer.h
2011-12-07 Luca Barbatodrawtext: remove typo
2011-12-07 Luca Barbatodrawtext: introduce rand(min, max)
2011-12-07 Luca Barbatodrawtext: introduce explicit draw/hide variable
2011-12-03 Luca Barbatodrawtext: make x and y parametric
2011-12-03 Luca Barbatodrawtext: manage memory allocation better
2011-12-03 Luca Barbatodrawtext: refactor draw_text
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
next