[FFmpeg-cvslog] ffmpeg: Make CFR frame drop threshold user adjustable

2015-02-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jan 17 04:38:32 2015 +0100| [77f326dc36b7b600e5aef6b7dca83e8053d9954d] | committer: Michael Niedermayer ffmpeg: Make CFR frame drop threshold user adjustable Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avcodec/hevc: Update the USE_SAO_SMALL_BUFFER case for the alignment requirements in FFmpeg

2015-02-03 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Mon Feb 2 15:51:45 2015 +0100| [52f2adc015ba4a05c3da730e87b63b343747424d] | committer: Michael Niedermayer avcodec/hevc: Update the USE_SAO_SMALL_BUFFER case for the alignment requirements in FFmpeg Use edge emu buffers And enable the code uncon

[FFmpeg-cvslog] avcodec/hevc: reduce memory for SAO

2015-02-03 Thread Fabrice Bellard
ffmpeg | branch: master | Fabrice Bellard | Mon Jan 12 23:09:23 2015 +0100| [da81cc38e8a90071484508fbdd8fb888dc9a4b7b] | committer: Michael Niedermayer avcodec/hevc: reduce memory for SAO cherry picked from commit 5d9f79edef2c11b915bdac3a025b59a32082f409 SAO edge filter uses pre-SAO pixel dat

[FFmpeg-cvslog] avcodec/hevc: Do not zero is_pcm on allocation

2015-02-03 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Mon Feb 2 15:51:45 2015 +0100| [00fe77855b2aaf5de5bfe4d566a4ddd80aa6812e] | committer: Michael Niedermayer avcodec/hevc: Do not zero is_pcm on allocation Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm

[FFmpeg-cvslog] avformat/mpc8: fix broken pointer math

2015-02-03 Thread wm4
ffmpeg | branch: master | wm4 | Tue Feb 3 19:04:11 2015 +0100| [b737a2c52857b214be246ff615c6293730033cfa] | committer: Michael Niedermayer avformat/mpc8: fix broken pointer math This could overflow and crash at least on 32 bit systems. Reviewed-by: Reimar Döffinger Signed-off-by: Michael Ni

[FFmpeg-cvslog] avformat/mpc8: fix hang with fuzzed file

2015-02-03 Thread wm4
ffmpeg | branch: master | wm4 | Tue Feb 3 19:04:12 2015 +0100| [56cc024220886927350cfc26ee695062ca7ecaf4] | committer: Michael Niedermayer avformat/mpc8: fix hang with fuzzed file This can lead to an endless loop by seeking back a few bytes after each attempted chunk read. Assuming negative s

[FFmpeg-cvslog] x86: lavu/x264asm: fix ymm register instantiation

2015-02-03 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Tue Feb 3 13:03:48 2015 +0100| [e93d3a22cb53bd88f551c1ad05cf3db3d453a396] | committer: Michael Niedermayer x86: lavu/x264asm: fix ymm register instantiation This mimicks what is done for the other instruction sets. Tested-by: James Almer Tested

[FFmpeg-cvslog] Merge commit '898276c16b1683ac77723e97574a3bfdb29507fd'

2015-02-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Feb 3 23:57:03 2015 +0100| [d304cb49eb09f6934262e87c97e1ae49f4d70e5c] | committer: Michael Niedermayer Merge commit '898276c16b1683ac77723e97574a3bfdb29507fd' * commit '898276c16b1683ac77723e97574a3bfdb29507fd': r3d: Fix pos type Merged-b

[FFmpeg-cvslog] r3d: Fix pos type

2015-02-03 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Mon Feb 2 02:39:00 2015 +0100| [898276c16b1683ac77723e97574a3bfdb29507fd] | committer: Vittorio Giovara r3d: Fix pos type avio_tell can return a negative number. Bug-Id: CID 1265715 CC: libav-sta...@libav.org > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] tta: Fix framepos and start_offset types

2015-02-03 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Mon Feb 2 07:21:30 2015 +0100| [ec524ed12aa1aeb37125203f1adf5aa10dfcb0de] | committer: Vittorio Giovara tta: Fix framepos and start_offset types Also propagate errors. CC: libav-sta...@libav.org Bug-Id: CID 1238812 > http://git.videolan.org/gitwe

[FFmpeg-cvslog] Merge commit 'ec524ed12aa1aeb37125203f1adf5aa10dfcb0de'

2015-02-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Feb 3 23:49:14 2015 +0100| [bd12634d6b83e196515c52ccaa9b7513c1023b6f] | committer: Michael Niedermayer Merge commit 'ec524ed12aa1aeb37125203f1adf5aa10dfcb0de' * commit 'ec524ed12aa1aeb37125203f1adf5aa10dfcb0de': tta: Fix framepos and start

