[FFmpeg-cvslog] avcodec/h264: Fix memleak in case of ff_h264_decode_extradata() failure

2016-01-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jan 28 03:18:20 2016 +0100| [e0b187e7dada3a412c942d2e07f6caed8614b8ef] | committer: Michael Niedermayer avcodec/h264: Fix memleak in case of ff_h264_decode_extradata() failure Fixes Ticket5139 Signed-off-by: Michael Niedermayer > http://gi

[FFmpeg-cvslog] avformat/ipmovie: put video decoding_map_size into packet and use it in decoder

2016-01-27 Thread Paul B Mahol
ffmpeg | branch: release/2.6 | Paul B Mahol | Sun Nov 1 17:02:26 2015 +0100| [eadf932867fc5e11101e6cef8433f3fa19938163] | committer: Andreas Cadhalpun avformat/ipmovie: put video decoding_map_size into packet and use it in decoder The size of decoding map can differ from one calculated intern

[FFmpeg-cvslog] brstm: fix missing closing brace

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Mon Jan 4 13:44:16 2016 +0100| [368a1803ff840c187f396ad014fce30190a3ffe3] | committer: Andreas Cadhalpun brstm: fix missing closing brace Signed-off-by: Andreas Cadhalpun (cherry picked from commit 1cb2331eca0dbde1bc63bc715a0e98771dda8b80) S

[FFmpeg-cvslog] ffmdec: reset packet_end in case of failure

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Sat Jan 2 16:27:02 2016 +0100| [33ad09205a9f41b0ab7ec6cc628ee08e40d906be] | committer: Andreas Cadhalpun ffmdec: reset packet_end in case of failure This fixes segmentation faults caused by passing a packet_ptr of NULL to memcpy. Reviewed-by

[FFmpeg-cvslog] dca: fix misaligned access in avpriv_dca_convert_bitstream

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Wed Jan 13 00:52:58 2016 +0100| [859a348e44d7f9f67c948a21aa3c5856de392ac5] | committer: Andreas Cadhalpun dca: fix misaligned access in avpriv_dca_convert_bitstream src and dst are only 8-bit-aligned, so accessing them as uint16_t causes SIGBU

[FFmpeg-cvslog] avformat/ipmovie: put video decoding_map_size into packet and use it in decoder

2016-01-27 Thread Paul B Mahol
ffmpeg | branch: release/2.5 | Paul B Mahol | Sun Nov 1 17:02:26 2015 +0100| [bf446993145ae2e3bb440292255dadc735675b72] | committer: Andreas Cadhalpun avformat/ipmovie: put video decoding_map_size into packet and use it in decoder The size of decoding map can differ from one calculated intern

[FFmpeg-cvslog] brstm: make sure an ADPC chunk was read for adpcm_thp

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Mon Jan 4 12:57:38 2016 +0100| [a90a7594a81eb891366412e677eacd95c4559361] | committer: Andreas Cadhalpun brstm: make sure an ADPC chunk was read for adpcm_thp This fixes NULL pointer dereferencing. Reviewed-by: Paul B Mahol Signed-off-by: A

[FFmpeg-cvslog] brstm: also allocate b->table in read_packet

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Mon Jan 4 12:53:20 2016 +0100| [ab13ba2ae83246d8fe498461b23a40374df5e552] | committer: Andreas Cadhalpun brstm: also allocate b->table in read_packet This fixes NULL pointer dereferencing if the codec is forced to adpcm_thp even though a diff

[FFmpeg-cvslog] ffmdec: reset packet_end in case of failure

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Sat Jan 2 16:27:02 2016 +0100| [3b535bbf88576ee0b8a439052514cbb9e89e56a2] | committer: Andreas Cadhalpun ffmdec: reset packet_end in case of failure This fixes segmentation faults caused by passing a packet_ptr of NULL to memcpy. Reviewed-by

[FFmpeg-cvslog] brstm: also allocate b->table in read_packet

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Mon Jan 4 12:53:20 2016 +0100| [cdedd71a7e1355c5d3a56302e11bf9ac05da6cd5] | committer: Andreas Cadhalpun brstm: also allocate b->table in read_packet This fixes NULL pointer dereferencing if the codec is forced to adpcm_thp even though a diff

[FFmpeg-cvslog] dca: fix misaligned access in avpriv_dca_convert_bitstream

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Wed Jan 13 00:52:58 2016 +0100| [873a0dfa26dfeda29f5f7539ffd1cd563ce5437c] | committer: Andreas Cadhalpun dca: fix misaligned access in avpriv_dca_convert_bitstream src and dst are only 8-bit-aligned, so accessing them as uint16_t causes SIGBU

[FFmpeg-cvslog] brstm: fix missing closing brace

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Mon Jan 4 13:44:16 2016 +0100| [f2fd5b9eb2677eddfe6c9be6b2235390476cfce6] | committer: Andreas Cadhalpun brstm: fix missing closing brace Signed-off-by: Andreas Cadhalpun (cherry picked from commit 1cb2331eca0dbde1bc63bc715a0e98771dda8b80) S

