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
2012-08-01lavfi: remove unused defaults.c fileStefano Sabatini
2012-06-26lavfi: drop deprecated and disabled packing APIStefano Sabatini
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-16lavfi: update some deprecated functionsPaul B Mahol
2012-05-22lavfi: deprecate default config_props() callback and refactor avfilter_config...Mina Nagy Zaki
2012-05-16lavfi: drop planar/packed negotiation supportStefano Sabatini
2012-05-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-15lavfi: move buffer management function to a separate file.Anton Khirnov
2012-05-15lavfi: move formats-related functions from default.c to formats.cAnton Khirnov
2012-05-15lavfi: move video-related functions to a separate file.Anton Khirnov
2012-05-14lavfi: add channel layout/sample rate negotiation.Anton Khirnov
2012-05-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-09lavfi: move audio-related functions to a separate file.Anton Khirnov
2012-05-09lavfi: remove some audio-related function from public API.Anton Khirnov
2012-05-09lavfi: simplify signature for avfilter_get_audio_buffer() and friendsStefano Sabatini
2012-05-09lavfi: use avfilter_get_audio_buffer_ref_from_arrays() in avfilter_default_ge...Stefano Sabatini
2012-05-09lavfi: cleanup avfilter_get_audio_buffer() and pals.Stefano Sabatini
2012-05-09lavfi: add extended_data to AVFilterBuffer.Anton Khirnov
2012-01-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2012-01-12avfilter: pool draining and self destruction support.Michael Niedermayer
2011-12-27lavfi: fix avfilter_default_get_audio_buffer() after changes in av_samples_al...Stefano Sabatini
2011-11-30avfilter: align allocated images to 32 for AVX and IFFMichael Niedermayer
2011-11-25Make channel layout masks unsignedMans Rullgard
2011-11-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-16lavfi: rename avfilter_all_* function names to avfilter_make_all_*Stefano Sabatini
2011-09-12lavfi: simplify signature for avfilter_get_audio_buffer() and friendsStefano Sabatini
2011-08-06lavfi: avoid void* arithmetic in defaults.c:set_common_formats()Stefano Sabatini
2011-08-06lavfi: remove default config_props() callback and refactor avfilter_config_li...Mina Nagy Zaki
2011-07-16lavfi: add audio channel packing negotiation fieldsMina Nagy Zaki
2011-06-21Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles
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-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-06Remove forgotten if (p) av_free(p) formsClément Bœsch
2011-02-04Remove 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