[FFmpeg-cvslog] Merge commit 'a6653787a4b1e89170ff7962312dd110769c83a3'

2015-02-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Feb 3 23:34:10 2015 +0100| [1dc1c4e7a82edb13420f064890fbde3751ca18c9] | committer: Michael Niedermayer Merge commit 'a6653787a4b1e89170ff7962312dd110769c83a3' * commit 'a6653787a4b1e89170ff7962312dd110769c83a3': libopencv: Check kernel_str

[FFmpeg-cvslog] libopencv: Check kernel_str life cycle

2015-02-03 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Sun Feb 1 02:02:05 2015 +0100| [a6653787a4b1e89170ff7962312dd110769c83a3] | committer: Vittorio Giovara libopencv: Check kernel_str life cycle The string might or might not be set depending if there are args and in case of error it must be freed noneth

[FFmpeg-cvslog] Merge commit '9b8c8a9395c849639aea0f6b5300e991e93c3a73'

2015-02-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Feb 3 22:50:39 2015 +0100| [cba3a46e936cca55d37bebf2e6b381c9a7c5d372] | committer: Michael Niedermayer Merge commit '9b8c8a9395c849639aea0f6b5300e991e93c3a73' * commit '9b8c8a9395c849639aea0f6b5300e991e93c3a73': svq1dec: Validate the stage

[FFmpeg-cvslog] avcodec/svq1dec: Add assert to ensure "stages >= 0"

2015-02-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Feb 3 23:03:38 2015 +0100| [741b56fceece2b2de53466b952ed60b61544cc60] | committer: Michael Niedermayer avcodec/svq1dec: Add assert to ensure "stages >= 0" This is currently always true, the assert protects against future changes to the code

[FFmpeg-cvslog] svq1dec: Validate the stages value strictly

2015-02-03 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Mon Feb 2 02:22:34 2015 +0100| [9b8c8a9395c849639aea0f6b5300e991e93c3a73] | committer: Vittorio Giovara svq1dec: Validate the stages value strictly It can be less than -1. Bug-Id: CID 1194397 / CID 1194398 CC: libav-sta...@libav.org > http://git.vide

[FFmpeg-cvslog] lavc/aarch64: Do not use the neon horizontal chroma loop filter for H.264 4:2:2.

2015-02-03 Thread Carl Eugen Hoyos
ffmpeg | branch: release/2.5 | Carl Eugen Hoyos | Sat Jan 31 10:01:37 2015 +0100| [763e6ecf8336c1fffd226f5c3df0f95a5c0af767] | committer: Carl Eugen Hoyos lavc/aarch64: Do not use the neon horizontal chroma loop filter for H.264 4:2:2. (cherry picked from commit 4faea46bd906b3897018736208123aa3

[FFmpeg-cvslog] Merge commit '6f7a32839d1b913be8170e91c3ac9816b314da21'

2015-02-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Feb 3 22:39:41 2015 +0100| [acfb4ede2f6b59963381c469fe002c44132f02e6] | committer: Michael Niedermayer Merge commit '6f7a32839d1b913be8170e91c3ac9816b314da21' * commit '6f7a32839d1b913be8170e91c3ac9816b314da21': svq1enc: correctly handle m

[FFmpeg-cvslog] svq1enc: correctly handle memory error and allocations

2015-02-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jan 27 15:32:54 2015 +| [6f7a32839d1b913be8170e91c3ac9816b314da21] | committer: Vittorio Giovara svq1enc: correctly handle memory error and allocations Signed-off-by: Vittorio Giovara > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c

[FFmpeg-cvslog] Merge commit '67e9f3907d6d438a413df72d72c1339a0c11a290'

2015-02-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Feb 3 22:28:25 2015 +0100| [94337f8c2dd9aecf5f8bd219431976d5e982a697] | committer: Michael Niedermayer Merge commit '67e9f3907d6d438a413df72d72c1339a0c11a290' * commit '67e9f3907d6d438a413df72d72c1339a0c11a290': isom: Decode Prores XQ

[FFmpeg-cvslog] isom: Decode Prores 4444 XQ with the existing Prores decoder

2015-02-03 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Tue Jan 27 15:32:56 2015 +| [67e9f3907d6d438a413df72d72c1339a0c11a290] | committer: Vittorio Giovara isom: Decode Prores XQ with the existing Prores decoder The frames seem to contain a higher bitrate which our decoder is able to handle. S

[FFmpeg-cvslog] avformat: fix mode of img2dec.c and utils.c

2015-02-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Feb 3 22:26:02 2015 +0100| [e005dc621ab9571b03d7cf2c3a6248153f745ec9] | committer: Michael Niedermayer avformat: fix mode of img2dec.c and utils.c Found-by: jamrial Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] mov: Implement parsing of the "HandlerName" from the MP4 HDLR atom