[FFmpeg-cvslog] brstm: make sure an ADPC chunk was read for adpcm_thp

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Mon Jan 4 12:57:38 2016 +0100| [20d4c087ed8c55ceab48814bd715983f88b411c3] | committer: Andreas Cadhalpun brstm: make sure an ADPC chunk was read for adpcm_thp This fixes NULL pointer dereferencing. Reviewed-by: Paul B Mahol Signed-off-by: A

[FFmpeg-cvslog] brstm: make sure an ADPC chunk was read for adpcm_thp

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Mon Jan 4 12:57:38 2016 +0100| [d5b1ea8c7aba51ab2e73a582d32d2f0dd33934a9] | committer: Andreas Cadhalpun brstm: make sure an ADPC chunk was read for adpcm_thp This fixes NULL pointer dereferencing. Reviewed-by: Paul B Mahol Signed-off-by: A

[FFmpeg-cvslog] mjpegdec: extend check for incompatible values of s->rgb and s->ls

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Thu Dec 31 16:55:43 2015 +0100| [46fcc2ba55df8ac2475d6977e8e220fcd5e5f169] | committer: Andreas Cadhalpun mjpegdec: extend check for incompatible values of s->rgb and s->ls This can happen if s->ls changes from 0 to 1, but picture allocation i

[FFmpeg-cvslog] brstm: fix missing closing brace

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.7 | Andreas Cadhalpun | Mon Jan 4 13:44:16 2016 +0100| [f106232e9405782fee6f7d74d9ecb564e280d132] | committer: Andreas Cadhalpun brstm: fix missing closing brace Signed-off-by: Andreas Cadhalpun (cherry picked from commit 1cb2331eca0dbde1bc63bc715a0e98771dda8b80) S

[FFmpeg-cvslog] ffmdec: reset packet_end in case of failure

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Sat Jan 2 16:27:02 2016 +0100| [eaba408421839bb2d385354aae12dc2520afbf04] | committer: Andreas Cadhalpun ffmdec: reset packet_end in case of failure This fixes segmentation faults caused by passing a packet_ptr of NULL to memcpy. Reviewed-by

[FFmpeg-cvslog] vorbisdec: reject rangebits 0 with non-0 partitions

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.7 | Andreas Cadhalpun | Sun Jan 3 19:11:24 2016 +0100| [6fe77207ed3bd11f604490eae11bffd5ed91e50f] | committer: Andreas Cadhalpun vorbisdec: reject rangebits 0 with non-0 partitions This causes non-unique elements in floor_setup->data.t1.list, which makes the stream

[FFmpeg-cvslog] vorbisdec: reject channel mapping with less than two channels

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Sun Jan 3 19:20:54 2016 +0100| [9dd768dc1e7e04736c18edf2db6fdc640575271e] | committer: Andreas Cadhalpun vorbisdec: reject channel mapping with less than two channels It causes the angle channel number to equal the magnitude channel number, w

[FFmpeg-cvslog] brstm: fix missing closing brace

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Mon Jan 4 13:44:16 2016 +0100| [e577e712a8a22571068f6d02177d067d67a21931] | committer: Andreas Cadhalpun brstm: fix missing closing brace Signed-off-by: Andreas Cadhalpun (cherry picked from commit 1cb2331eca0dbde1bc63bc715a0e98771dda8b80) S

[FFmpeg-cvslog] avcodec/samidec: make sure to properly restore parsing context after a tag

