Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-20lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki
2011-06-10lavfi: use avfilter_get_audio_buffer_ref_from_arrays() in defaults.cStefano Sabatini
2011-06-06lavfi: use av_samples_alloc() in avfilter_default_get_audio_buffer()Stefano Sabatini
2011-06-06lavfi: prefer nb_samples over size in AVFilterBufferRefAudioPropsStefano Sabatini
2011-06-02lavfi: reindent after the previous commitStefano Sabatini
2011-06-02lavfi: add braces around the block of an if() expression in avfilter_default_...Stefano Sabatini
2011-06-02lavfi: clarify the context of a comment in avfilter_default_get_video_buffer()Stefano Sabatini
2011-06-02lavfi: apply misc style fixesStefano Sabatini
2011-05-07avfilter: dont use AVFilterLink as priv for pictures as its freed too early.Michael Niedermayer
2011-05-07avfilter: Fix ticket82 / fix initial buffer values.Michael Niedermayer
2011-05-07AVFilter: use picture pool to avoid malloc().Michael Niedermayer
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-06Remove forgotten if (p) av_free(p) formsClément Bœsch
2011-01-16Fix fate breakage in r26382.Ronald S. Bultje
2011-01-16Remove useless free, fix warning:Baptiste Coudurier
2011-01-15Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples.Stefano Sabatini
2010-12-04Implement av_image_alloc() and use it inStefano Sabatini
2010-11-28In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini
2010-11-25Implement avfilter_get_video_buffer_ref_from_arrays().Stefano Sabatini
2010-11-25Make avfilter_default_free_buffer() an internal shared symbol, so thatStefano Sabatini
2010-11-21Use the new libavcore audio channel API.Stefano Sabatini
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-11-03Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini
2010-10-11Add a time_base field to AVFilterLink.Stefano Sabatini
2010-10-10Rename out -> outlink, link -> inlink in various defaults.c functions,Stefano Sabatini
2010-09-25Add missing NULL checks, fix crash.Stefano Sabatini
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-17Cosmetics: apply misc style fixes.Stefano Sabatini
2010-08-17Implement libavfilter audio framework.S.N. Hemanth Meenakshisundaram
2010-08-17Add missing checks in avfilter_default_get_video_buffer().Stefano Sabatini
2010-08-11Resize data and linesize in AVFilterBufferRef to 8.S.N. Hemanth Meenakshisundaram
2010-08-11Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram
2010-08-07Rename fields:S.N. Hemanth Meenakshisundaram
2010-08-07Rename functions and fields:S.N. Hemanth Meenakshisundaram
2010-08-07Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram
2010-08-07Move format from AVFilterBuffer to AVFilterPicRef.S.N. Hemanth Meenakshisundaram
2010-08-07Fix the size of the data to be copied from an AVFilterBuffer to anS.N. Hemanth Meenakshisundaram
2010-07-30Make avfilter_default_get_video_buffer() use functions inStefano Sabatini
2010-07-22Generalize pixel format enum fields to int formats.S.N. Hemanth Meenakshisundaram
2010-07-17Remove AVFilterBuffer w and h fields.S.N. Hemanth Meenakshisundaram
2010-07-17Rename AVFilterPic to AVFilterBuffer.S.N. Hemanth Meenakshisundaram
2010-07-11Use avfilter_copy_picref_props() along lavfi.Víctor Paesa
2010-05-10Alloc 16 extra bytes in libavfilter frames. Needed for MMX-optimized swscale.Vitor Sessak
2010-05-07Try to keep track of interlaced and top field first.Michael Niedermayer
2010-03-19Create a set of null callback functions.Bobby Bingham
2010-03-13Add AVFilterPicRef.pos field and make libavfilter propagate streamStefano Sabatini
2010-03-08avfilter: make avfilter_default_free_video_buffer() staticMåns Rullgård
2010-03-08Make avfilter_default_start_frame() correctly pass the aspect ratioStefano Sabatini
2010-01-16Make avfilter_default_start_frame() request a buffer with the sameStefano Sabatini
2009-12-05Add a slice_dir parameter to avfilter_draw_slice().Stefano Sabatini