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-04-23avfiltergraph: add avfilter_graph_request_oldest().Nicolas George
2012-04-20lavfi: add avfilter_unref_bufferp()Robert Nagy
2012-03-31avfilter: allow freeing NULL.Michael Niedermayer
2012-01-22avfilter: add some asserts() to check refcounts.Michael Niedermayer
2012-01-12avfilter: pool draining and self destruction support.Michael Niedermayer
2011-12-27lavfi: add missing check in avfilter_filter_samples()Stefano Sabatini
2011-12-27lavfi: don't try to indent words in trace messagesStefano Sabatini
2011-12-23libavfilter: increase LIBAVFILTER_VERSION_MICRO to 100 like the other libs.Michael Niedermayer
2011-11-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-25Make channel layout masks unsignedMans Rullgard
2011-11-05lavfi: increase number of maximum registered filters from 64 to 128Stefano Sabatini
2011-11-05lavfi: issue error if maximum number of filters is reachedStefano Sabatini
2011-11-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-04avfilter: Don't copy garbage from the stack when setting up video pictures.Alex Converse
2011-09-26lavfi: add debug trace when processing eventsStefano Sabatini
2011-09-16lavfi: add and use an inlink variable in avfilter_config_links()Stefano Sabatini
2011-09-16lavfi: set link audio time_base if not set in avfilter_config_links()Stefano Sabatini
2011-09-12lavfi: consistently use int for sample_rate in AVFilterLink and AVFilterBuffe...Stefano Sabatini
2011-09-12lavfi: simplify signature for avfilter_get_audio_buffer() and friendsStefano Sabatini
2011-08-29avfilter: fix processing multiple commands per frame and filterMichael Niedermayer
2011-08-29avfilter: Add avfilter_graph_que_command()Michael Niedermayer
2011-08-29avfilter: Add command passing supportMichael Niedermayer
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-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-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-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