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-06-04lavfi: add avfilter_default_filter_name()Stefano Sabatini
2012-06-04lavfi/lut: fix component -> rgba mappingStefano Sabatini
2012-06-03set some categories of some AVClass structsMichael Niedermayer
2012-06-03af_amerge: use the buferqueue API.Nicolas George
2012-06-03af_astreamsync: set samples rate in query_formats.Nicolas George
2012-05-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-31vf_overlay: rewrite request/push logic.Nicolas George
2012-05-31lavfi: add a generic API for buffer queues.Nicolas George
2012-05-31sink_buffer: guard against NULL frames.Nicolas George
2012-05-31lavfi: amix: check active input count before calling request_samplesJustin Ruggles
2012-05-29avfilter: include required header file avfilter.h in video.hJanne Grunau
2012-05-29avfilter: use designated initializer for classPaul B Mahol
2012-05-29lavfi: use getter/setter functions for AVFrame.pkt_posMichael Niedermayer
2012-05-29lavfi: Fill linesize, sample_rate and channel_layout fields in avfilter_fill_...Robert Nagy
2012-05-26lswsutils: fix "ncompatible pointer type" warningMichael Niedermayer
2012-05-26lavfutils: fix incompatible pointer type warningMichael Niedermayer
2012-05-26af_aresample: fix pts, they where off by a packet in the -async >0 case.Michael Niedermayer
2012-05-26af_aresample: fix request_frame()Michael Niedermayer
2012-05-25libavfilter: export ff_default_query_formats()Michael Niedermayer
2012-05-25lavfi/pixdesctest: use AVPALETTE_SIZE macroStefano Sabatini
2012-05-25lavfi/pixdesctest: fix SAME -> SAME memcpyStefano Sabatini
2012-05-25lavfi/hflip: copy palette data in start_frame()Stefano Sabatini
2012-05-25lavfi/aresample: print channel layouts and formats along with the rate.Clément Bœsch
2012-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-25lavfi/video: add avfilter.h include to fix make checkheaders.Clément Bœsch
2012-05-24lavfutils: fix copyrightMichael Niedermayer
2012-05-24lavfi/video: fix copyrightMichael Niedermayer
2012-05-24drawutils: fix copyrightMichael Niedermayer
2012-05-24vf_fps: fix copyrightMichael Niedermayer
2012-05-24vf_fps: license cleanupMichael Niedermayer
2012-05-24lavfi/buffer.c: fix copyrightMichael Niedermayer
2012-05-24lavfi/avcodec.c: fix copyrightMichael Niedermayer
2012-05-24asrc_anullsrc: fix copyrightMichael Niedermayer
2012-05-24asink_anullsink: fix copyrightMichael Niedermayer
2012-05-24af_null: fix copyrightMichael Niedermayer
2012-05-24lavfi: copy palette in start_frame()Stefano Sabatini
2012-05-24lavfi: add audio mix filterJustin Ruggles
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-23af_amerge: compute output timestamp.Nicolas George
2012-05-23af_amerge: set samples rate in query_formats.Nicolas George
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-22lavfi: fix comment, audio is supported now.Anton Khirnov
2012-05-22lavfi: fix incorrect comment.Anton Khirnov
2012-05-22lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov
2012-05-22lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov
2012-05-22lavfi: deprecate default config_props() callback and refactor avfilter_config...Mina Nagy Zaki
2012-05-22avfiltergraph: smarter sample format selection.Anton Khirnov
2012-05-22asyncts: reset delta to 0 when it's not used.Anton Khirnov
2012-05-22vf_yadif: Fixed potential access violation on EOF.Robert Nagy
2012-05-22af_resample: remove an extra space in the log outputJustin Ruggles