[FFmpeg-cvslog] AAC encoder: memoize quantize_band_cost

2015-10-12 Thread Claudio Freire
ffmpeg | branch: master | Claudio Freire | Mon Oct 12 03:56:22 2015 -0300| [b629c67ddfceb7026e407685f04d1bb09cb08d31] | committer: Claudio Freire AAC encoder: memoize quantize_band_cost The bulk of calls to quantize_band_cost are replaced by a call to a version that

[FFmpeg-cvslog] aacenc_utils: fit find_form_factor() below 80 chars per line

2015-10-12 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Mon Oct 12 17:14:50 2015 +0100| [e2749ef60a885817267896704cc02935641f4150] | committer: Rostislav Pehlivanov aacenc_utils: fit find_form_factor() below 80 chars per line >

[FFmpeg-cvslog] fate: increase fuzz on fate-aac-tns-encode test

2015-10-12 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Mon Oct 12 17:15:30 2015 +0100| [ccd3b3df39de4c2c4e30fb2012675f99e56dbc5e] | committer: Rostislav Pehlivanov fate: increase fuzz on fate-aac-tns-encode test Fails on SunOS and old GCC (<=4.6 is ancient) versions. >

[FFmpeg-cvslog] aacenc: add support for changing options based on a profile

2015-10-12 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Mon Oct 12 16:50:10 2015 +0100| [0f4334df45eed326577d076167bb2d48b67a40b7] | committer: Rostislav Pehlivanov aacenc: add support for changing options based on a profile This commit adds the ability for a profile to set the

[FFmpeg-cvslog] aacenc_quantization: fix header description

2015-10-12 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Mon Oct 12 15:41:50 2015 +0100| [e679a1e65f5254fcef702708797152b025350e91] | committer: Rostislav Pehlivanov aacenc_quantization: fix header description Two guesses as to which file was used as boilerplate. >

[FFmpeg-cvslog] avfilter/drawtext: allow to format pts with strftime

2015-10-12 Thread Alex Agranovsky
ffmpeg | branch: master | Alex Agranovsky | Sat Oct 10 14:52:34 2015 -0400| [cf28490e564d91c89b4c56e605c6f391bddb9ba9] | committer: Nicolas George avfilter/drawtext: allow to format pts with strftime Signed-off-by: Alex Agranovsky >

[FFmpeg-cvslog] lavf/tee: allow multiple stream specifiers in select.

2015-10-12 Thread Bela Bodecs
ffmpeg | branch: master | Bela Bodecs | Sat Oct 10 21:29:12 2015 +0200| [1f3a29e999b635fee913680402977eb1d51a8461] | committer: Nicolas George lavf/tee: allow multiple stream specifiers in select. It makes possible to put multiple stream specifier into the select option

[FFmpeg-cvslog] aacenc: add support for encoding 7.1 channel audio

2015-10-12 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Mon Oct 12 15:53:17 2015 +0100| [b3deaece87b5b0216382e6d700854edb8d3727fb] | committer: Rostislav Pehlivanov aacenc: add support for encoding 7.1 channel audio This commit implements support for 7.1 channel audio. There's

[FFmpeg-cvslog] doc/filters: s/nb_inputs/inputs for stack filters

2015-10-12 Thread Lou Logan
ffmpeg | branch: master | Lou Logan | Mon Oct 12 10:09:22 2015 -0800| [329bd254750f3f90f4cf4a50f177aeb12458d449] | committer: Lou Logan doc/filters: s/nb_inputs/inputs for stack filters Signed-off-by: Lou Logan Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] avcodec/webvttdec: Deal with WebVTT escapes

2015-10-12 Thread Ricardo Constantino
ffmpeg | branch: master | Ricardo Constantino | Sun Oct 11 17:11:01 2015 +0100| [53886d6955134be8acc26f336bdf068fd970669d] | committer: Clément Bœsch avcodec/webvttdec: Deal with WebVTT escapes Bare ampersand characters are still accepted, even though out-of-spec. Also

[FFmpeg-cvslog] avformat/webvttdec: Don't stop parsing on comments

2015-10-12 Thread Ricardo Constantino
ffmpeg | branch: master | Ricardo Constantino | Sun Oct 11 17:11:02 2015 +0100| [6eaf97c2894ddd8031d1cbcf1061a84920e93a91] | committer: Clément Bœsch avformat/webvttdec: Don't stop parsing on comments Signed-off-by: Ricardo Constantino >

[FFmpeg-cvslog] fate/subtitles: Add a new test for WebVTT

