ffmpeg | branch: master | Lukasz Marek | Sat Jul 5
18:12:04 2014 +0200| [56b7aa213882e495ab8dc1b92acb83b1a1d91996] | committer:
Michael Niedermayer
doc/examples: add directory listing example
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=56b7
ffmpeg | branch: master | Tucker DiNapoli | Fri Mar 27
16:51:43 2015 -0400| [303c3dada243243d4896c81979c15ce67b028cd6] | committer:
Michael Niedermayer
postproc: Removed unecessary if/else branch when getting QP.
There's still an if, as QP needs to be modified if isColor=0, but it
still remove
ffmpeg | branch: master | Anton Khirnov | Fri Mar 13
10:20:31 2015 +0100| [72b7441a10f578a1d0be7083d8f5adf6a01921c2] | committer:
Anton Khirnov
lavc: add Intel libmfx-based H.264 encoder
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=72b7441a10f578a1d0be7083d8f5adf6a01921c2
---
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 28
01:33:27 2015 +0100| [0a731e45964cda0606fc04128f41353d8282f091] | committer:
Michael Niedermayer
Merge commit '72b7441a10f578a1d0be7083d8f5adf6a01921c2'
* commit '72b7441a10f578a1d0be7083d8f5adf6a01921c2':
lavc: add Intel libmfx-base
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 28
01:25:16 2015 +0100| [d985976e54aec274d0c261091f77559d1a1bef84] | committer:
Michael Niedermayer
Merge commit '9ba27c2348d26000257e891e40a72facb0d916be'
* commit '9ba27c2348d26000257e891e40a72facb0d916be':
qsvdec: add 'decode' to the
ffmpeg | branch: master | Anton Khirnov | Fri Mar 13
08:21:38 2015 +0100| [9ba27c2348d26000257e891e40a72facb0d916be] | committer:
Anton Khirnov
qsvdec: add 'decode' to the non-static function names
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9ba27c2348d26000257e891e40a72facb0d9
ffmpeg | branch: master | Anton Khirnov | Fri Mar 13
08:13:00 2015 +0100| [d0a63d8b989647ffdb5f40da8e1feaffe1a8e791] | committer:
Anton Khirnov
qsvdec: split off some code that will be shared with the encoder
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d0a63d8b989647ffdb5f40da8
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 28
01:16:21 2015 +0100| [b12eacb3837cad2daaeda1f77ceb1045bca68789] | committer:
Michael Niedermayer
Merge commit 'd0a63d8b989647ffdb5f40da8e1feaffe1a8e791'
* commit 'd0a63d8b989647ffdb5f40da8e1feaffe1a8e791':
qsvdec: split off some code
ffmpeg | branch: master | Anton Khirnov | Fri Mar 13
07:55:53 2015 +0100| [b04d009b0e1a34b717f3d3bbf407aef0c742aff1] | committer:
Anton Khirnov
qsv: rename to qsvdec
This is to avoid conflicts with the upcoming QSV encoding support.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 28
01:03:23 2015 +0100| [151ae8ea5b54e12da6d53fa96d67026371e760ea] | committer:
Michael Niedermayer
Merge commit 'b04d009b0e1a34b717f3d3bbf407aef0c742aff1'
* commit 'b04d009b0e1a34b717f3d3bbf407aef0c742aff1':
qsv: rename to qsvdec
Conf
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 28
00:25:18 2015 +0100| [4ae7c3709958da7e0bd17cfebf1c947a84594c53] | committer:
Michael Niedermayer
fate: Use a variable QP input for fate-filter-pp
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 28
00:16:24 2015 +0100| [c66498980301806deea28937508b1c39397f1025] | committer:
Michael Niedermayer
fate: simplify filter-pp tests
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c664989803
ffmpeg | branch: master | Himangi Saraogi | Fri Mar 27
19:54:05 2015 +0530| [fff78717725bd5b5f22f084c3e7427e1b7dad7b6] | committer:
Michael Niedermayer
lavfi: add inverse telecine filter
Approved-by: Paul B Mahol
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg
ffmpeg | branch: master | Michael Niedermayer | Fri Mar 27
21:17:30 2015 +0100| [d03b998c48a8f20fb8dc2be2508d22c2dec0a7ed] | committer:
Michael Niedermayer
avformat/avio: Document the end of list case in avio_read_dir()
This was mentioned in a previous review
Signed-off-by: Michael Niedermaye
ffmpeg | branch: master | Lukasz Marek | Sat Jul 5
18:11:59 2014 +0200| [184084c6998cd04c0afdda076d7c95be0d6b2d22] | committer:
Michael Niedermayer
lavf: add directory listing API
API allows protocol implementations to provide API that
allows to list directory content.
API is similar to POSIX
ffmpeg | branch: master | Himangi Saraogi | Fri Mar 27
19:53:12 2015 +0530| [dbce8cdacf0c610a69cbf0d2959d793957dd4dfa] | committer:
Michael Niedermayer
avfilter/vf_telecine: Avoid floating point values
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm
16 matches
Mail list logo