[FFmpeg-cvslog] doc/encoders: add documentation for the Hap encoder

2016-11-10 Thread Tom Butterworth
ffmpeg | branch: master | Tom Butterworth <bangno...@gmail.com> | Thu Nov 10 14:41:27 2016 +| [48f0e41c30683f3fd2d4fb287d868cf2a1c7f4f9] | committer: Lou Logan doc/encoders: add documentation for the Hap encoder Documents options and behaviour, noting when 'chunks'

[FFmpeg-cvslog] avcodec/hap: add "compressor" option to Hap encoder to disable secondary compression

2016-11-10 Thread Tom Butterworth
ffmpeg | branch: master | Tom Butterworth <bangno...@gmail.com> | Mon Nov 7 23:58:48 2016 +| [bd6fa80d56fcda385da1c8f21eb83282a7930899] | committer: Tom Butterworth avcodec/hap: add "compressor" option to Hap encoder to disable secondary compression The secondary co

[FFmpeg-cvslog] avcodec/hap: pass texture-compression destination as argument, not in context

2016-11-08 Thread Tom Butterworth
ffmpeg | branch: master | Tom Butterworth <bangno...@gmail.com> | Mon Nov 7 16:25:33 2016 +| [0a245875887430fbdfa9cbd19eb4d337dae93d2e] | committer: Tom Butterworth avcodec/hap: pass texture-compression destination as argument, not in context This allows a subsequent change to co

[FFmpeg-cvslog] avcodec/hap: consistent name for codec

2016-11-04 Thread Tom Butterworth
ffmpeg | branch: master | Tom Butterworth <bangno...@gmail.com> | Fri Nov 4 13:57:18 2016 +| [92280f86b4065be34f52531c73068bbe7f33febd] | committer: Lou Logan avcodec/hap: consistent name for codec "Vidvox Hap", not "Vidvox Hap encoder" or "Vidvox Hap deco

[FFmpeg-cvslog] avcodec/hap: set bits_per_coded_sample

2015-10-23 Thread Tom Butterworth
ffmpeg | branch: master | Tom Butterworth <bangno...@gmail.com> | Thu Oct 22 23:40:41 2015 +0100| [a60539bb5e30d899c45c6ea9079f5b7669539f7a] | committer: Michael Niedermayer avcodec/hap: set bits_per_coded_sample fixes issue where alpha is ignored in some players Signed-off-by: M

[FFmpeg-cvslog] Add myself as maintainer for Hap

2015-10-23 Thread Tom Butterworth
ffmpeg | branch: master | Tom Butterworth <bangno...@gmail.com> | Fri Oct 23 12:04:56 2015 +0100| [abae43a7d41d5e21d3ed5d61ac02ce6eee083cc4] | committer: Michael Niedermayer Add myself as maintainer for Hap Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> > http://g

[FFmpeg-cvslog] hap: Move some per-stream setup into decoder init rather than per-frame

2015-07-27 Thread Tom Butterworth
ffmpeg | branch: master | Tom Butterworth bangno...@gmail.com | Thu Jul 23 14:37:08 2015 -0400| [43dd004747fa697396b47d034a80e069facbea09] | committer: Vittorio Giovara hap: Move some per-stream setup into decoder init rather than per-frame This change will reject frames with a texture type

[FFmpeg-cvslog] Support the Hap chunked frame format

2015-07-27 Thread Tom Butterworth
ffmpeg | branch: master | Tom Butterworth bangno...@gmail.com | Thu Jul 23 14:39:29 2015 -0400| [3ee217853a6741b829a2683f49c590618891b1ab] | committer: Vittorio Giovara Support the Hap chunked frame format Signed-off-by: Vittorio Giovara vittorio.giov...@gmail.com http://git.videolan.org

[FFmpeg-cvslog] snappy: Refactor so ff_snappy_uncompress() uses an existing buffer

2015-07-23 Thread Tom Butterworth
ffmpeg | branch: master | Tom Butterworth bangno...@gmail.com | Tue Jul 21 01:21:38 2015 +0100| [083cbc930d077651ea7e3fbc32ec45352cfed7e7] | committer: Vittorio Giovara snappy: Refactor so ff_snappy_uncompress() uses an existing buffer Some uses of Snappy require uncompressing to positions

[FFmpeg-cvslog] hap: Name enums, remove unused struct member

2015-07-23 Thread Tom Butterworth
ffmpeg | branch: master | Tom Butterworth bangno...@gmail.com | Tue Jul 21 01:21:39 2015 +0100| [11f3d5c69b711a1f1631961921ecd20d31f8336d] | committer: Vittorio Giovara hap: Name enums, remove unused struct member http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] avcodec/hap: (trivial) clarify comment

2015-07-23 Thread Tom Butterworth
ffmpeg | branch: master | Tom Butterworth bangno...@gmail.com | Thu Jul 23 14:44:23 2015 -0400| [26e8247c1c0b80052571562b84a91a76f92bddfa] | committer: Michael Niedermayer avcodec/hap: (trivial) clarify comment Signed-off-by: Michael Niedermayer mich...@niedermayer.cc http://git.videolan.org

[FFmpeg-cvslog] avcodec/hap: (trivial) rename enum values and document their meaning

2015-07-23 Thread Tom Butterworth
ffmpeg | branch: master | Tom Butterworth bangno...@gmail.com | Thu Jul 23 14:44:24 2015 -0400| [64539e12132cb5058042f7e276cea9bc44873026] | committer: Michael Niedermayer avcodec/hap: (trivial) rename enum values and document their meaning Signed-off-by: Michael Niedermayer mich

