[FFmpeg-devel] [PATCH] add missing ignore files

2017-09-09 Thread Jesse Liu
---
 doc/examples/.gitignore | 1 +
 libavcodec/tests/.gitignore | 1 +
 libavutil/tests/.gitignore  | 1 +
 3 files changed, 3 insertions(+)

diff --git a/doc/examples/.gitignore b/doc/examples/.gitignore
index 6bd9dc1508..154c8415f6 100644
--- a/doc/examples/.gitignore
+++ b/doc/examples/.gitignore
@@ -10,6 +10,7 @@
 /filtering_audio
 /filtering_video
 /http_multiclient
+/hw_decode
 /metadata
 /muxing
 /pc-uninstalled
diff --git a/libavcodec/tests/.gitignore b/libavcodec/tests/.gitignore
index 31947bf9bb..7f9e3825b6 100644
--- a/libavcodec/tests/.gitignore
+++ b/libavcodec/tests/.gitignore
@@ -1,6 +1,7 @@
 /avfft
 /avpacket
 /cabac
+/celp_math
 /dct
 /fft
 /fft-fixed
diff --git a/libavutil/tests/.gitignore b/libavutil/tests/.gitignore
index a88cd97e50..8ede070887 100644
--- a/libavutil/tests/.gitignore
+++ b/libavutil/tests/.gitignore
@@ -34,6 +34,7 @@
 /pca
 /pixdesc
 /pixelutils
+/pixfmt_best
 /random_seed
 /rational
 /ripemd
-- 
2.11.0

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] AVFilter for watermarking DCTELEM MPEG2 blocks

2017-01-14 Thread Jesse Liu
hello royger!

I’d love to read the realize of the AVFilter for watermarking DCTELEM MPEG2 
blocks source, how can I get the code, thanks a lot!

Jesse.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] AVFilter for watermarking DCTELEM MPEG2 blocks

2017-01-14 Thread Jesse Liu
Hi, Moritz. It’s great help for me, thanks a lot !

> On 15 Jan 2017, at 5:16 AM, Moritz Barsnick  wrote:
> 
> On Sun, Jan 15, 2017 at 01:15:59 +0800, Jesse Liu wrote:
>> hello royger!
>> 
>> I’d love to read the realize of the AVFilter for watermarking DCTELEM MPEG2 
>> blocks source, how can I get the code, thanks a lot!
> 
> Since Roger Pau Monné may not be on the mailing list anymore, you would
> need to mail him directly. But, alas, I have found his patch (which
> isn't available on the mailing list archives anymore) with archive.org:
> 
> http://web.archive.org/web/2011081636/http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20101117/97aaa245/attachment.obj
> 
> Good luck applying it to current ffmpeg. ;-)
> 
> Cheers,
> Moritz
> ___
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] Using avfilter to watermark a video stream

2017-02-22 Thread Jesse Liu
Hello, Can anyone tell me where I can get the patch? Thanks a lot!
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel