[FFmpeg-cvslog] fate: add Dolby E test

2018-06-05 Thread foo86
ffmpeg | branch: master | foo86 | Mon Jul 31 23:33:05 2017 +0300| [b74877206e5f16cf78466534ac1ae86ecd347e5d] | committer: James Almer fate: add Dolby E test Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b74877206e5f16cf78466534ac1ae86ecd347

[FFmpeg-cvslog] avcodec/dca_core: always limit frame size to data size

2017-10-09 Thread foo86
ffmpeg | branch: master | foo86 | Mon Oct 9 16:26:06 2017 +0300| [73789b85a759f3874112618120194e1712d7adcd] | committer: foo86 avcodec/dca_core: always limit frame size to data size Silences pointless error message when decoding DTS-in-WAV stream with excessive frame size stored in header

[FFmpeg-cvslog] avcodec/dca_parser: revert to conservative sync distance estimation

2017-10-09 Thread foo86
ffmpeg | branch: master | foo86 | Mon Oct 9 16:12:19 2017 +0300| [23990950e35eff0b96f843c396a62a6429ea25ec] | committer: foo86 avcodec/dca_parser: revert to conservative sync distance estimation Fixes regression introduced by commit a0349ae27c127df8c72de1c30dc4090360ec7ef4 when parsing 14-bit

[FFmpeg-cvslog] avcodec/dolby_e: fix potentially undefined pointer arithmetic

2017-07-26 Thread foo86
ffmpeg | branch: master | foo86 | Sat Jul 22 17:19:25 2017 +0300| [5e715b583dab85735660b15a8d217a69164675fe] | committer: foo86 avcodec/dolby_e: fix potentially undefined pointer arithmetic Avoid undefined behavior in skip_input() by checking that enough data is available before incrementing

[FFmpeg-cvslog] avformat/s337m: fix potentially undefined pointer arithmetic

2017-07-26 Thread foo86
ffmpeg | branch: master | foo86 | Sat Jul 22 17:27:28 2017 +0300| [6029b8a6bbc8bbf7799108582e71078ec0bde1cf] | committer: foo86 avformat/s337m: fix potentially undefined pointer arithmetic Use integer position instead of pointer for loop variable. Also only skip header fields after header has

[FFmpeg-cvslog] avcodec/dolby_e: add AV_CODEC_CAP_CHANNEL_CONF capability

2017-07-26 Thread foo86
ffmpeg | branch: master | foo86 | Sat Jul 22 17:18:47 2017 +0300| [0689cc2475557339a00240d05b7fc4fcb70e21cd] | committer: foo86 avcodec/dolby_e: add AV_CODEC_CAP_CHANNEL_CONF capability > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0689cc2475557339a00240d05b7fc4fcb70e2

[FFmpeg-cvslog] avcodec/dolby_e: add 'f' suffixes to floating point literals

2017-07-26 Thread foo86
ffmpeg | branch: master | foo86 | Sat Jul 22 17:13:04 2017 +0300| [56277f6d1905af033d58588c631956dcb19fdf7a] | committer: foo86 avcodec/dolby_e: add 'f' suffixes to floating point literals > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=56277f6d1905af033d58588c631

[FFmpeg-cvslog] avcodec/dcaadpcm: fix use of uninitialized variable

2017-07-22 Thread foo86
ffmpeg | branch: master | foo86 | Sat Jul 22 18:20:04 2017 +0300| [dd4b7badb416a5c2688da7310a7fe80fe4e4f209] | committer: foo86 avcodec/dcaadpcm: fix use of uninitialized variable Fixes CID 1409924. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/dcaadpcm: check for av_malloc() failure

2017-07-22 Thread foo86
ffmpeg | branch: master | foo86 | Sat Jul 22 18:16:13 2017 +0300| [34fb84a97d112d85091369e9ef9ce177a05644e9] | committer: foo86 avcodec/dcaadpcm: check for av_malloc() failure Fixes CID 1409915. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] MAINTAINERS: add myself

2017-07-21 Thread foo86
ffmpeg | branch: master | foo86 | Fri Jul 21 15:22:53 2017 +0300| [67af24da0dc2eceb06d2bb4ce1bf54fa13275d00] | committer: James Almer MAINTAINERS: add myself Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=67af24da0dc2eceb06d2bb4ce1bf54fa13275

[FFmpeg-cvslog] avformat: add SMPTE 337M demuxer

2017-07-19 Thread foo86
ffmpeg | branch: master | foo86 | Sat Jul 1 17:06:27 2017 +0300| [f04ef268164f7e88bef809fb028c6fa01b024ea3] | committer: Paul B Mahol avformat: add SMPTE 337M demuxer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f04ef268164f7e88bef809fb028c6fa01b024ea3 --- Change

[FFmpeg-cvslog] avcodec: add Dolby E decoder

2017-07-19 Thread foo86
ffmpeg | branch: master | foo86 | Sat Jul 1 17:03:46 2017 +0300| [930fe4b1f75d4176a7226fccdcbd6c68b816a1b7] | committer: Paul B Mahol avcodec: add Dolby E decoder > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=930fe4b1f75d4176a7226fccdcbd6c68b816a1b7 --- config

[FFmpeg-cvslog] avcodec/dca: avoid using bitstream reader in a non-standard way

2017-07-18 Thread foo86
ffmpeg | branch: master | foo86 | Mon Jul 10 17:11:40 2017 +0300| [012620aa1b40b0642e3081871059a1be98411df4] | committer: James Almer avcodec/dca: avoid using bitstream reader in a non-standard way Use proper get_bits.h functions instead of directly accessing index. Signed-off-by: James Almer

[FFmpeg-cvslog] avcodec/dca_core: probe extension headers directly

2017-07-18 Thread foo86
ffmpeg | branch: master | foo86 | Mon Jul 10 17:11:39 2017 +0300| [902cd30e9b72d3ad5dfe01b27e3dd0928ad88562] | committer: James Almer avcodec/dca_core: probe extension headers directly Avoid using bitstream reader in a non-standard way by directly accessing index. Use bit shifting/masking

[FFmpeg-cvslog] avformat/dtsdec: switch to common frame header parsing function

2017-07-18 Thread foo86
ffmpeg | branch: master | foo86 | Mon Jul 10 17:11:36 2017 +0300| [3b7ec920af42f1dc3676b72db9e617227c220436] | committer: James Almer avformat/dtsdec: switch to common frame header parsing function This makes probing for regular DTS more strict because more header fields are checked and values

[FFmpeg-cvslog] avcodec/dca_parser: avoid use of magic values

2017-07-18 Thread foo86
ffmpeg | branch: master | foo86 | Mon Jul 10 17:11:38 2017 +0300| [07a7f08b1e4b4679a3f9a60ecc45cae5078bc414] | committer: James Almer avcodec/dca_parser: avoid use of magic values Duration computation can be simplified because number of PCM blocks is only allowed to be a multiple of 8. Signed

[FFmpeg-cvslog] avcodec/dca_parser: export profile information

2017-07-18 Thread foo86
ffmpeg | branch: master | foo86 | Mon Jul 10 17:11:37 2017 +0300| [4b6c212e859f49360f50c4d67b999769cc7cc2c6] | committer: James Almer avcodec/dca_parser: export profile information Permits applications to access DTS profile information without having to decode a frame. Signed-off-by: James

[FFmpeg-cvslog] avcodec/dca_core: switch to common frame header parsing function

2017-07-18 Thread foo86
ffmpeg | branch: master | foo86 | Mon Jul 10 17:11:34 2017 +0300| [33fc6c17a6e76ec2894e656cfeba5bcba9498778] | committer: James Almer avcodec/dca_core: switch to common frame header parsing function Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/dca_parser: switch to common frame header parsing function

2017-07-18 Thread foo86
ffmpeg | branch: master | foo86 | Mon Jul 10 17:11:35 2017 +0300| [e54b9be1ffd669c76458324206935c8927a7c705] | committer: James Almer avcodec/dca_parser: switch to common frame header parsing function Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec: add avpriv_dca_parse_core_frame_header()

2017-07-18 Thread foo86
ffmpeg | branch: master | foo86 | Mon Jul 10 17:11:33 2017 +0300| [2123ddb4251bf39bde8b38a1307a0f6154d260e6] | committer: James Almer avcodec: add avpriv_dca_parse_core_frame_header() There are 3 different places where DCA core frame header is parsed: decoder, parser and demuxer. Each one uses

[FFmpeg-cvslog] avcodec/dca: move bits per sample array to dca.c

2017-07-18 Thread foo86
ffmpeg | branch: master | foo86 | Mon Jul 10 17:11:32 2017 +0300| [9e37cc11012f23e39b63032b5daac03621340a4f] | committer: James Almer avcodec/dca: move bits per sample array to dca.c It will be used by the parser. This change avoids unwanted parser dependency on dcadata. Signed-off-by: James

[FFmpeg-cvslog] avcodec/dca: move some enumeration typedefs into headers

2017-07-18 Thread foo86
ffmpeg | branch: master | foo86 | Mon Jul 10 17:11:31 2017 +0300| [f6b86b62f785a67a356c87f5ea483a1cbe338191] | committer: James Almer avcodec/dca: move some enumeration typedefs into headers These values will be used by the parser. Prefix them with DCA_ appropriately. Signed-off-by: James

[FFmpeg-cvslog] avcodec/s302m: fix AVOption flags

2017-07-01 Thread foo86
ffmpeg | branch: master | foo86 | Tue Jun 27 12:59:15 2017 +0300| [f8b1a70412b592dff774e306fd63963369ea6810] | committer: James Almer avcodec/s302m: fix AVOption flags Reviewed-by: Paul B Mahol Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/dca: add support for 20-bit XLL

2017-01-07 Thread foo86
ffmpeg | branch: master | foo86 | Sat Jan 7 12:26:43 2017 +0300| [000638431ccc206f280d8246855062afe0284f80] | committer: James Almer avcodec/dca: add support for 20-bit XLL Fixes ticket #6063. Reviewed-by: Paul B Mahol Signed-off-by: James Almer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avcodec/dca_parser: skip initial padding

2016-05-31 Thread foo86
ffmpeg | branch: master | foo86 | Tue May 31 14:46:14 2016 +0300| [214e63f8511330e8da8d69b5ea402ff0a4f17316] | committer: James Almer avcodec/dca_parser: skip initial padding Padding before the first sync word can be very large for DTS-in-WAV streams. There is no reason to include this padding

[FFmpeg-cvslog] avcodec/dca_parser: simplify state machine

2016-05-31 Thread foo86
ffmpeg | branch: master | foo86 | Tue May 31 14:46:13 2016 +0300| [1f7b67a1caef19842533e2831350312d5b6c3f5f] | committer: James Almer avcodec/dca_parser: simplify state machine Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/dca: support EXSS marker in avpriv_dca_convert_bitstream()

2016-05-31 Thread foo86
ffmpeg | branch: master | foo86 | Fri May 13 12:48:31 2016 +0300| [054a2c9fdf64f0fcac17dfa424492e9184002dc3] | committer: James Almer avcodec/dca: support EXSS marker in avpriv_dca_convert_bitstream() This is now required by dcadec_decode_frame(). All remaining users of

[FFmpeg-cvslog] avcodec/dca: require checked bitstream reader

2016-05-31 Thread foo86
ffmpeg | branch: master | foo86 | Fri May 13 12:48:30 2016 +0300| [d1f558b3628d3ab99fd93a98b5758ef1be45a5da] | committer: James Almer avcodec/dca: require checked bitstream reader Remove half-working attempt at supporting unchecked bitstream reader by always copying input data into

[FFmpeg-cvslog] avcodec/dca: move EXSS sampling frequency arrays to dca.c

2016-05-26 Thread foo86
ffmpeg | branch: master | foo86 | Thu May 26 14:29:35 2016 +0300| [a0f76b825c8105acb4428ea60146687e90cfdc83] | committer: James Almer avcodec/dca: move EXSS sampling frequency arrays to dca.c Avoids unwanted parser dependency on dcadata. Signed-off-by: James Almer > http://git.videolan.

[FFmpeg-cvslog] avcodec/dca_parser: set duration for core-less streams

2016-05-25 Thread foo86
ffmpeg | branch: master | foo86 | Mon May 23 17:58:42 2016 +0300| [cb55c5b49e6d21709d0ea1bf93cc30a577b1de35] | committer: James Almer avcodec/dca_parser: set duration for core-less streams Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/dca_exss: prepare to be called from parser context

2016-05-25 Thread foo86
ffmpeg | branch: master | foo86 | Mon May 23 17:58:41 2016 +0300| [72a9a7e9cbc26771b14b880dd45d29a2064bf8ee] | committer: James Almer avcodec/dca_exss: prepare to be called from parser context Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/dca_exss: always update downmix flags

2016-05-23 Thread foo86
ffmpeg | branch: master | foo86 | Mon May 23 18:41:27 2016 +0300| [9bd1d79584c6f99ec12c85c458eaa9ca826b2d12] | committer: Michael Niedermayer avcodec/dca_exss: always update downmix flags Fixes potential parsing failure when total number of channels indicated by EXSS asset descriptor