2016-01-27 Thread Clément Bœsch
ffmpeg | branch: release/2.4 | Clément Bœsch | Fri Mar 6 20:39:45 2015 +0100| [2b2943e1ef804d120e8aa58424d0c13ac1515c8b] | committer: Andreas Cadhalpun avcodec/samidec: make sure to properly restore parsing context after a tag (cherry picked from commit 70082a1e533deed6688938232e6e66abbd62b0f

[FFmpeg-cvslog] vorbisdec: reject rangebits 0 with non-0 partitions

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Sun Jan 3 19:11:24 2016 +0100| [bc4332b3fc493aeca9d885ebcd658ae1d417f246] | committer: Andreas Cadhalpun vorbisdec: reject rangebits 0 with non-0 partitions This causes non-unique elements in floor_setup->data.t1.list, which makes the stream

[FFmpeg-cvslog] vorbisdec: reject rangebits 0 with non-0 partitions

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Sun Jan 3 19:11:24 2016 +0100| [641a010157274c4986bf78112485ea3df006cd4e] | committer: Andreas Cadhalpun vorbisdec: reject rangebits 0 with non-0 partitions This causes non-unique elements in floor_setup->data.t1.list, which makes the stream

[FFmpeg-cvslog] brstm: also allocate b->table in read_packet

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.7 | Andreas Cadhalpun | Mon Jan 4 12:53:20 2016 +0100| [269a522aeccfe01422febaff99ccf02ec7a21268] | committer: Andreas Cadhalpun brstm: also allocate b->table in read_packet This fixes NULL pointer dereferencing if the codec is forced to adpcm_thp even though a diff

[FFmpeg-cvslog] dca: fix misaligned access in avpriv_dca_convert_bitstream

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.7 | Andreas Cadhalpun | Wed Jan 13 00:52:58 2016 +0100| [41157f6bfff364b82a47c260b99a43d9489311ff] | committer: Andreas Cadhalpun dca: fix misaligned access in avpriv_dca_convert_bitstream src and dst are only 8-bit-aligned, so accessing them as uint16_t causes SIGBU

[FFmpeg-cvslog] brstm: make sure an ADPC chunk was read for adpcm_thp

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.7 | Andreas Cadhalpun | Mon Jan 4 12:57:38 2016 +0100| [496c02a065bde5b1a0d6df9ebfcec462f672175d] | committer: Andreas Cadhalpun brstm: make sure an ADPC chunk was read for adpcm_thp This fixes NULL pointer dereferencing. Reviewed-by: Paul B Mahol Signed-off-by: A

[FFmpeg-cvslog] vorbisdec: reject channel mapping with less than two channels

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Sun Jan 3 19:20:54 2016 +0100| [b6fb6ccda40a3dd13784e4811ba7da1587fab64b] | committer: Andreas Cadhalpun vorbisdec: reject channel mapping with less than two channels It causes the angle channel number to equal the magnitude channel number, w

[FFmpeg-cvslog] avcodec/samidec: make sure to properly restore parsing context after a tag

2016-01-27 Thread Clément Bœsch
ffmpeg | branch: release/2.5 | Clément Bœsch | Fri Mar 6 20:39:45 2015 +0100| [1a65265131cda99717d0040b6c7e8c132fea82cd] | committer: Andreas Cadhalpun avcodec/samidec: make sure to properly restore parsing context after a tag (cherry picked from commit 70082a1e533deed6688938232e6e66abbd62b0f

[FFmpeg-cvslog] dca: fix misaligned access in avpriv_dca_convert_bitstream

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Wed Jan 13 00:52:58 2016 +0100| [1d8a6a46a30393608fa618472aeb48bc5e469db2] | committer: Andreas Cadhalpun dca: fix misaligned access in avpriv_dca_convert_bitstream src and dst are only 8-bit-aligned, so accessing them as uint16_t causes SIGBU

[FFmpeg-cvslog] avformat/ipmovie: put video decoding_map_size into packet and use it in decoder

2016-01-27 Thread Paul B Mahol
ffmpeg | branch: release/2.4 | Paul B Mahol | Sun Nov 1 17:02:26 2015 +0100| [a2667c60ecc3f1f037d996dc2ce8422dbef2e57b] | committer: Andreas Cadhalpun avformat/ipmovie: put video decoding_map_size into packet and use it in decoder The size of decoding map can differ from one calculated intern

[FFmpeg-cvslog] vorbisdec: reject rangebits 0 with non-0 partitions

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Sun Jan 3 19:11:24 2016 +0100| [b244e67f9cc6ec4ac180e189dc3b9a7518973a63] | committer: Andreas Cadhalpun vorbisdec: reject rangebits 0 with non-0 partitions This causes non-unique elements in floor_setup->data.t1.list, which makes the stream

[FFmpeg-cvslog] brstm: also allocate b->table in read_packet

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Mon Jan 4 12:53:20 2016 +0100| [95e52303da7e0f795fbee26714f83f8f895ffc1a] | committer: Andreas Cadhalpun brstm: also allocate b->table in read_packet This fixes NULL pointer dereferencing if the codec is forced to adpcm_thp even though a diff

[FFmpeg-cvslog] vorbisdec: reject channel mapping with less than two channels

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Sun Jan 3 19:20:54 2016 +0100| [7b6f04850610cbf6ef3a282423a89098ae02a57e] | committer: Andreas Cadhalpun vorbisdec: reject channel mapping with less than two channels It causes the angle channel number to equal the magnitude channel number, w

[FFmpeg-cvslog] avformat/ipmovie: put video decoding_map_size into packet and use it in decoder

2016-01-27 Thread Paul B Mahol
ffmpeg | branch: release/2.7 | Paul B Mahol | Sun Nov 1 17:02:26 2015 +0100| [0c03d860f49aca335f7977ab5c8997c2ba28992a] | committer: Andreas Cadhalpun avformat/ipmovie: put video decoding_map_size into packet and use it in decoder The size of decoding map can differ from one calculated intern

[FFmpeg-cvslog] vorbisdec: reject channel mapping with less than two channels

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.7 | Andreas Cadhalpun | Sun Jan 3 19:20:54 2016 +0100| [00a0c0fd75f270427970cf69f6729952987b9d36] | committer: Andreas Cadhalpun vorbisdec: reject channel mapping with less than two channels It causes the angle channel number to equal the magnitude channel number, w

[FFmpeg-cvslog] ffmdec: reset packet_end in case of failure

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.7 | Andreas Cadhalpun | Sat Jan 2 16:27:02 2016 +0100| [a21ec4e1ee5475000847572a35e19fad122acbe4] | committer: Andreas Cadhalpun ffmdec: reset packet_end in case of failure This fixes segmentation faults caused by passing a packet_ptr of NULL to memcpy. Reviewed-by

[FFmpeg-cvslog] qsvenc: Fix b_strategy typo

2016-01-27 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Wed Jan 27 23:49:41 2016 +| [02bd02da5f90536c676ad6d987a980c5a04dca2f] | committer: Derek Buitenhuis qsvenc: Fix b_strategy typo This was introduced in 0e6c8532215790bbe560a9eea4f3cc82bb55cf92. Signed-off-by: Derek Buitenhuis > http://git.vid

[FFmpeg-cvslog] FATE: update AAC encoder PNS test target

2016-01-27 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Wed Jan 27 23:55:24 2016 +| [925f145ace2e3f302c0380d6db0c040d805899fd] | committer: Rostislav Pehlivanov FATE: update AAC encoder PNS test target Test target hasn't been updated with the latest changes. Signed-off-by: Rostislav Pehlivanov

[FFmpeg-cvslog] avformat/ipmovie: put video decoding_map_size into packet and use it in decoder

2016-01-27 Thread Paul B Mahol
ffmpeg | branch: release/2.8 | Paul B Mahol | Sun Nov 1 17:02:26 2015 +0100| [7b0fb4fdf796619d33d10e83ae119996f562a0b1] | committer: Andreas Cadhalpun avformat/ipmovie: put video decoding_map_size into packet and use it in decoder The size of decoding map can differ from one calculated intern

[FFmpeg-cvslog] Merge commit '8375dc1dd101d51baa430f34c0bcadfa37873896'

2016-01-27 Thread Hendrik Leppkes
ffmpeg | branch: release/2.8 | Hendrik Leppkes | Sun Nov 29 15:32:39 2015 +0100| [2cd41c5d52307b4fff7d2626dca16663f269b2be] | committer: Andreas Cadhalpun Merge commit '8375dc1dd101d51baa430f34c0bcadfa37873896' * commit '8375dc1dd101d51baa430f34c0bcadfa37873896': asfdec: handle the case when

[FFmpeg-cvslog] asfdec_o: reject size > INT64_MAX in asf_read_unknown

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Tue Jan 5 13:20:11 2016 +0100| [407ab167c07c9afb4aa3518f850241fad0ac0df9] | committer: Andreas Cadhalpun asfdec_o: reject size > INT64_MAX in asf_read_unknown Both avio_skip and detect_unknown_subobject use int64_t for the size parameter. Th

[FFmpeg-cvslog] asfdec_o: check avio_skip in asf_read_simple_index

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Wed Jan 6 13:54:59 2016 +0100| [e188c267c8719943aa7f6d5ada2bedb452830c1f] | committer: Andreas Cadhalpun asfdec_o: check avio_skip in asf_read_simple_index The loop can be very long, even though the file is very short. Reviewed-by: Alexandra

[FFmpeg-cvslog] asfdec_o: make sure packet_size is non-zero before seeking

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Wed Jan 6 19:03:17 2016 +0100| [4679e543880ae6f316e00f480ca5a79f33eb1dc9] | committer: Andreas Cadhalpun asfdec_o: make sure packet_size is non-zero before seeking This fixes infinite loops due to seeking back. Reviewed-by: Alexandra Hájková

[FFmpeg-cvslog] asfdec_o: check for too small size in asf_read_unknown

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Wed Jan 6 19:21:49 2016 +0100| [d640bc75459d7e7ad7636ecc9a8f3cfd51fc6eb2] | committer: Andreas Cadhalpun asfdec_o: check for too small size in asf_read_unknown This fixes infinite loops due to seeking back. Reviewed-by: Alexandra Hájková Si

[FFmpeg-cvslog] asfdec_o: prevent overflow causing seekback

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Wed Jan 6 14:09:22 2016 +0100| [782257ba66e0b0f4b6fa006a5ca059773478ccf5] | committer: Andreas Cadhalpun asfdec_o: prevent overflow causing seekback This fixes infinite loops. Reviewed-by: Alexandra Hájková Signed-off-by: Andreas Cadhalpun

[FFmpeg-cvslog] asfdec_o: only set asf_pkt->data_size after sanity checks

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Tue Jan 5 13:06:51 2016 +0100| [d7fbd0366005b2d4abf06e97d623e078ccf3e160] | committer: Andreas Cadhalpun asfdec_o: only set asf_pkt->data_size after sanity checks Otherwise invalid values are used unchecked in the next run. This can cause NUL

[FFmpeg-cvslog] dca: fix misaligned access in avpriv_dca_convert_bitstream

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Wed Jan 13 00:52:58 2016 +0100| [1272b88d04574f20aa56e6bbefcdf1405f267401] | committer: Andreas Cadhalpun dca: fix misaligned access in avpriv_dca_convert_bitstream src and dst are only 8-bit-aligned, so accessing them as uint16_t causes SIGBU

[FFmpeg-cvslog] brstm: fix missing closing brace

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Mon Jan 4 13:44:16 2016 +0100| [cf99f0dd0fa24213f12943027055ab11968ea16c] | committer: Andreas Cadhalpun brstm: fix missing closing brace Signed-off-by: Andreas Cadhalpun (cherry picked from commit 1cb2331eca0dbde1bc63bc715a0e98771dda8b80) S

[FFmpeg-cvslog] vorbisdec: reject rangebits 0 with non-0 partitions

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Sun Jan 3 19:11:24 2016 +0100| [6ffaf40c02d378c1df8b7d048872f9ba685e42de] | committer: Andreas Cadhalpun vorbisdec: reject rangebits 0 with non-0 partitions This causes non-unique elements in floor_setup->data.t1.list, which makes the stream

[FFmpeg-cvslog] avformat/brstm: fix overflow

2016-01-27 Thread Paul B Mahol
ffmpeg | branch: release/2.8 | Paul B Mahol | Wed Sep 23 19:07:48 2015 +0200| [40ebeee3fc3516ede3709427e3b23c13a8a045fa] | committer: Andreas Cadhalpun avformat/brstm: fix overflow Signed-off-by: Paul B Mahol (cherry picked from commit 3441fef0f8bfcdfbad69b49b7fc526fcdb2185cd) Signed-off-by:

[FFmpeg-cvslog] brstm: also allocate b->table in read_packet

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Mon Jan 4 12:53:20 2016 +0100| [247bb203e4e280142beaebd4c9d6c1519a8f7fa0] | committer: Andreas Cadhalpun brstm: also allocate b->table in read_packet This fixes NULL pointer dereferencing if the codec is forced to adpcm_thp even though a diff

[FFmpeg-cvslog] asfdec_o: break if EOF is reached after asf_read_packet_header

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Wed Jan 6 18:44:33 2016 +0100| [93559adfbfd42c8fb05cd5dc2c7cde866d3dbe87] | committer: Andreas Cadhalpun asfdec_o: break if EOF is reached after asf_read_packet_header asf_read_payload can unset eof_reached, so check it also before calling th

[FFmpeg-cvslog] ffmdec: reset packet_end in case of failure

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Sat Jan 2 16:27:02 2016 +0100| [667a23a0324931a96cabd779269a0d6bccb449a2] | committer: Andreas Cadhalpun ffmdec: reset packet_end in case of failure This fixes segmentation faults caused by passing a packet_ptr of NULL to memcpy. Reviewed-by

[FFmpeg-cvslog] brstm: make sure an ADPC chunk was read for adpcm_thp

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Mon Jan 4 12:57:38 2016 +0100| [94b9e7caaea87a8caee587cf9123ec2e31aacf4b] | committer: Andreas Cadhalpun brstm: make sure an ADPC chunk was read for adpcm_thp This fixes NULL pointer dereferencing. Reviewed-by: Paul B Mahol Signed-off-by: A

[FFmpeg-cvslog] vorbisdec: reject channel mapping with less than two channels

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Sun Jan 3 19:20:54 2016 +0100| [e3d7796336c81d9690b3215d2497b1c0c1886552] | committer: Andreas Cadhalpun vorbisdec: reject channel mapping with less than two channels It causes the angle channel number to equal the magnitude channel number, w

[FFmpeg-cvslog] libavcodec/util: Fix timebase overflow check

2016-01-27 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Wed Jan 27 21:12:04 2016 +| [265ed6732fbde8a4082b2ba71fe3cd623f649bab] | committer: Derek Buitenhuis libavcodec/util: Fix timebase overflow check It could accidentally divide by zero if num was zero. Signed-off-by: Derek Buitenhuis > http://g

[FFmpeg-cvslog] configure: fix openssl pkg-config check

2016-01-27 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jan 27 17:56:35 2016 -0300| [09d5c28c3dc4cdde81185de3a9a015c62bea396a] | committer: James Almer configure: fix openssl pkg-config check Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=09d5c28c3dc4cdde81185de3a9

[FFmpeg-cvslog] configure: Revert recent changes to disable-everything

2016-01-27 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Wed Jan 27 20:32:12 2016 +| [cefad29df93ab88ebab584e6ee151d5339d9329f] | committer: Derek Buitenhuis configure: Revert recent changes to disable-everything These will be re-merged once it's been fixed properly. This reverts: * Commit '8e7bea6d

[FFmpeg-cvslog] avcodec/version: Add missing #endif

2016-01-27 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Wed Jan 27 20:27:25 2016 +| [5889bc16a4f62cd1d548acafbd446e87401cd5f8] | committer: Derek Buitenhuis avcodec/version: Add missing #endif Signed-off-by: Derek Buitenhuis > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5889bc16a4f62c

[FFmpeg-cvslog] lavc: Move b_frame_strategy and b_sensitivity to codec private options

2016-01-27 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Wed Sep 9 04:18:26 2015 +0200| [0e6c8532215790bbe560a9eea4f3cc82bb55cf92] | committer: Vittorio Giovara lavc: Move b_frame_strategy and b_sensitivity to codec private options The b_frame_strategy option is only used by mpegvideoenc, qsv, x264, and

[FFmpeg-cvslog] Merge commit '0e6c8532215790bbe560a9eea4f3cc82bb55cf92'

2016-01-27 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Wed Jan 27 20:18:04 2016 +| [2e9b995e4f7f6457a36331e66fb78a5676cd9b25] | committer: Derek Buitenhuis Merge commit '0e6c8532215790bbe560a9eea4f3cc82bb55cf92' * commit '0e6c8532215790bbe560a9eea4f3cc82bb55cf92' lavc: Move b_frame_strategy and b_

[FFmpeg-cvslog] Merge commit '55c7e5bf7c8d368c9bc60a219b04849ec9f4c84c'

2016-01-27 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Wed Jan 27 20:09:11 2016 +| [11e6f13a13302dae18a1a83dac72fd9df0a69139] | committer: Derek Buitenhuis Merge commit '55c7e5bf7c8d368c9bc60a219b04849ec9f4c84c' This is a NOOP. * commit '55c7e5bf7c8d368c9bc60a219b04849ec9f4c84c': riff: add C210 F

[FFmpeg-cvslog] riff: add YUYV FourCC (Drastic YUYV)

2016-01-27 Thread Piotr Bandurski
ffmpeg | branch: master | Piotr Bandurski | Wed Jan 20 11:56:29 2016 -0500| [7c4059ae1e965a44b6e3b8a77378084c6844a07d] | committer: Vittorio Giovara riff: add YUYV FourCC (Drastic YUYV) > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7c4059ae1e965a44b6e3b8a77378084c6844a07d --- l

[FFmpeg-cvslog] imgconvert: Add the proper API guards to a deprecated function

2016-01-27 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Tue Jan 19 16:09:52 2016 -0500| [d43a165bda0eae95f4c7a168c7d13d94966c1a09] | committer: Vittorio Giovara imgconvert: Add the proper API guards to a deprecated function > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d43a165bda0eae95f4c7a

[FFmpeg-cvslog] Merge commit 'd43a165bda0eae95f4c7a168c7d13d94966c1a09'

2016-01-27 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Wed Jan 27 20:06:01 2016 +| [e15e108885344b5cf8520a553ad93b742a95b6d3] | committer: Derek Buitenhuis Merge commit 'd43a165bda0eae95f4c7a168c7d13d94966c1a09' * commit 'd43a165bda0eae95f4c7a168c7d13d94966c1a09': imgconvert: Add the proper API gu

[FFmpeg-cvslog] riff: add C210 FourCC (Canopus C210)

2016-01-27 Thread Piotr Bandurski
ffmpeg | branch: master | Piotr Bandurski | Wed Jan 20 11:56:30 2016 -0500| [55c7e5bf7c8d368c9bc60a219b04849ec9f4c84c] | committer: Vittorio Giovara riff: add C210 FourCC (Canopus C210) > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=55c7e5bf7c8d368c9bc60a219b04849ec9f4c84c --- l

[FFmpeg-cvslog] Merge commit 'f7168d7016f7d1034ec90223fa91a90711704e11'

2016-01-27 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Wed Jan 27 20:02:01 2016 +| [fa6c7ccc20d3dc8f220af31f10a159e1b7a13b92] | committer: Derek Buitenhuis Merge commit 'f7168d7016f7d1034ec90223fa91a90711704e11' * commit 'f7168d7016f7d1034ec90223fa91a90711704e11': imgconvert: Move AVPicture-relate

[FFmpeg-cvslog] imgconvert: Move AVPicture-related static function to the deprecated section

2016-01-27 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Tue Jan 19 16:09:51 2016 -0500| [f7168d7016f7d1034ec90223fa91a90711704e11] | committer: Vittorio Giovara imgconvert: Move AVPicture-related static function to the deprecated section > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f7168d7

[FFmpeg-cvslog] imgconvert: Move the shrink functions only where needed

2016-01-27 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Tue Jan 19 16:09:50 2016 -0500| [892f037c55d86ce36f8705fbeab052189312a13e] | committer: Vittorio Giovara imgconvert: Move the shrink functions only where needed > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=892f037c55d86ce36f8705fbeab0

[FFmpeg-cvslog] Merge commit '892f037c55d86ce36f8705fbeab052189312a13e'

2016-01-27 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Wed Jan 27 19:58:35 2016 +| [fa48cd8814e790d837179f8336d129ea1c2f9f8c] | committer: Derek Buitenhuis Merge commit '892f037c55d86ce36f8705fbeab052189312a13e' * commit '892f037c55d86ce36f8705fbeab052189312a13e': imgconvert: Move the shrink funct

[FFmpeg-cvslog] Merge commit '9d3ea5cbf57e30bf2717a9ce64e858dad8a02aa6'

2016-01-27 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Wed Jan 27 19:56:44 2016 +| [54f49bd3781cde3a152772067531016219e4dcbc] | committer: Derek Buitenhuis Merge commit '9d3ea5cbf57e30bf2717a9ce64e858dad8a02aa6' * commit '9d3ea5cbf57e30bf2717a9ce64e858dad8a02aa6': imgconvert: Drop outdated comment

[FFmpeg-cvslog] imgconvert: Drop outdated comment block

2016-01-27 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Tue Jan 19 16:11:42 2016 -0500| [9d3ea5cbf57e30bf2717a9ce64e858dad8a02aa6] | committer: Vittorio Giovara imgconvert: Drop outdated comment block > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9d3ea5cbf57e30bf2717a9ce64e858dad8a02aa6 ---

[FFmpeg-cvslog] Merge commit '883ad2c59ceea1ced5495b5ccc83695ed4bbb94b'

2016-01-27 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Wed Jan 27 19:49:16 2016 +| [b3702b6b660edd2a60a351c3d51dd03b20710f99] | committer: Derek Buitenhuis Merge commit '883ad2c59ceea1ced5495b5ccc83695ed4bbb94b' This is a NOOP. Merged-by: Derek Buitenhuis > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] mov: Add an option to toggle dref opening

2016-01-27 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Wed Jan 20 17:27:09 2016 +| [65d29dd274a302131e2e4bc6d2b1eca4a093900c] | committer: Luca Barbato mov: Add an option to toggle dref opening This feature is mostly only used by NLE software, and is both of dubious value being enabled by default, a

[FFmpeg-cvslog] Merge commit '65d29dd274a302131e2e4bc6d2b1eca4a093900c'

2016-01-27 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Wed Jan 27 19:51:54 2016 +| [97d57424344fafd14a5893b33b205b974272a7a6] | committer: Derek Buitenhuis Merge commit '65d29dd274a302131e2e4bc6d2b1eca4a093900c' This is a NOOP. Merged-by: Derek Buitenhuis > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] configure: Improve requesting specific features