[FFmpeg-cvslog] dds: Fix the slice size computation

2015-07-23 Thread Tom Butterworth
ffmpeg | branch: master | Tom Butterworth bangno...@gmail.com | Thu Jul 23 00:03:29 2015 +0100| [ebe8b5d947c41449c684f17c6826fe6bc46c0360] | committer: Luca Barbato dds: Fix the slice size computation A bug was introduced in 6b2b26e7af3ede0abfb46eb5725c26d1083f50bc whereby when frame height

[FFmpeg-cvslog] Support the Hap chunked frame format

2015-07-22 Thread Tom Butterworth
ffmpeg | branch: master | Tom Butterworth bangno...@gmail.com | Tue Jul 21 01:12:12 2015 +0100| [c7e6443441ed5c1b5f64067dfbf4956bc2c6acbb] | committer: Michael Niedermayer Support the Hap chunked frame format Signed-off-by: Michael Niedermayer mich...@niedermayer.cc http://git.videolan.org

[FFmpeg-cvslog] avcodec/hapdec: log reason for failure when texture type doesn' t match stream

2015-07-21 Thread Tom Butterworth
ffmpeg | branch: master | Tom Butterworth bangno...@gmail.com | Tue Jul 21 01:12:11 2015 +0100| [5d0616ce0e640383904615f1d09cae21446124bb] | committer: Michael Niedermayer avcodec/hapdec: log reason for failure when texture type doesn't match stream Signed-off-by: Michael Niedermayer mich

[FFmpeg-cvslog] libavcodec/hap: remove unused struct member

2015-07-20 Thread Tom Butterworth
ffmpeg | branch: master | Tom Butterworth bangno...@gmail.com | Tue Jul 21 01:12:09 2015 +0100| [440c26e9c46bb26bc1fc8306561ed6962ae7d3bf] | committer: Michael Niedermayer libavcodec/hap: remove unused struct member Signed-off-by: Michael Niedermayer mich...@niedermayer.cc http

[FFmpeg-cvslog] libavcodec/hap: Name enums

2015-07-20 Thread Tom Butterworth
ffmpeg | branch: master | Tom Butterworth bangno...@gmail.com | Tue Jul 21 01:12:09 2015 +0100| [d8488090e5070187e9d8d0a93b8d841f26bde990] | committer: Michael Niedermayer libavcodec/hap: Name enums Signed-off-by: Michael Niedermayer mich...@niedermayer.cc http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] avcodec/hapdec: don't log texture format every frame, do it once per decode session

2015-07-20 Thread Tom Butterworth
ffmpeg | branch: master | Tom Butterworth bangno...@gmail.com | Tue Jul 21 01:12:10 2015 +0100| [6b96c70f2d8948ccc64cdac35ead4e470c253173] | committer: Michael Niedermayer avcodec/hapdec: don't log texture format every frame, do it once per decode session Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/hap: move some per-stream setup into decoder init rather than per-frame

2015-07-16 Thread Tom Butterworth
ffmpeg | branch: master | Tom Butterworth bangno...@gmail.com | Thu Jul 16 13:23:21 2015 +0100| [6074956fa1d2617ac602e49931b06df0a751370e] | committer: Michael Niedermayer avcodec/hap: move some per-stream setup into decoder init rather than per-frame This change will reject frames

[FFmpeg-cvslog] avcodec/snappy: refactor so ff_snappy_uncompress uses an existing buffer

2015-07-16 Thread Tom Butterworth
ffmpeg | branch: master | Tom Butterworth bangno...@gmail.com | Thu Jul 16 13:23:22 2015 +0100| [17ee24af7e5f7112fe25c734236d521f9e35d80d] | committer: Michael Niedermayer avcodec/snappy: refactor so ff_snappy_uncompress uses an existing buffer Some uses of Snappy require uncompressing

[FFmpeg-cvslog] TextureDSP: fix erroneous condition which produced blocky output for DXT

2015-06-24 Thread Tom Butterworth
ffmpeg | branch: master | Tom Butterworth bangno...@gmail.com | Tue Jun 23 17:40:11 2015 +0100| [5dbd491eb38efab1d1313d4129ed76ab2e98176d] | committer: Vittorio Giovara TextureDSP: fix erroneous condition which produced blocky output for DXT http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avcodec/s3tc: fix alpha decoding when dimensions are not a multiple of 4

2015-05-07 Thread Tom Butterworth
ffmpeg | branch: master | Tom Butterworth bangno...@gmail.com | Thu May 7 21:21:46 2015 +0100| [288dc5b4a11884b9a5cd62310abe99878544982b] | committer: Michael Niedermayer avcodec/s3tc: fix alpha decoding when dimensions are not a multiple of 4 Fix alpha position error for edge blocks of odd

[FFmpeg-cvslog] avcodec/s3tc: fix decoding when dimensions are not a multiple of 4

2015-05-07 Thread Tom Butterworth
ffmpeg | branch: master | Tom Butterworth bangno...@gmail.com | Thu May 7 16:17:10 2015 +0100| [873d7e0e632645e67fdfd0e35fb27d477b11307a] | committer: Michael Niedermayer avcodec/s3tc: fix decoding when dimensions are not a multiple of 4 Image dimensions were rounded down causing rows to wrap