[FFmpeg-cvslog] doc/fftools-common-opts: update/ extend documentation for -opencl_bench option

2015-01-28 Thread Maneesh Gupta
ffmpeg | branch: master | Maneesh Gupta | Tue Jan 27 20:46:24 2015 +0530| [1600f85cbc4594c589cfea42121e3ddad0b974e9] | committer: Stefano Sabatini doc/fftools-common-opts: update/extend documentation for -opencl_bench option Signed-off-by: Stefano Sabatini > http://git.videolan.org/gitweb.cg

[FFmpeg-cvslog] avcodec/h264_parser: Rename close()

2015-01-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 28 13:09:30 2015 +0100| [ccaa5dcb31353fba43245ea737f42b7f2099973d] | committer: Michael Niedermayer avcodec/h264_parser: Rename close() This avoids a potential conflict with the equally named function for closing files It also could redu

[FFmpeg-cvslog] avutil/aes: Rename crypt()

2015-01-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 28 13:12:02 2015 +0100| [0d37ca150c5ef0a5dd32946f99ded6862579b093] | committer: Michael Niedermayer avutil/aes: Rename crypt() This avoids a potential conflict with the equally named function from XOPEN It also could reduce confusion in d

[FFmpeg-cvslog] avfilter/vf_telecine: use the name 's' for the pointer to the private context

2015-01-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Jan 28 13:51:18 2015 +| [87577f5508cae419e56f15c8062b0063b21095bf] | committer: Paul B Mahol avfilter/vf_telecine: use the name 's' for the pointer to the private context Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] avfilter/avf_avectorscope: use the name 's' for the pointer to the private context

2015-01-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Jan 28 14:34:11 2015 +| [67aaa7056d2b14b90d12cea5997b909ad2d6710e] | committer: Paul B Mahol avfilter/avf_avectorscope: use the name 's' for the pointer to the private context Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] avfitler/vf_il: use the name 's' for the pointer to the private context

2015-01-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Jan 28 14:22:26 2015 +| [abcf8610b8b3562661b38adfad9766d497ba65a3] | committer: Paul B Mahol avfitler/vf_il: use the name 's' for the pointer to the private context Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] avfilter/vf_colorchannelmixer: use the name 's' for the pointer to the private context

2015-01-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Jan 28 14:39:15 2015 +| [fca50464dc7fe6591432934fcf3aefce5931cd8d] | committer: Paul B Mahol avfilter/vf_colorchannelmixer: use the name 's' for the pointer to the private context Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cg

[FFmpeg-cvslog] avfilter/af_biquads: use the name 's' for the pointer to the private context

2015-01-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Jan 28 14:30:27 2015 +| [6121968a9e8711d61ea36e864bc8a5dbe195ce8d] | committer: Paul B Mahol avfilter/af_biquads: use the name 's' for the pointer to the private context Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] avfilter/vf_extractplanes: use the name 's' for the pointer to the private context

2015-01-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Jan 28 14:26:13 2015 +| [f27cda48ec6463fb18d13b4003f67e0fe45dc0d9] | committer: Paul B Mahol avfilter/vf_extractplanes: use the name 's' for the pointer to the private context Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] avfilter/vf_colorbalance: use the name 's' for the pointer to the private context

2015-01-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Jan 28 14:11:30 2015 +| [231bf4d1c21cb3b2678cd2b7cf5a64314c5bb63d] | committer: Paul B Mahol avfilter/vf_colorbalance: use the name 's' for the pointer to the private context Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] avfilter/vf_fspp: Fix frame-alignment in FSPP

2015-01-28 Thread Arwa Arif
ffmpeg | branch: master | Arwa Arif | Wed Jan 28 19:51:19 2015 +0530| [622936424c69698159582902534591722ccd58fb] | committer: Michael Niedermayer avfilter/vf_fspp: Fix frame-alignment in FSPP Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] avfilter/x86/vf_fspp: Fix loop condition for column_fidct()

2015-01-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 28 16:30:44 2015 +0100| [a6f9a5d0f63500564d857df12269a1c6e43bd563] | committer: Michael Niedermayer avfilter/x86/vf_fspp: Fix loop condition for column_fidct() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] avfilter/vf_fspp: check count before calling row_idct()

2015-01-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 28 16:26:00 2015 +0100| [375a0273cec41a329c9cca01fb8805e9a0dc3d72] | committer: Michael Niedermayer avfilter/vf_fspp: check count before calling row_idct() Fixes crash with odd widths Signed-off-by: Michael Niedermayer > http://git.vid

[FFmpeg-cvslog] avformat/nsvdec: remove case which is no longer possible

2015-01-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Jan 28 09:34:31 2015 +| [c099783316cf706c61e97256778fb77635f5e6e8] | committer: Paul B Mahol avformat/nsvdec: remove case which is no longer possible Check of channels !=0 is right above. Signed-off-by: Paul B Mahol > http://git.videolan.org/g

