Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-18af_apad: remove unneeded av_opt_freeMichael Niedermayer
2012-12-18apad: add whole_len and pad_len options.Michael Niedermayer
2012-12-18apad: fix apad_options formatingMichael Niedermayer
2012-12-18af_apad: add user setable packet_sizeMichael Niedermayer
2012-12-18avfilter: add apad filterMichael Niedermayer
2012-12-16lavfi/crop: free x and y parsed expression objectsStefano Sabatini
2012-12-15lavfi/crop: add support to option parsingStefano Sabatini
2012-12-15lavfi/overlay: clarify/fix comment, add a few empty lines to ease readabilityStefano Sabatini
2012-12-15lavfi/overlay: remove duplicated definition of ff_null_get_video_buffer()Stefano Sabatini
2012-12-15lavfi/avfilter.h: clarify doxy for AVFilterLink.out_bufStefano Sabatini
2012-12-14Merge commit '07acdd651d1e2f4cfa5f610e616e70e323bb69cd'Michael Niedermayer
2012-12-14Merge commit 'c0dc57f1264dad1e121772d03abdb9e14ed8857f'Michael Niedermayer
2012-12-14Merge commit '072be3e8969f24113d599444be4d6a0ed04a6602'Michael Niedermayer
2012-12-14Merge commit 'b35e5d985dd12acf9a0aaa52334134edcf35d68e'Michael Niedermayer
2012-12-14Merge commit '8083332c2de9ee189f96844ff4c2d9be1844116f'Michael Niedermayer
2012-12-14asyncts: merge two conditionsJustin Ruggles
2012-12-14asyncts: ignore min_delta only if first_pts is setJustin Ruggles
2012-12-13asyncts: use clipped delta value when setting resample compensationJustin Ruggles
2012-12-13asyncts: cosmetics: reindentJustin Ruggles
2012-12-13asyncts: fix the asyncts behavior when using the first_pts optionJustin Ruggles
2012-12-13asyncts: fix flushing of final samples at EOFJustin Ruggles
2012-12-13aresample: increase n_out buffer size a bit to reduce delay in some corner casesMichael Niedermayer
2012-12-13lavfi: drop ff_null_start_frame/end_frame/draw_slice.Michael Niedermayer
2012-12-13lavfi/select: assign NAN to ignored valuesStefano Sabatini
2012-12-13lavfi/select: add support to optionsStefano Sabatini
2012-12-13lavfi/select: in select_frame(), rename picref -> refStefano Sabatini
2012-12-13lavfi: mv vf_select.c -> f_select.cStefano Sabatini
2012-12-13lavfi: add aselect audio variant of selectStefano Sabatini
2012-12-13lavfi/select: remove deprecated and unused poll_frame() callbackStefano Sabatini
2012-12-12avfilter_get_audio_buffer_ref_from_frame: check that layout and channels matc...Michael Niedermayer
2012-12-12ff_copy_buffer_ref: use the channel countMichael Niedermayer
2012-12-12avfilter_get_video_buffer_ref_from_frame: check channel countMichael Niedermayer
2012-12-12lavfi/showinfo: check plane count before dereferencing.Clément Bœsch
2012-12-11lavfi/fps: remove parse opt error message.Clément Bœsch
2012-12-11lavfi/fps: add shorthand.Clément Bœsch
2012-12-11lavfi: remove mp=denoise3d filter.Clément Bœsch
2012-12-11doxy: add ref for lavfi, lpp and lsws.Clément Bœsch
2012-12-11vf_tinterlace: default of mode switch is impossible, add assert.Michael Niedermayer
2012-12-08lavfi/setfield: add support to named options and introspectionStefano Sabatini
2012-12-08lavfi/setfield: switch to filter_frame APIMatthieu Bouron
2012-12-08lavfi/idet: switch to filter_frame APIMatthieu Bouron
2012-12-08lavfi/version: remove unused dropped symbolStefano Sabatini
2012-12-08lavfi: drop af_volume_stefano.c in favor of af_volume_justin.cStefano Sabatini
2012-12-08lavfi/volume_justin: add support to option shorthands and introspectionStefano Sabatini
2012-12-08lavfi/volume_justin: fix a few grammar inconsistencies in options descriptionStefano Sabatini
2012-12-08lavfi/sendcmd: switch to filter_frame APIStefano Sabatini
2012-12-08lavfi/swapuv: switch to filter_frame APIStefano Sabatini
2012-12-07lavfi/alphaextract: consistently prefer "cur" over "in" in filter_frame()Stefano Sabatini
2012-12-07lavfi/alphaextract: access outlink properties rather than out_buf->videoStefano Sabatini
2012-12-07lavfi/alphaextract: fix assignment of invalid size value to memcpy in case li...Stefano Sabatini