2015-02-03 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Tue Feb 3 14:58:50 2015 +| [e3528d2a7bf29ba148d7ac1678552ce0089cd14f] | committer: Vittorio Giovara mov: Implement parsing of the "HandlerName" from the MP4 HDLR atom This atom typically is used for a track title. The handler name is stored as a

[FFmpeg-cvslog] Merge commit 'e3528d2a7bf29ba148d7ac1678552ce0089cd14f'

2015-02-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Feb 3 22:15:54 2015 +0100| [a83e0639c0ce779d6469208cb1cfbb934064be27] | committer: Michael Niedermayer Merge commit 'e3528d2a7bf29ba148d7ac1678552ce0089cd14f' * commit 'e3528d2a7bf29ba148d7ac1678552ce0089cd14f': mov: Implement parsing of t

[FFmpeg-cvslog] Merge commit '27b99d929fe3440b4bba8e5d970c2802f274f328'

2015-02-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Feb 3 22:03:42 2015 +0100| [deeba777ad0a0db018b1f93af32c5525a3a6a3a8] | committer: Michael Niedermayer Merge commit '27b99d929fe3440b4bba8e5d970c2802f274f328' * commit '27b99d929fe3440b4bba8e5d970c2802f274f328': siff: Return more meaningfu

[FFmpeg-cvslog] siff: Return more meaningful error values

2015-02-03 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Feb 3 09:53:00 2015 +0100| [27b99d929fe3440b4bba8e5d970c2802f274f328] | committer: Vittorio Giovara siff: Return more meaningful error values > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=27b99d929fe3440b4bba8e5d970c2802f274f328 ---

[FFmpeg-cvslog] Merge commit '75439bb31b3ab76f9a4d30c5de4ff9f407ec8128'

2015-02-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Feb 3 21:53:29 2015 +0100| [46a16ca15a68bfd7341dd9783ecf39bbdf80d08e] | committer: Michael Niedermayer Merge commit '75439bb31b3ab76f9a4d30c5de4ff9f407ec8128' * commit '75439bb31b3ab76f9a4d30c5de4ff9f407ec8128': siff: K&R formatting cosmet

[FFmpeg-cvslog] siff: K&R formatting cosmetics

2015-02-03 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Feb 3 09:52:59 2015 +0100| [75439bb31b3ab76f9a4d30c5de4ff9f407ec8128] | committer: Vittorio Giovara siff: K&R formatting cosmetics > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=75439bb31b3ab76f9a4d30c5de4ff9f407ec8128 --- libavform

[FFmpeg-cvslog] avformat/img2dec: remove the non-negative number requirement for start_number option

2015-02-03 Thread Liviu Oniciuc
ffmpeg | branch: master | Liviu Oniciuc | Tue Feb 3 09:01:29 2015 -0800| [b37858eae186ff84afd38cf3e845ba6e037e6397] | committer: Michael Niedermayer avformat/img2dec: remove the non-negative number requirement for start_number option industrial cameras usually mark the trigger frame as frame

[FFmpeg-cvslog] avformat/tta: fix crash with corrupted files

2015-02-03 Thread wm4
ffmpeg | branch: master | wm4 | Tue Feb 3 14:41:10 2015 +0100| [6a0cd529a35190d9374b0b26504e71857cd67b83] | committer: Michael Niedermayer avformat/tta: fix crash with corrupted files av_add_index_entry() can fail, for example because the parameters are invalid, or because memory allocation f

[FFmpeg-cvslog] avformat/mpegtsenc: Fix build with msvc

2015-02-03 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Wed Feb 4 00:46:39 2015 +1100| [22504396fe24673843f8d07e3df254b667f504ef] | committer: Michael Niedermayer avformat/mpegtsenc: Fix build with msvc Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=22504396f

[FFmpeg-cvslog] avutil/mem: replace remaining void **/*** casts by memcpy()

2015-02-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Feb 1 15:16:15 2015 +0100| [63186ac5f12e1782ffee25d982789e53ce3f692d] | committer: Michael Niedermayer avutil/mem: replace remaining void **/*** casts by memcpy() This is similar to 60392480181f24ebf3ab48d8ac3614705de90152 Signed-off-by: Mi

[FFmpeg-cvslog] avformat/mov: simplify pasp value before setting SAR

2015-02-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 21 02:54:39 2015 +0100| [ed91c8651a874527058b8e64e8246e520f084630] | committer: Michael Niedermayer avformat/mov: simplify pasp value before setting SAR This avoids a 65536:65536 SAR Signed-off-by: Michael Niedermayer > http://git.vide