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-05-29avfilter: Surround function only used in debug mode by appropriate #ifdef.Diego Biurrun
2011-05-17lavfi: print key-frame and picture type information in ff_dlog_ref()Stefano Sabatini
2011-05-04avfilter: check malloc return values.Ronald S. Bultje
2011-05-04avfilter: don't av_malloc(0).Ronald S. Bultje
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-16use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau
2011-03-16replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-14Make avfilter_config_links() propagate audio information of the source link i...Stefano Sabatini
2011-02-14Add sample_aspect_ratio to AVFilterLinkMichael Niedermayer
2011-02-02Log debug information in filter_samples().Stefano Sabatini
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-26Make the avfilter debug functions and macros static to avfilter.cDiego Elio Pettenò
2011-01-15Include libavcore/audioconvert.h, required forStefano Sabatini
2011-01-15Reindent.Stefano Sabatini
2011-01-15Make ff_dprintf_link() print meaningful information for audio links.Stefano Sabatini
2011-01-15Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples.Stefano Sabatini
2011-01-15Make avfilter_unref_buffer() accept a NULL parameter.Stefano Sabatini
2011-01-13Check linked pads media type mismatch in avfilter_link().Stefano Sabatini
2011-01-12Add w,h,format back into AVFilterBuffer, these are required for direct render...Michael Niedermayer
2010-12-27Support filters and decoders that dont support negative linesizes.Michael Niedermayer
2010-12-19Fix avfilter_draw_slice() copy code with alpha planes.Stefano 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-13In ff_get_ref_perms_string() use 'u' and 'U' for representingStefano Sabatini
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-11-08Rename avfilter_destroy() as avfilter_free().Stefano Sabatini
2010-10-25100l: remove bogus inclusion of libavcodec/audioconvert.c inStefano Sabatini
2010-10-13Make avfilter_config_links() use the timebase of the first input linkStefano Sabatini
2010-10-11Add a time_base field to AVFilterLink.Stefano Sabatini
2010-10-10Make avfilter_config_links() propagate the error code coming from theStefano Sabatini
2010-09-28Use more expressive names for the avfilter_insert_filter() in and outStefano Sabatini
2010-09-27Make avfilter_insert_filter() propagate an error code in case theStefano Sabatini
2010-09-27Make AVFilterLink store the pointers to the source and destinationStefano Sabatini
2010-09-27Make avfilter_destroy() code less convoluted, introducing a temporaryStefano Sabatini
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-24Implement ff_get_ref_perms_string() and use it for tracing.Stefano Sabatini
2010-08-24Make avfilter_start_frame() invoke avfilter_get_video_buffer() on theStefano Sabatini
2010-08-20Make ff_dprintf_ref() print audio related information if available.Stefano Sabatini
2010-08-20Cosmetics: merge two lines in ff_dprintf_ref().Stefano Sabatini
2010-08-20Make ff_dprintf_ref() print the information related to the referencedStefano Sabatini
2010-08-20Rename ff_dprintf_picref() to ff_dprintf_ref().Stefano Sabatini
2010-08-20Extend ff_dprintf_picref() to make it print video interlaced andStefano Sabatini
2010-08-20Make ff_dprintf_picref() print video properties only if available.Stefano Sabatini
2010-08-20Only print the pointer to the first plane in ff_dprintf_picref().Stefano Sabatini
2010-08-19Enable and change the log level to DEBUG for the message printed inStefano Sabatini
2010-08-19Cosmetics: apply misc spacing style fixes.Stefano Sabatini
2010-08-17Implement libavfilter audio framework.S.N. Hemanth Meenakshisundaram
2010-08-17Add missing NULL checks in avfilter_ref_buffer().Stefano Sabatini
2010-08-12Deprecate ff_get_plane_bytewidth() in favor ofStefano Sabatini