2016-01-27 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Sun Jan 17 07:58:53 2016 +0100| [8e7bea6dc6ac5b21484774a026847bec0771ab62] | committer: Luca Barbato configure: Improve requesting specific features Before this patch trying to enable only https by issuing --disable-protocols --enable-protocol=http

[FFmpeg-cvslog] Merge commit '8e7bea6dc6ac5b21484774a026847bec0771ab62'

2016-01-27 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Wed Jan 27 19:48:09 2016 +| [3de3937ecdd53821220cd8ae24409327c103a690] | committer: Derek Buitenhuis Merge commit '8e7bea6dc6ac5b21484774a026847bec0771ab62' Merged-by: Derek Buitenhuis > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] Merge commit 'e93aa2c9e7b3599aee6a5820760fc1a2c629dea0'

2016-01-27 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Wed Jan 27 19:52:48 2016 +| [3662e55943d3b3dd351eb683f5abfbca01952f5c] | committer: Derek Buitenhuis Merge commit 'e93aa2c9e7b3599aee6a5820760fc1a2c629dea0' Merged-by: Derek Buitenhuis > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] configure: Force-enable select_any dependencies only on --enable

2016-01-27 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Thu Jan 21 20:37:49 2016 +0100| [e93aa2c9e7b3599aee6a5820760fc1a2c629dea0] | committer: Luca Barbato configure: Force-enable select_any dependencies only on --enable Unbreak --enable-gnutls enabling tls_openssl_protocol Signed-off-by: Luca Barbato >