2015-10-12 Thread Ricardo Constantino
ffmpeg | branch: master | Ricardo Constantino | Sun Oct 11 17:11:03 2015 +0100| [a96dbdc14f3db1374f231ede58a6ae6e3211d265] | committer: Clément Bœsch fate/subtitles: Add a new test for WebVTT Includes escapes that should now be supported and a few features not yet fully

[FFmpeg-cvslog] avcodec: Don't lock on init for codecs without an init function

2015-10-12 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Mon Oct 12 15:25:51 2015 -0300| [1156b634c18fcbaa0d107df8135578031242815c] | committer: James Almer avcodec: Don't lock on init for codecs without an init function Signed-off-by: Derek Buitenhuis

[FFmpeg-cvslog] asfdec: alloc enough space for storing name in asf_read_metadata_obj

2015-10-12 Thread Alexandra Hájková
ffmpeg | branch: release/2.8 | Alexandra Hájková | Wed Sep 2 14:27:42 2015 +0200| [f235f511a01c8c8f88c217e5ed4ec331d66521ac] | committer: Andreas Cadhalpun asfdec: alloc enough space for storing name in asf_read_metadata_obj Signed-off-by: Luca Barbato

[FFmpeg-cvslog] doc: fix spelling errors

2015-10-12 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Tue Sep 29 20:08:26 2015 +0200| [13d3749424813301b732e8930cf32187ac62daa9] | committer: Andreas Cadhalpun doc: fix spelling errors Reviewed-by: Lou Logan Signed-off-by: Andreas Cadhalpun

[FFmpeg-cvslog] hls: only seek if there is an offset

2015-10-12 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Tue Sep 22 13:40:20 2015 +0200| [173053a1252cfa67c1e4e2d2cf9484b44bfee2e3] | committer: Andreas Cadhalpun hls: only seek if there is an offset If there is no #EXT-X-BYTERANGE specified, there is no need to

[FFmpeg-cvslog] asfdec: add more checks for size left in asf packet buffer

2015-10-12 Thread Alexandra Hájková
ffmpeg | branch: release/2.8 | Alexandra Hájková | Mon Sep 7 12:18:17 2015 +0200| [8118fdf8bb92dbd91929e734cd136e3e2e41fdcb] | committer: Andreas Cadhalpun asfdec: add more checks for size left in asf packet buffer Signed-off-by: Luca Barbato

[FFmpeg-cvslog] avcodec/mips/aaccoder_mips: Disable ff_aac_coder_init_mips() to prevent build failure

2015-10-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Oct 12 18:45:31 2015 +0200| [97437bd17a8c5d4135b2f3b1b299bd7bb72ce02c] | committer: Michael Niedermayer avcodec/mips/aaccoder_mips: Disable ff_aac_coder_init_mips() to prevent build failure Signed-off-by: Michael

[FFmpeg-cvslog] mpegvideo: dnxhdenc: permute 10bits content

2015-10-12 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Mon Oct 12 19:37:42 2015 +0200| [9f3bfe30dd99b093a469e566dbd95448b32f80e9] | committer: Michael Niedermayer mpegvideo: dnxhdenc: permute 10bits content Dequant or encoding were trying to reverse a scan that hadn't

[FFmpeg-cvslog] aacenc: shorten name of ff_aac_adjust_common_prediction

2015-10-12 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Mon Oct 12 23:33:07 2015 +0100| [93e6b23c9f489c1e0745769ae2ba00469f7cfb91] | committer: Rostislav Pehlivanov aacenc: shorten name of ff_aac_adjust_common_prediction To keep it similar to the other functions which are all

[FFmpeg-cvslog] x86: prores: templatize 10 bits simple_idct

2015-10-12 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Mon Oct 12 19:37:44 2015 +0200| [e9a68b0316ab127098ac4c24a6762ce68980bd23] | committer: Michael Niedermayer x86: prores: templatize 10 bits simple_idct This should be reused for a generic simple_idct10 function.

[FFmpeg-cvslog] aacenc: increase size of s->planar_samples[] from 6 to 8

2015-10-12 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Mon Oct 12 23:25:45 2015 +0100| [65f5b96dd80519e2a539d19012c5a685e1ddbafd] | committer: Rostislav Pehlivanov aacenc: increase size of s->planar_samples[] from 6 to 8 Left out of last commit which added support for eight

[FFmpeg-cvslog] avcodec/simple_idct10: improve precision

2015-10-12 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Mon Oct 12 19:37:45 2015 +0200| [2fd14dd8eb66dc5dd14254d0b758fb80d44b3140] | committer: Michael Niedermayer avcodec/simple_idct10: improve precision omse goes from 0.03060703 (which fails for dct-test) to 0.01663750.