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-09-13lavfi/aresample: set buffer properties after copy.Nicolas George
2012-09-13lavfi/audio: fix an invalid boundary check.Nicolas George
2012-06-07lavfi: use getter/setter functions for AVFrame.pkt_posMichael Niedermayer
2012-06-07lavfi: Fill linesize, sample_rate and channel_layout fields in avfilter_fill_...Robert Nagy
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
2012-05-21lavfi: add an audio split filterJustin Ruggles
2012-05-21lavfi: rename vf_split.c to split.cJustin Ruggles
2012-05-20vsrc_mandelbrot: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George
2012-05-20vsrc_life: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George
2012-05-20vsrc_cellauto: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George
2012-05-20vf_ass: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George
2012-05-20vsrc_testsrc: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George
2012-05-20vf_scale: support dynamically changing input parameters.Michael Niedermayer
2012-05-20buffersrc: cosmetic: reindent.Nicolas George
2012-05-19Merge commit '755cd4197d53946208e042f095b930dca18d9430'Michael Niedermayer
2012-05-19af_aresample: use new swr API to pass and compensate PTSMichael Niedermayer
2012-05-19af_aresample: allocate a larger buffer so accumulated data can be returned qu...Michael Niedermayer