[FFmpeg-cvslog] fate: add 10-bit v210 encoder tests

2016-01-27 Thread James Darnley
ffmpeg | branch: master | James Darnley | Fri Jan 15 20:35:04 2016 +0100| [883ad2c59ceea1ced5495b5ccc83695ed4bbb94b] | committer: Luca Barbato fate: add 10-bit v210 encoder tests Signed-off-by: Luca Barbato > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=883ad2c59ceea1ced5495b5cc

[FFmpeg-cvslog] yuv2rgb: Document the color space coefficients

2016-01-27 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Tue Jan 19 17:10:59 2016 -0500| [e9175634ec96e36873929637491189150cfce9ec] | committer: Vittorio Giovara yuv2rgb: Document the color space coefficients Based on the original documentation found in mpeg2dec (1995). Signed-off-by: Vittorio Giovara

[FFmpeg-cvslog] lavc: Make sure that the effective timebase would not overflow

2016-01-27 Thread Arttu Ylä-Outinen
ffmpeg | branch: master | Arttu Ylä-Outinen | Mon Jan 18 20:54:34 2016 +0100| [7486418683bd242e03aab573cf846c12fb0d] | committer: Luca Barbato lavc: Make sure that the effective timebase would not overflow In the unlikely situation the user decides to set ticks_per_frame and timebase to a