[FFmpeg-cvslog] avcodec/dca: use LUT for LBR frequency ranges

2016-05-20 Thread foo86
ffmpeg | branch: master | foo86 | Fri May 13 12:48:27 2016 +0300| [64fe1eebddbbf705d0c25d000c102bfca5558682] | committer: James Almer avcodec/dca: use LUT for LBR frequency ranges Values for unsupported frequencies > 48000 Hz are still included (parser will make use of them). Also conv

[FFmpeg-cvslog] avcodec/dca: simplify 'residual ok' flag tracking

2016-05-20 Thread foo86
ffmpeg | branch: master | foo86 | Fri May 13 12:48:24 2016 +0300| [801dbf0269b1bb5bc70c550e971491e0aea9eb70] | committer: James Almer avcodec/dca: simplify 'residual ok' flag tracking Move this from separate structure field to a packet flag. Behavior should be equivalent, except tha

[FFmpeg-cvslog] avcodec/dca_parser: improve frame end search

2016-05-20 Thread foo86
ffmpeg | branch: master | foo86 | Fri May 13 12:48:28 2016 +0300| [a0349ae27c127df8c72de1c30dc4090360ec7ef4] | committer: James Almer avcodec/dca_parser: improve frame end search Parse core frame size directly when searching for frame end instead of using value extracted from previous frame

[FFmpeg-cvslog] avcodec/dca: don't set initial sample_fmt

2016-05-20 Thread foo86
ffmpeg | branch: master | foo86 | Fri May 13 12:48:26 2016 +0300| [39f7620d76c7a133535ed7a535f7a74fefa6e435] | committer: James Almer avcodec/dca: don't set initial sample_fmt Valid sample_fmt will be set by dcadec_decode_frame() based on stream type. Signed-off-by: James Almer &

[FFmpeg-cvslog] avcodec/dca: remove useless debug message

2016-05-20 Thread foo86
ffmpeg | branch: master | foo86 | Fri May 13 12:48:32 2016 +0300| [b5cda23039115e2bb83304462723c5f198c4418e] | committer: James Almer avcodec/dca: remove useless debug message Most DTS-in-WAV streams trigger this, making debug output hard to read. Signed-off-by: James Almer > h

[FFmpeg-cvslog] avcodec/dca: remove Rice code length limit

2016-05-20 Thread foo86
ffmpeg | branch: master | foo86 | Fri May 13 12:48:23 2016 +0300| [e0706e9cc8f30a8242d2b140edace7bf76170506] | committer: James Almer avcodec/dca: remove Rice code length limit Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/dca: print error message when no frame is found in packet

2016-05-14 Thread foo86
ffmpeg | branch: master | foo86 | Fri May 13 12:48:25 2016 +0300| [365b0c13e461a5d92e9e689e8f09301fb3255b93] | committer: Michael Niedermayer avcodec/dca: print error message when no frame is found in packet Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avcodec/dca: add DTS Express (LBR) decoder

2016-05-10 Thread foo86
ffmpeg | branch: master | foo86 | Sun May 1 18:43:00 2016 +0300| [6c44696b3d504eb87d60915919074da530cd379f] | committer: James Almer avcodec/dca: add DTS Express (LBR) decoder Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/dtsdec: detect core-less streams

2016-05-04 Thread foo86
ffmpeg | branch: master | foo86 | Tue May 3 16:06:41 2016 +0300| [bb7c55807090ee77621c4a4692d00a231b722e1a] | committer: James Almer avformat/dtsdec: detect core-less streams Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/dca: convert to AVCRC

2016-05-03 Thread foo86
ffmpeg | branch: master | foo86 | Tue May 3 03:42:36 2016 +0300| [b7d267399b0ab53d2dc00ee191707df4cc8bd536] | committer: James Almer avcodec/dca: convert to AVCRC Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b7d267399b0ab53d2dc00ee191707df4cc8bd

[FFmpeg-cvslog] avcodec/dca: fix sync word search error condition

2016-05-02 Thread foo86
ffmpeg | branch: release/3.0 | foo86 | Mon May 2 23:44:47 2016 +0300| [08c21bcb5dfd609167327a7900be6292fd0e51c1] | committer: James Almer avcodec/dca: fix sync word search error condition This didn't actually check if sync word was found and always errored out with "-err_dete

[FFmpeg-cvslog] avcodec/dca: fix sync word search error condition

