[FFmpeg-cvslog] lavd/v4l2: fix typo

2015-05-15 Thread Giorgio Vazzana
ffmpeg | branch: release/2.6 | Giorgio Vazzana | Fri May 8 17:42:34 2015 +0200| [a563a1468f5c5dcdccd5a9ed0009cb3edbde6813] | committer: Michael Niedermayer lavd/v4l2: fix typo This was introduced in cde6e328de214ffe8387641cdc1e433a2c2150f3 Signed-off-by: Michael Niedermayer (cherry picked

[FFmpeg-cvslog] lavd/v4l2: produce a 0 byte packet when a dequeued buffer is flagged with V4L2_BUF_FLAG_ERROR

2015-05-08 Thread Giorgio Vazzana
ffmpeg | branch: master | Giorgio Vazzana | Fri May 8 17:25:15 2015 +0200| [28f20d2ff487aa589643d8f70eaf614b78839685] | committer: Michael Niedermayer lavd/v4l2: produce a 0 byte packet when a dequeued buffer is flagged with V4L2_BUF_FLAG_ERROR Fixes ticket #4030. Signed-off-by: Michael

[FFmpeg-cvslog] lavd/v4l2: fix typo

2015-05-08 Thread Giorgio Vazzana
ffmpeg | branch: master | Giorgio Vazzana | Fri May 8 17:42:34 2015 +0200| [23e6cf832ff6e7260f7d5190a2d284b64d29e316] | committer: Michael Niedermayer lavd/v4l2: fix typo This was introduced in cde6e328de214ffe8387641cdc1e433a2c2150f3 Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] lavd/v4l2: print buffer flags in case of error

2015-04-24 Thread Giorgio Vazzana
ffmpeg | branch: master | Giorgio Vazzana | Thu Oct 16 11:10:03 2014 +0200| [00a452a9adea0ffb47de4b0a2a6eec1db2bf842f] | committer: Michael Niedermayer lavd/v4l2: print buffer flags in case of error Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] ffmpeg: fix option name in documentation

2015-03-24 Thread Giorgio Vazzana
ffmpeg | branch: master | Giorgio Vazzana | Tue Mar 24 20:20:45 2015 +0100| [62e2fae8e4024da98a8e07d54e85dc1aeba137f3] | committer: Michael Niedermayer ffmpeg: fix option name in documentation Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avutil/camellia: use K[2] instead of *K in generate_round_keys()

2015-01-02 Thread Giorgio Vazzana
ffmpeg | branch: master | Giorgio Vazzana | Fri Jan 2 16:57:09 2015 +0100| [fbb792f90fce288ac46adb8a0293ff8b2864aa7c] | committer: Michael Niedermayer avutil/camellia: use K[2] instead of *K in generate_round_keys() Additionally, change parameters order. Signed-off-by: Giorgio Vazzana

[FFmpeg-cvslog] avutil/camellia: fix documentation for av_camellia_crypt()

2015-01-02 Thread Giorgio Vazzana
ffmpeg | branch: master | Giorgio Vazzana | Fri Jan 2 16:33:17 2015 +0100| [88d19d240aeead6ae00fc2dcab0f60362578bce8] | committer: Michael Niedermayer avutil/camellia: fix documentation for av_camellia_crypt() Signed-off-by: Giorgio Vazzana Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] avutil/camellia: cosmetic fixes

2015-01-02 Thread Giorgio Vazzana
ffmpeg | branch: master | Giorgio Vazzana | Fri Jan 2 17:05:30 2015 +0100| [a3ab87427c53aa7dfcc9f235848e555b9d99b06f] | committer: Michael Niedermayer avutil/camellia: cosmetic fixes Signed-off-by: Giorgio Vazzana Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avutil/camellia: make LR128() more robust

2015-01-02 Thread Giorgio Vazzana
ffmpeg | branch: master | Giorgio Vazzana | Fri Jan 2 16:49:12 2015 +0100| [8e38b1539e7d23a75b8a50ab6771ee65f4064d34] | committer: Michael Niedermayer avutil/camellia: make LR128() more robust Signed-off-by: Giorgio Vazzana Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] lavd/v4l2: use pixel format variable names consistently

