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-08lavfi: handle NULL lists in avfilter_make_format_listMina Nagy Zaki
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-06vsrc_buffer: add flags param to av_vsrc_buffer_add_video_buffer_refStefano 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-02Remove unused variablesMans Rullgard
2011-06-02vsrc_buffer: propagate error code in av_vsrc_buffer_add_frame()Stefano 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-06-02Port remove of get_sws_cpuflags from MPlayer's libmpcodecs.Reimar Döffinger
2011-06-02Port recent changes to MPlayer libmpcodecs.Reimar Döffinger
2011-06-02Replace non-existent HAVE_SSE2 with HAVE_SSE.Reimar Döffinger
2011-06-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-01Fix type of out[] variable, it should not be const.Reimar Döffinger
2011-06-01Employ correct printf format specifiers, mostly in debug output.Diego Biurrun
2011-05-31vf_drawtext: Replace FFmpeg by Libav in license boilerplate.Diego Biurrun
2011-05-31Port libmpcodec fixes from MPlayer.Reimar Döffinger
2011-05-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-30Fix various unused variable warningsClément Bœsch
2011-05-29avfilter: Surround function only used in debug mode by appropriate #ifdef.Diego Biurrun
2011-05-29vf_crop: Replace #ifdef DEBUG + av_log() by av_dlog().Diego Biurrun
2011-05-25lavfi: add select filterStefano Sabatini
2011-05-25vsrc_buffer: return an error code if no frames are availableStefano Sabatini
2011-05-25vsrc_buffer: remove duplicated file descriptionStefano Sabatini
2011-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-24vsrc_buffer.h: add file doxyStefano Sabatini
2011-05-24vsrc_buffer: tweak error message in init()Stefano Sabatini
2011-05-22lavfi: make vsrc_buffer.h header publicStefano Sabatini
2011-05-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-22lavfi: bump minor and add changelog entry after the split filter additionStefano Sabatini
2011-05-22vf_split: give more meaningful names to the output padsStefano Sabatini
2011-05-22vf_split: define draw_slice() before end_frame()Stefano Sabatini
2011-05-22vf_split: add descriptionStefano Sabatini
2011-05-22vf_split: fix various nitsStefano Sabatini
2011-05-21libavfilter: vf_split from soc.Bobby Bingham
2011-05-21multiple inclusion guard cleanupDiego Biurrun
2011-05-20vf_libopencv: prefer opencv/cxcore.h over cxtypes.hStefano Sabatini
2011-05-20vsrc_buffer: document av_vsrc_buffer_add_video_buffer_ref()Stefano Sabatini
2011-05-20vsrc_buffer: add av_vsrc_buffer_add_frame()Stefano Sabatini
2011-05-20vsrc_buffer: make the source accept sws_param in initStefano Sabatini
2011-05-20vsrc_buffer: propagate avfilter_open() error codeStefano Sabatini
2011-05-20vsrc_buffer: fix styleStefano Sabatini
2011-05-20lavfi: add avfilter_get_video_buffer_ref_from_frame to avcodec.hStefano Sabatini
2011-05-20vsrc_buffer: remove dependency on AVFrameStefano Sabatini
2011-05-17Add some forgotten const to function arguments in libavfilter & libavformat.Michael Niedermayer
2011-05-17drawtext: specify union type for setting default optionsStefano Sabatini
2011-05-17drawtext: reindent after the previous commitStefano Sabatini