[FFmpeg-cvslog] Merge commit '7486418683bd2477772e03aab573cf846c12fb0d'

2016-01-27 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Wed Jan 27 19:39:52 2016 +| [e87ace6246fc6528a9a8304abdb81858c70cefb7] | committer: Derek Buitenhuis Merge commit '7486418683bd242e03aab573cf846c12fb0d' Merged-by: Derek Buitenhuis > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] libkvazaar: Set frame rate as a rational number

2016-01-27 Thread Arttu Ylä-Outinen
ffmpeg | branch: master | Arttu Ylä-Outinen | Fri Jan 15 15:53:46 2016 +0200| [472d488ebcc53bea4cdb124edb94558e72d8f23f] | committer: Luca Barbato libkvazaar: Set frame rate as a rational number Updates libkvazaar to pass the exact frame rate to Kvazaar by setting the numerator and denominator

[FFmpeg-cvslog] Merge commit 'e9175634ec96e36873929637491189150cfce9ec'

2016-01-27 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Wed Jan 27 19:41:36 2016 +| [fafb18d1465496111b81af41e547111d1a1eecc1] | committer: Derek Buitenhuis Merge commit 'e9175634ec96e36873929637491189150cfce9ec' Merged-by: Derek Buitenhuis > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] Merge commit '472d488ebcc53bea4cdb124edb94558e72d8f23f'

