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-03lavfi: move color filter to testsrc, factorizeStefano Sabatini
2012-08-03Fix misc swapped dot and carriage returns in av_log calls.Clément Bœsch
2012-08-03amerge/astreamsync/pan: fix license boilerplate.Nicolas George
2012-08-02lavfi/rgbtestsrc: use ff_fill_rgba_map() rather than a local copyStefano Sabatini
2012-08-02lavfi/drawutils: make ff_draw_color() accept a const rgba mapStefano Sabatini
2012-08-02lavfi/video: remove duplicated function ff_null_start_frame_keep_ref()Stefano Sabatini
2012-08-02lavfi/testsrc: use AVFILTER_DEFINE_CLASS for defining the filter classesStefano Sabatini
2012-08-02lavfi/testsrc: extend logic in request_frame, support static image outputStefano Sabatini
2012-08-02lavfi/testsrc: free the context in uninitStefano Sabatini
2012-08-01vf_tile: fix output buffer ownership.Nicolas George
2012-08-01lavfi/testsrc: drop pointless parenthesesStefano Sabatini
2012-08-01lavfi: remove unused defaults.c fileStefano Sabatini
2012-08-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-31x86: yadif: Mark mmxext optimizations as suchDiego Biurrun
2012-07-31lavfi/movie: force channel layout if not set by the decoderStefano Sabatini
2012-07-31lavfi/asettb: do not create a new reference in filter_samples()Stefano Sabatini
2012-07-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30lavfi: use correct PTS for link age.Nicolas George
2012-07-30yadif: update frame rateMichael Niedermayer
2012-07-30avfilter: fix minor typoMichael Niedermayer
2012-07-30lavfi/avcodec: rename picref->samplesref variable in avfilter_get_audio_buffe...Stefano Sabatini
2012-07-30lavfi/color: free internal context options in uninit()Stefano Sabatini
2012-07-30lavfi/color: cache and reuse colored picture in contextStefano Sabatini
2012-07-30lavfi/color: reindent after the previous commitStefano Sabatini
2012-07-30lavfi/color: drop support for old deprecated syntaxStefano Sabatini
2012-07-30lavfi/testsrc: add comment in optionsStefano Sabatini
2012-07-30Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23'Michael Niedermayer
2012-07-29af_asyncts: avoid overflow in out_size with large delta valuesJustin Ruggles
2012-07-29af_asyncts: add first_pts optionJustin Ruggles
2012-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-29vf_hqdn3d: support 9 and 10bit colordepthLoren Merritt
2012-07-29vf_hqdn3d: reduce intermediate precisionLoren Merritt
2012-07-29vf_hqdn3d: simplify and optimizeLoren Merritt
2012-07-29factor identical ff_inplace_start_frame out of two filtersLoren Merritt
2012-07-29vf_hqdn3d: cosmeticsLoren Merritt
2012-07-28avf_concat: fix silence duration.Nicolas George
2012-07-28asrc_flite: do not crash on multiple instances.Nicolas George
2012-07-28lavfi: bump minor to mark stabilizing the ABI.Anton Khirnov
2012-07-28avf_concat: fix min value for v option.Nicolas George
2012-07-28lavfi: add flite audio sourceStefano Sabatini
2012-07-28lavfi: move movie and amovie to a "multimedia sources" sectionStefano Sabatini
2012-07-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-27lavfi: better channel layout negotiationJustin Ruggles
2012-07-27vf_alphamerge: Fix reversed conditionalSteven Robertson
2012-07-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-26lavfi/af_amerge: avfilter_copy_buffer_ref_props will overwrite output ptsWilliam Yu
2012-07-26vf_yadif: unset cur_buf on the input link.Anton Khirnov
2012-07-26vf_overlay: ensure the overlay frame does not get leaked.Anton Khirnov
2012-07-26vf_overlay: prevent premature freeing of cur_bufMichael Niedermayer
2012-07-25lavfi/avfilter.h: add doxy for AVFilterLink.out_bufStefano Sabatini