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
2013-09-27avfilter: add av_cold to init()Paul B Mahol
2013-09-27avfilter/vidstabtransform: update optzoom range values for recent vid.stab up...Georg Martius
2013-09-27avfilter/af_ladspa: set output channel layout for passthrough casePaul B Mahol
2013-09-27avfilter/af_ladspa: allow changing controls dynamicallyPaul B Mahol
2013-09-27avfilter/af_ladspa: refactor code setting input control ports valuesPaul B Mahol
2013-09-23lavfi/dualinput: reimplement on top of framesync.Nicolas George
2013-09-23lavfi: add an API to synchronize multiple video inputs.Nicolas George
2013-09-22avfilter: add ladspa wrapper filterPaul B Mahol
2013-09-21avfilter: remove duplicate includesMichael Niedermayer
2013-09-21lavfi/pad,crop,scale: remove options description from filter descriptionPaul B Mahol
2013-09-21avfilter/vf_tinterlace: add yuv411p, yuv440p, yuva422p and yuva444pPaul B Mahol
2013-09-21avfilter/vf_psnr: avoid 64bit arithmetic in the inner loopMichael Niedermayer
2013-09-21avfilter/vf_psnr: Prevent integer overflow.Neil Birkbeck
2013-09-19avfilter/vf_decimate: add gray16 and yuv440pPaul B Mahol
2013-09-19avfilter/vf_decimate: fix crash with gray8Paul B Mahol
2013-09-19lavfi/mp: remove mp=qpPaul B Mahol
2013-09-18avfilter/vf_telecine: remove redudant av_frame_copy_props()Paul B Mahol
2013-09-18avfilter/vf_pullup: remove junk_down nonsensePaul B Mahol
2013-09-18avfilter/vf_pullup: change log level to errorPaul B Mahol
2013-09-18avfilter/vf_pullup: fix memleak of metrics for last PullupFieldPaul B Mahol
2013-09-18avfilter/vf_pullup: make sure metric_plane is availablePaul B Mahol
2013-09-18lavfi/mp: remove mp=pullupPaul B Mahol
2013-09-17avfilter/x86/vf_pullup: try to fix build on x64Paul B Mahol
2013-09-17avfilter: port pullup filter from libmpcodecsPaul B Mahol
2013-09-16avfilter: add adelay filterPaul B Mahol
2013-09-16avfilter/vf_stereod3d: add const qualifiers to ana_convert()Paul B Mahol
2013-09-16avfilter/vf_stereo3d: BGR24 support for anaglyphsPaul B Mahol
2013-09-16avfilter/vf_stereo3d: avoid pointless copyPaul B Mahol
2013-09-16libavfilter/libmpcodecs: remove unused filesPaul B Mahol
2013-09-15avfilter/vf_gradfun: use av_calloc()Paul B Mahol
2013-09-15avfilter/vsrc_life: use av_calloc()Paul B Mahol
2013-09-15avfilter: avoid testing float == 0Michael Niedermayer
2013-09-15avfilter/af_aecho & af_compand: use extended_dataPaul B Mahol
2013-09-15avfilter/avfilter: check allocation failure in ff_insert_pad()Paul B Mahol
2013-09-14avfilter/avf_avectorscope: improve descriptionPaul B Mahol
2013-09-13avfilter/video: remove commented out cruftPaul B Mahol
2013-09-13avfilter/vf_noise: rename linesize to bytewidthMichael Niedermayer
2013-09-13Revert "avfilter/vf_noise: dont corrupt the picture outside width x height"Michael Niedermayer
2013-09-13avfilter/vidstabtransform: allow negative zoom.Georg Martius
2013-09-12avfilter/vf_noise: dont corrupt the picture outside width x heightMichael Niedermayer
2013-09-12avfilter/vf_noise: unbreak filter when inline assembly is not presentPaul B Mahol
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-09-11avfilter: remove redundant use of AV_NE() macroPaul B Mahol
2013-09-11avfilter/vf_traspose: move switch out of loopPaul B Mahol
2013-09-10avfilter/vf_psnr: >8 bit planar supportPaul B Mahol
2013-09-10avfilter/avfilter: fix null pointer dereference with queued ping filtersMichael Niedermayer
2013-09-08avfilter/vf_psnr: refactor subsampled format supportPaul B Mahol
2013-09-08avfilter/vf_histeq: remove unused item from filter private contextPaul B Mahol
2013-09-08avfilter/vf_format: add .get_video_buffer backPaul B Mahol
2013-09-07avfilter/vf_rotate: fix 'oh' option descriptionPaul B Mahol