2016-01-27 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Wed Jan 27 19:40:50 2016 +| [7daad5c441458a91c1c0d3edd6327010e92fcbc5] | committer: Derek Buitenhuis Merge commit '472d488ebcc53bea4cdb124edb94558e72d8f23f' Merged-by: Derek Buitenhuis > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] mathops: mips: Correctly enable loongson-specific assembly

2016-01-27 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Mon Jan 18 16:53:56 2016 +0100| [c4de754d4dac5ddae4d5a6f02798c0f560771921] | committer: Luca Barbato mathops: mips: Correctly enable loongson-specific assembly The code wrongly assumed that the instructions used are supported on mips64, while it is supp

[FFmpeg-cvslog] Merge commit 'c4de754d4dac5ddae4d5a6f02798c0f560771921'

2016-01-27 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Wed Jan 27 19:32:39 2016 +| [ba7d16a30353a7ff2833fd2ac2fbd3cd977d278f] | committer: Derek Buitenhuis Merge commit 'c4de754d4dac5ddae4d5a6f02798c0f560771921' This is a NOOP. Merged-by: Derek Buitenhuis > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] Merge commit 'e59708bb9d94f67381f19344b5e021591eb711bf'

2016-01-27 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Wed Jan 27 19:33:32 2016 +| [f97d2d210553d64dccdc07da1eb9923fb46c5fcc] | committer: Derek Buitenhuis Merge commit 'e59708bb9d94f67381f19344b5e021591eb711bf' Merged-by: Derek Buitenhuis > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] Merge commit '8fd361f53b3c17c1ae13a39e030c8fa3ab4d8f1f'