2016-05-02 Thread foo86
ffmpeg | branch: master | foo86 | Mon May 2 23:44:47 2016 +0300| [ce2f9fdb0a92956aedfa2c564d1374a2f1eebfbd] | committer: Michael Niedermayer avcodec/dca: fix sync word search error condition This didn't actually check if sync word was found and always errored out with "-err_dete

[FFmpeg-cvslog] avcodec/dca: move huffman data into separate object file

2016-05-01 Thread foo86
ffmpeg | branch: master | foo86 | Sun May 1 08:41:43 2016 -0700| [2df7d4fa4524b6f83c65428d75192267a2d0c113] | committer: James Almer avcodec/dca: move huffman data into separate object file Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/dca: move channel counter utility into dca.h

2016-05-01 Thread foo86
ffmpeg | branch: master | foo86 | Sun May 1 08:42:14 2016 -0700| [1fee770a1cece01f1e31a3127f7039e784a449eb] | committer: James Almer avcodec/dca: move channel counter utility into dca.h Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/dcaenc: reuse shared quant levels table

2016-04-30 Thread foo86
ffmpeg | branch: master | foo86 | Wed Apr 27 10:19:54 2016 -0700| [de28e73cce03b1de8b63683b70e4d0241161cca1] | committer: James Almer avcodec/dcaenc: reuse shared quant levels table Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/dcaenc: move channel reordering tables to dcaenc.h

2016-04-30 Thread foo86
ffmpeg | branch: master | foo86 | Wed Apr 27 10:20:20 2016 -0700| [b286ff69c03e648453fd161f8ff1c4fcce396fa8] | committer: James Almer avcodec/dcaenc: move channel reordering tables to dcaenc.h DCA core decoder no longer uses fixed tables for channel reordering. Move them into private encoder

[FFmpeg-cvslog] avcodec/dca: clear X96 channels if nothing was decoded

2016-03-26 Thread foo86
ffmpeg | branch: release/3.0 | foo86 | Wed Mar 2 22:31:10 2016 +0300| [da6ccfe18ebbe7af41ba07edd64b6d1b8650ced2] | committer: Michael Niedermayer avcodec/dca: clear X96 channels if nothing was decoded The first X96 channel set can have more channels than core, causing X96 decoding to be

[FFmpeg-cvslog] avcodec/dca: clear X96 channels if nothing was decoded

2016-03-06 Thread foo86
ffmpeg | branch: master | foo86 | Wed Mar 2 22:31:10 2016 +0300| [db44b599805fdd96940cf2e5a336f872648bbda1] | committer: Michael Niedermayer avcodec/dca: clear X96 channels if nothing was decoded The first X96 channel set can have more channels than core, causing X96 decoding to be skipped

[FFmpeg-cvslog] avcodec/dca: simplify condition

2016-03-03 Thread foo86
ffmpeg | branch: master | foo86 | Wed Mar 2 22:32:10 2016 +0300| [00e3717b4a21d93bdf822588a9f6fbfd1fca27a5] | committer: Michael Niedermayer avcodec/dca: simplify condition Reviewed-by: Hendrik Leppkes Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avcodec/dca: fix av_cold placement in declarations

2016-03-03 Thread foo86
ffmpeg | branch: master | foo86 | Wed Mar 2 22:31:46 2016 +0300| [89813487491afbca5472e8a4af262eedb4aead02] | committer: Michael Niedermayer avcodec/dca: fix av_cold placement in declarations Reviewed-by: Hendrik Leppkes Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] avcodec/dca: add REV1AUX sync word

2016-01-31 Thread foo86
ffmpeg | branch: master | foo86 | Thu Jan 7 16:37:46 2016 +0300| [64f6d17b405b4b4f09071ea40acefbf0fa842b38] | committer: Hendrik Leppkes avcodec/dca: add REV1AUX sync word > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=64f6d17b405b4b4f09071ea40acefbf0fa842b38 --- libavco

[FFmpeg-cvslog] avcodec/synth_filter: fix whitespace

2016-01-31 Thread foo86
ffmpeg | branch: master | foo86 | Thu Jan 7 17:27:00 2016 +0300| [8984806a510bc797c360cf0a01074a80bdb64b21] | committer: Hendrik Leppkes avcodec/synth_filter: fix whitespace > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8984806a510bc797c360cf0a01074a80bdb64b21 --- libavco

[FFmpeg-cvslog] avcodec/dca: add more tables

2016-01-31 Thread foo86
ffmpeg | branch: master | foo86 | Thu Jan 7 17:15:22 2016 +0300| [9a0a3bbeaaf498061c357755443beab16b25c4f5] | committer: Hendrik Leppkes avcodec/dca: add more tables > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9a0a3bbeaaf498061c357755443beab16b25c4f5 --- libavcodec/dcadat