2014-11-06 Thread Giorgio Vazzana
ffmpeg | branch: master | Giorgio Vazzana | Thu Nov 6 11:30:41 2014 +0100| [be0356ca053730f1bc03813ca3148c36aabe0262] | committer: Michael Niedermayer lavd/v4l2: use pixel format variable names consistently We now use 'pixelformat' for V4L2_PIX_FMT_* (as they do in v4l2 document

[FFmpeg-cvslog] libavutil: Add missing av_free() to cast5 selftest

2014-10-18 Thread Giorgio Vazzana
ffmpeg | branch: master | Giorgio Vazzana | Sat Oct 18 16:50:59 2014 +0200| [b48c95b6c92ea8ae2bb5ce55a5cf190421addb28] | committer: Michael Niedermayer libavutil: Add missing av_free() to cast5 selftest Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] lavd/v4l2: introduce enqueue_buffer()

2014-09-05 Thread Giorgio Vazzana
ffmpeg | branch: master | Giorgio Vazzana | Mon Sep 1 22:20:05 2014 +0200| [d7e088849e33fc339ab14d3d10ada241c50880c1] | committer: Michael Niedermayer lavd/v4l2: introduce enqueue_buffer() Additionally, make sure a buffer gets enqueued again (even in error paths) after it has been

[FFmpeg-cvslog] lavd/v4l2: simplify list_formats()

2014-09-05 Thread Giorgio Vazzana
ffmpeg | branch: master | Giorgio Vazzana | Fri Sep 5 17:43:59 2014 +0200| [0b890425e3547cd1818cbe24cadfbcf1b6c93e9a] | committer: Michael Niedermayer lavd/v4l2: simplify list_formats() We can avoid passing file descriptor fd explicitely. Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] lavd/v4l2: simplify list_framesizes()

2014-09-05 Thread Giorgio Vazzana
ffmpeg | branch: master | Giorgio Vazzana | Fri Sep 5 17:39:50 2014 +0200| [7865cafec295b545f6a2b813ca7539086917e513] | committer: Michael Niedermayer lavd/v4l2: simplify list_framesizes() We can avoid passing file descriptor fd explicitely. Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] lavd/v4l2: remove unneeded variable in device_init()

2014-09-05 Thread Giorgio Vazzana
ffmpeg | branch: master | Giorgio Vazzana | Fri Sep 5 17:34:51 2014 +0200| [55cf7d9713dc839da47b56a19c97dc1b943d7d72] | committer: Michael Niedermayer lavd/v4l2: remove unneeded variable in device_init() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] lavd/v4l2: simplify first_field()

2014-09-05 Thread Giorgio Vazzana
ffmpeg | branch: master | Giorgio Vazzana | Fri Sep 5 17:24:43 2014 +0200| [3da359c140a29c1f45eb7844a6d68aa958cd604c] | committer: Michael Niedermayer lavd/v4l2: simplify first_field() There is no need to pass fd as a second parameter. Additionally remove unneeded curly braces. Signed-off

[FFmpeg-cvslog] lavd/v4l2: Replace s1 with ctx for consistency.

2014-09-05 Thread Giorgio Vazzana
ffmpeg | branch: master | Giorgio Vazzana | Fri Sep 5 17:12:39 2014 +0200| [39750b73641e4a2f10e4c025b6424d1c864683fb] | committer: Michael Niedermayer lavd/v4l2: Replace s1 with ctx for consistency. No functional change in the code. Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] MAINTAINERS: add myself as lavd/v4l2 maintainer

2014-09-05 Thread Giorgio Vazzana
ffmpeg | branch: master | Giorgio Vazzana | Fri Sep 5 16:26:11 2014 +0200| [d247a40aadb8b8f8300cba46664b4bd5a583f198] | committer: Michael Niedermayer MAINTAINERS: add myself as lavd/v4l2 maintainer Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git