2016-01-27 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Wed Jan 27 19:30:08 2016 +| [bd7da0ae7b6b91b9a9b2ab5c67bf16d6d5bd28a7] | committer: Derek Buitenhuis Merge commit '8fd361f53b3c17c1ae13a39e030c8fa3ab4d8f1f' Merged-by: Derek Buitenhuis > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] configure: mips: Support both-endian compilers

2016-01-27 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Mon Jan 18 17:03:28 2016 +0100| [e59708bb9d94f67381f19344b5e021591eb711bf] | committer: Luca Barbato configure: mips: Support both-endian compilers Use mips{,64}eb to force big endian and mips{,64}el to force little endian. > http://git.videolan.org/gi

[FFmpeg-cvslog] configure: Use pkg-config to check for openssl

2016-01-27 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Fri Jan 15 18:09:48 2016 +0100| [8fd361f53b3c17c1ae13a39e030c8fa3ab4d8f1f] | committer: Luca Barbato configure: Use pkg-config to check for openssl > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8fd361f53b3c17c1ae13a39e030c8fa3ab4d8f1f ---

[FFmpeg-cvslog] lavc/mjpegdec: speed up scan data copy

2016-01-27 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Tue Jan 26 17:15:37 2016 +0100| [0d733ec3794d6854377ad0be159d9c1475edae01] | committer: Matthieu Bouron lavc/mjpegdec: speed up scan data copy > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0d733ec3794d6854377ad0be159d9c1475edae01 ---

[FFmpeg-cvslog] Merge commit 'e4eb13ca77624401ea7cef1ed6ad8e2d13fd2063'

2016-01-27 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Wed Jan 27 18:32:28 2016 +| [e5b5676c008552e7602789cc80c99887d2b33504] | committer: Derek Buitenhuis Merge commit 'e4eb13ca77624401ea7cef1ed6ad8e2d13fd2063' Merged-by: Derek Buitenhuis > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] flvdec: Add sanity checking of the last packet size

2016-01-27 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue Jan 19 10:04:32 2016 +0200| [e4eb13ca77624401ea7cef1ed6ad8e2d13fd2063] | committer: Martin Storsjö flvdec: Add sanity checking of the last packet size For http, this avoids spurious warnings about failed requests (e.g. HTTP error 416 Requested Ran

[FFmpeg-cvslog] Merge commit '09f4822e4eaf61513b9092414450f3ae920ccd9d'

2016-01-27 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Wed Jan 27 18:29:21 2016 +| [949d6dd51ce17c6ad62d257022ad9a75bc4cba73] | committer: Derek Buitenhuis Merge commit '09f4822e4eaf61513b9092414450f3ae920ccd9d' Merged-by: Derek Buitenhuis > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] flvdec: perform duration search just once

2016-01-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Aug 3 14:39:46 2012 +0200| [09f4822e4eaf61513b9092414450f3ae920ccd9d] | committer: Martin Storsjö flvdec: perform duration search just once When loading a truncated flv file, it would previously try to do a seek to the end of every packet re

[FFmpeg-cvslog] nutdec: only copy the header if it exists

2016-01-27 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Fri Dec 18 17:24:09 2015 +0100| [9cdddb93bb33c58a5d42239326bc5eae0067366a] | committer: Anton Khirnov nutdec: only copy the header if it exists Fixes runtime error: null pointer passed as argument 2, which is declared to never be null Signed-off-b

[FFmpeg-cvslog] x86: build: Group all encoder objects together

2016-01-27 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Jan 18 14:47:11 2016 +0100| [03ef89faf23c4851848208c9fe004cd9ef690cec] | committer: Diego Biurrun x86: build: Group all encoder objects together > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=03ef89faf23c4851848208c9fe004cd9ef690cec --

[FFmpeg-cvslog] Merge commit '03ef89faf23c4851848208c9fe004cd9ef690cec'

2016-01-27 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Wed Jan 27 18:27:19 2016 +| [d97a6193c323a2da96fa470c5f08d4f70f9636c6] | committer: Derek Buitenhuis Merge commit '03ef89faf23c4851848208c9fe004cd9ef690cec' Merged-by: Derek Buitenhuis > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

  1   2   >