[FFmpeg-cvslog] avcodec/dca: add generic defines

2016-01-31 Thread foo86
ffmpeg | branch: master | foo86 | Sat Jan 16 11:56:26 2016 +0300| [0930b2dd1f01213ca1f08aff3a9b8b0d5515cede] | committer: Hendrik Leppkes avcodec/dca: add generic defines > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0930b2dd1f01213ca1f08aff3a9b8b0d5515cede --- libavcodec/dc

[FFmpeg-cvslog] avcodec/synth_filter: add more filters

2016-01-31 Thread foo86
ffmpeg | branch: master | foo86 | Fri Jan 8 00:49:56 2016 +0300| [5b1b536e2b7cb5a7fa0b4995ccb760a701c4efd7] | committer: Hendrik Leppkes avcodec/synth_filter: add more filters > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5b1b536e2b7cb5a7fa0b4995ccb760a701c4efd7 --- libavco

[FFmpeg-cvslog] avcodec/dca: add math helpers and fixed point DCT

2016-01-31 Thread foo86
ffmpeg | branch: master | foo86 | Fri Jan 8 00:48:57 2016 +0300| [4a53b83691ac1c1feefe8749756b149c31ad4ccb] | committer: Hendrik Leppkes avcodec/dca: add math helpers and fixed point DCT > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4a53b83691ac1c1feefe8749756b149c31ad4

[FFmpeg-cvslog] avcodec/libdcadec: implement logging callback

2015-12-07 Thread foo86
ffmpeg | branch: master | foo86 | Mon Dec 7 18:48:13 2015 +0300| [704b278361add7c819b4c3725938c4424328e268] | committer: Michael Niedermayer avcodec/libdcadec: implement logging callback Don't print a warning when dcadec_context_filter() returns positive warning code. Most relevant war

[FFmpeg-cvslog] avcodec/libdcadec: honor -err_detect option

2015-12-07 Thread foo86
ffmpeg | branch: master | foo86 | Mon Dec 7 18:48:53 2015 +0300| [ff6dd5851bffe9518f2e814a2f4892f0aa4fd6f9] | committer: Michael Niedermayer avcodec/libdcadec: honor -err_detect option Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/libdcadec: add some useful options

2015-12-07 Thread foo86
ffmpeg | branch: master | foo86 | Mon Dec 7 18:48:34 2015 +0300| [de12aa51b6bfa563656b9b510c2c8a88e858dade] | committer: Michael Niedermayer avcodec/libdcadec: add some useful options Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/libdcadec: fix request_channel_layout

2015-12-07 Thread foo86
ffmpeg | branch: master | foo86 | Mon Dec 7 18:47:47 2015 +0300| [704654ea170c158419ded9591d8fb9895aca32be] | committer: Michael Niedermayer avcodec/libdcadec: fix request_channel_layout Take request_channel_layout as a hint and don't force 2.0 downmix by using both the 2CH and 6CH

[FFmpeg-cvslog] dca_parser: Extend DTS core sync word and fix existing check

2015-05-12 Thread foo86
ffmpeg | branch: master | foo86 | Wed Apr 29 11:14:55 2015 +0300| [0670acc4f1c4ceb16968818a654e07a3f550a8c9] | committer: Luca Barbato dca_parser: Extend DTS core sync word and fix existing check The previous version checked for 14-bit streams and did not properly work across buffer boundaries

[FFmpeg-cvslog] avcodec/dca_parser: Extend DTS core sync word and fix existing check

2015-04-29 Thread foo86
ffmpeg | branch: master | foo86 | Wed Apr 29 14:14:55 2015 +0300| [e80b2b9c81716a5d9f559c04cfe69d76b04e4cd3] | committer: Michael Niedermayer avcodec/dca_parser: Extend DTS core sync word and fix existing check Check extended sync word for 16-bit LE and BE core streams to reduce probability

[FFmpeg-cvslog] avformat/dtsdec: Extend DTS core sync word

2015-04-28 Thread foo86
ffmpeg | branch: master | foo86 | Tue Apr 28 17:47:53 2015 +0300| [191dd219d9c955a379cf52b18731c334ae70e475] | committer: Michael Niedermayer avformat/dtsdec: Extend DTS core sync word Check extended sync word for 16-bit LE and BE core streams to reduce probability of alias sync detection