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-21avfilter picture pool: double free hotfixMichael Niedermayer
2011-06-20lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki
2011-06-10lavfi: implement avfilter_get_audio_buffer_ref_from_arrays()Stefano Sabatini
2011-06-06lavfi: prefer nb_samples over size in AVFilterBufferRefAudioPropsStefano Sabatini
2011-06-05Add const to avfilter_get_video_buffer_ref_from_arrays arguments.Reimar Döffinger
2011-06-03lavfi: add avfilter_link_free() functionStefano 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: use picture pool to avoid malloc().Michael Niedermayer
2011-05-07avfilter_unref_buffer: favor av_freep()Michael Niedermayer
2011-05-05Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-04avfilter: check malloc return values.Ronald S. Bultje
2011-05-04avfilter: don't av_malloc(0).Ronald S. Bultje
2011-05-01lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratioStefano Sabatini
2011-04-27lavfi: print key-frame and picture type information in ff_dlog_ref()Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer
2011-03-17Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer
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