[FFmpeg-cvslog] Merge commit '6a808f5ae17f1fcdbcfb18055872c12aef70ffff'

2015-01-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 28 20:29:12 2015 +0100| [37984ca13334f1715d33fd490ef243aea6c97c09] | committer: Michael Niedermayer Merge commit '6a808f5ae17f1fcdbcfb18055872c12aef70' * commit '6a808f5ae17f1fcdbcfb18055872c12aef70': libdc1394: Add support for

[FFmpeg-cvslog] libdc1394: Add support for MONO8 (gray) video mode

2015-01-28 Thread Clay McClure
ffmpeg | branch: master | Clay McClure | Sun Jan 4 00:30:44 2015 -0700| [6a808f5ae17f1fcdbcfb18055872c12aef70] | committer: Luca Barbato libdc1394: Add support for MONO8 (gray) video mode Signed-off-by: Luca Barbato > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6a808f5ae17f

[FFmpeg-cvslog] avio: Do not consider the end-of-buffer position valid

2015-01-28 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Sat Jan 24 13:06:19 2015 +0100| [3c18a7b18807de81566381a1bcbe9f6103c0296b] | committer: Luca Barbato avio: Do not consider the end-of-buffer position valid Trigger a refill if the seek action moves the pointer at the end of the buffer. Before this patc

[FFmpeg-cvslog] avformat/aviobuf: Allow seeking to the end of the buffer for read only buffers

2015-01-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 28 20:55:42 2015 +0100| [58ed1528574f7e8bfa916b1e03b1406908ebc9f5] | committer: Michael Niedermayer avformat/aviobuf: Allow seeking to the end of the buffer for read only buffers This undoes the effect of 3c18a7b18807de81566381a1bcbe9f610

[FFmpeg-cvslog] Merge commit '3c18a7b18807de81566381a1bcbe9f6103c0296b'

2015-01-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 28 20:37:28 2015 +0100| [0b4fc4bacd866b14b74bcfb1656a1f469da6ad46] | committer: Michael Niedermayer Merge commit '3c18a7b18807de81566381a1bcbe9f6103c0296b' * commit '3c18a7b18807de81566381a1bcbe9f6103c0296b': avio: Do not consider the e

[FFmpeg-cvslog] Merge commit '61928b68dc28e080b8c8191afe5541123c682bbd'

2015-01-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 28 22:41:39 2015 +0100| [72db3c79dfddbeae82c540c785c680654a77b063] | committer: Michael Niedermayer Merge commit '61928b68dc28e080b8c8191afe5541123c682bbd' * commit '61928b68dc28e080b8c8191afe5541123c682bbd': h264: Do not share rbsp_buf

[FFmpeg-cvslog] h264: Do not share rbsp_buffer across threads

2015-01-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Aug 25 03:01:19 2013 +0200| [61928b68dc28e080b8c8191afe5541123c682bbd] | committer: Luca Barbato h264: Do not share rbsp_buffer across threads Signed-off-by: Luca Barbato CC: libav-sta...@libav.org > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] libavutil: Added twofish symmetric block cipher

2015-01-28 Thread Supraja Meedinti
ffmpeg | branch: master | Supraja Meedinti | Mon Jan 26 00:27:20 2015 +0530| [6ad749b5335444e5ca2223997d2ab2a215363327] | committer: Michael Niedermayer libavutil: Added twofish symmetric block cipher Signed-off-by: Supraja Meedinti Reviewed-by: Giorgio Vazzana Signed-off-by: Michael Niederm

[FFmpeg-cvslog] Add an ARES atom to extradata when encoding avui.

2015-01-28 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu Jan 29 01:07:08 2015 +0100| [3ea97767e49c599813d6a09c640a657d71c1a0de] | committer: Carl Eugen Hoyos Add an ARES atom to extradata when encoding avui. Allows playback with QuickTime and the original codec. Tested by Olaf Matthes, olaf matthes g

[FFmpeg-cvslog] Merge remote-tracking branch 'cehoyos/master'

2015-01-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 29 03:02:04 2015 +0100| [4155f2d7cc6a6413bbc6c40741e4d07e6612cac5] | committer: Michael Niedermayer Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Add an ARES atom to extradata when encoding avui. Merged-by: Michael Ni

[FFmpeg-cvslog] Fix frame-alignment in PP7

2015-01-28 Thread Arwa Arif
ffmpeg | branch: master | Arwa Arif | Wed Jan 28 19:53:06 2015 +0530| [a21acd554a253d8515f54f84526eae5aa867ae07] | committer: Michael Niedermayer Fix frame-alignment in PP7 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a21acd554a253d8515f54f84