[libav-commits] jvdec: Do not feed the decoder with known wrong data

2013-12-20 Thread Luca Barbato
Module: libav Branch: master Commit: 15739a9bd19a7d47ad8afb25348c684a3bdd6ef2 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Dec 13 03:07:57 2013 +0100 jvdec: Do not feed the decoder with known wrong data Still assume the size value is right

[libav-commits] flv: Use the correct type to hold the file offset

2013-12-20 Thread Luca Barbato
Module: libav Branch: master Commit: f412b2c9f3a7add0ab8021262ec4bad249347e30 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Dec 19 07:38:15 2013 +0100 flv: Use the correct type to hold the file offset --- libavformat/flvenc.c |2 +- 1

[libav-commits] mms: Remove non-utf8 characters

2013-12-25 Thread Luca Barbato
Module: libav Branch: master Commit: 1716b4c7b888a00380b36d3a49f725e6a243ed18 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Dec 16 06:40:24 2013 +0100 mms: Remove non-utf8 characters Certain softwares get badly confused. Signed-off

[libav-commits] h264: namespace the decode function

2013-12-28 Thread Luca Barbato
Module: libav Branch: master Commit: 4d2bb289318cce3fd1f6fded4468cc26f9d5c55e Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Dec 27 07:48:13 2013 +0100 h264: namespace the decode function Make much easier debugging. --- libavcodec/h264.c

[libav-commits] ffv1: Assume bitdepth 0 means 8bit

2014-01-05 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 2656036757227148a442d9c0934ee49bb97a31d1 Author:Luca Barbato lu_z...@gentoo.org Committer: Reinhard Tartler siret...@tauware.de Date: Sun Oct 13 15:34:47 2013 +0200 ffv1: Assume bitdepth 0 means 8bit CC: libav-sta...@libav.org Reported-by: debian

[libav-commits] indeo4: Check the block size if reusing the band configuration

2014-01-05 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 0358a099f8abe60230dc2e5bec59bfceb7d1be07 Author:Luca Barbato lu_z...@gentoo.org Committer: Reinhard Tartler siret...@tauware.de Date: Fri Oct 11 10:51:53 2013 +0200 indeo4: Check the block size if reusing the band configuration Sample-Id

[libav-commits] prores: Reject negative run and level values

2014-01-05 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 1d7a453dcfe4edae7d08aed0bed5ccd993409d42 Author:Luca Barbato lu_z...@gentoo.org Committer: Reinhard Tartler siret...@tauware.de Date: Thu Oct 10 21:02:10 2013 +0200 prores: Reject negative run and level values Sample-Id: 0611-google Reported

[libav-commits] indeo4: Check the inherited quant_mat

2014-01-05 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 03457cabd618d4de3e64cb890af268fd67b83aec Author:Luca Barbato lu_z...@gentoo.org Committer: Reinhard Tartler siret...@tauware.de Date: Fri Oct 11 11:34:03 2013 +0200 indeo4: Check the inherited quant_mat Invalidate it if not supported. Sample-Id

[libav-commits] mpegvideo: Drop a faulty assert

2014-01-05 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 0e8ae6d10c609bb968c141aa2436413a55852590 Author:Luca Barbato lu_z...@gentoo.org Committer: Reinhard Tartler siret...@tauware.de Date: Tue Oct 22 19:17:10 2013 +0200 mpegvideo: Drop a faulty assert That check is easily reachable by faulty input

[libav-commits] avi: properly fail if the dv demuxer is missing

2014-01-05 Thread Luca Barbato
Module: libav Branch: release/9 Commit: e361fde8b011bcd556057f949e984f58bfdaa974 Author:Luca Barbato lu_z...@gentoo.org Committer: Reinhard Tartler siret...@tauware.de Date: Tue Aug 6 01:39:07 2013 +0200 avi: properly fail if the dv demuxer is missing CC: libav-sta...@libav.org

[libav-commits] avio: Use AVERROR_PROTOCOL_NOT_FOUND

2014-01-05 Thread Luca Barbato
Module: libav Branch: release/9 Commit: d6d2617d07fcb25665543a3b7300ef17facaa809 Author:Luca Barbato lu_z...@gentoo.org Committer: Reinhard Tartler siret...@tauware.de Date: Sun Oct 20 22:01:54 2013 +0200 avio: Use AVERROR_PROTOCOL_NOT_FOUND When the protocol is missing ffurl_alloc

[libav-commits] avi: directly resync on DV in AVI read failure

2014-01-05 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 61057f4604eb909ac2b37f08c7d2b0ed758fd4bf Author:Luca Barbato lu_z...@gentoo.org Committer: Reinhard Tartler siret...@tauware.de Date: Tue Aug 6 03:52:48 2013 +0200 avi: directly resync on DV in AVI read failure Reported-by: Mateusz j00ru Jurczyk

[libav-commits] shorten: Extend fixed_coeffs to properly support pred_order 0

2014-01-05 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 5bbee02ae04f3c49ae7f76f510fb1702761c0f15 Author:Luca Barbato lu_z...@gentoo.org Committer: Reinhard Tartler siret...@tauware.de Date: Wed Sep 4 19:26:36 2013 +0200 shorten: Extend fixed_coeffs to properly support pred_order 0 Reported

[libav-commits] prores: Add a codepath for decoding errors

2014-01-05 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 65830277d2d2ee3658e1f070a61044fff261ed3e Author:Luca Barbato lu_z...@gentoo.org Committer: Derek Buitenhuis derek.buitenh...@gmail.com Date: Thu Oct 10 08:40:39 2013 +0200 prores: Add a codepath for decoding errors (cherry picked from commit

[libav-commits] drawtext: Drop pointless header

2014-01-06 Thread Luca Barbato
Module: libav Branch: master Commit: d68dc3c9446e38b4d686cc0f55433c9e8d7c128b Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Jan 5 12:30:45 2014 +0100 drawtext: Drop pointless header It should be forward compatible with newer freetype

[libav-commits] configure: Update freetype check to follow upstream

2014-01-06 Thread Luca Barbato
Module: libav Branch: master Commit: e61b8fa5605b16a02a2a0ea75afbfc31d7832bba Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Dec 21 17:59:59 2013 +0100 configure: Update freetype check to follow upstream The freetype tutorial suggests to use

[libav-commits] prores: Error out only on surely incomplete ac_coeffs

2014-01-13 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 9aa22918c258bfe8ee0769fe158d41a344e3178a Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Oct 10 10:26:31 2013 +0200 prores: Error out only on surely incomplete ac_coeffs (cherry picked from commit

[libav-commits] mxf: Do not use int to check the seek position

2014-01-14 Thread Luca Barbato
Module: libav Branch: master Commit: 42f9132218ca11a8e9a3c82a175b46bca092113e Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Jan 7 21:26:14 2014 +0100 mxf: Do not use int to check the seek position Overly large files are to be expected

[libav-commits] mxf: Drop unnecessary checks

2014-01-14 Thread Luca Barbato
Module: libav Branch: master Commit: f5fbbbc022f723d3ccf99afd5d658a977b51c08a Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Jan 7 21:56:33 2014 +0100 mxf: Drop unnecessary checks av_reallocp_array does the check already. --- libavformat

[libav-commits] mxf: Use av_malloc_array

2014-01-14 Thread Luca Barbato
Module: libav Branch: master Commit: 1a4e4ad0e0c5486dcab05e54b587672a498dd7cf Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Jan 7 23:54:09 2014 +0100 mxf: Use av_malloc_array --- libavformat/mxfdec.c | 14 +++--- 1 file changed

[libav-commits] doxy: Document better the available AVFrame flags

2014-01-17 Thread Luca Barbato
Module: libav Branch: master Commit: 045654f422e74be8ed09a0819d39051d67633a09 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Jan 16 01:04:57 2014 +0100 doxy: Document better the available AVFrame flags --- libavutil/frame.h | 12

[libav-commits] doxy: Add AVFrame to the structured modules

2014-01-17 Thread Luca Barbato
Module: libav Branch: master Commit: ff23c4e4935e96e62d8ff2212a1955a43add88e1 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Jan 16 01:04:35 2014 +0100 doxy: Add AVFrame to the structured modules --- libavutil/frame.h | 19

[libav-commits] hevc: Use uint64 to check for tile dimensions

2014-01-21 Thread Luca Barbato
Module: libav Branch: master Commit: b37e796082b2d787aff3cd5631bb89c4fd374708 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Jan 11 03:20:45 2014 +0100 hevc: Use uint64 to check for tile dimensions And use unsigned datatypes. Otherwise

[libav-commits] hevc: Bound check cu_qp_delta

2014-01-21 Thread Luca Barbato
Module: libav Branch: master Commit: e22ebd04bcab7f86548794556c28ecca46d9c2ac Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Jan 11 20:13:20 2014 +0100 hevc: Bound check cu_qp_delta The T-REC-H.265-2013044 page 91 states it has

[libav-commits] hevc: Bound check slice_qp

2014-01-21 Thread Luca Barbato
Module: libav Branch: master Commit: 0d999333f96a34903448579bf13a3209deaee9da Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Jan 11 20:13:20 2014 +0100 hevc: Bound check slice_qp The T-REC-H.265-2013044 page 79 states it has

[libav-commits] hevc: Prevent some integer overflows

2014-01-21 Thread Luca Barbato
Module: libav Branch: master Commit: 838740e6420538ad45982da6b1d3aa3ae91307f5 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Jan 11 12:33:42 2014 +0100 hevc: Prevent some integer overflows get_ue_golomb_long() returns an unsigned. Sample-Id

[libav-commits] get_bits: change the failure condition in init_get_bits

2014-01-24 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: a89acaa0b0dbf463a4a60499421e770608a23903 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Jan 20 05:10:32 2013 +0100 get_bits: change the failure condition in init_get_bits Too much code relies

[libav-commits] consulting: State that donations are also accepted

2014-01-28 Thread Luca Barbato
Module: libav.org Branch: master Commit: 2c1404389a4b3265ea0220434dcb049d9f843212 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Jan 26 23:52:38 2014 +0100 consulting: State that donations are also accepted --- src/consulting |7

[libav-commits] projects: Add avaneya

2014-01-28 Thread Luca Barbato
Module: libav.org Branch: master Commit: b44d4b10825df3653f4aaffe7434a69109225f87 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Nov 30 23:29:29 2013 +0100 projects: Add avaneya --- src/projects |1 + 1 file changed, 1 insertion

[libav-commits] avi: directly resync on DV in AVI read failure

2014-02-01 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 976a7b72a3f51c18fee573985987bdcdd445af0d Author:Luca Barbato lu_z...@gentoo.org Committer: Reinhard Tartler siret...@tauware.de Date: Tue Aug 6 03:52:48 2013 +0200 avi: directly resync on DV in AVI read failure Reported-by: Mateusz j00ru

[libav-commits] hevc: Reject impossible slice segment

2014-02-01 Thread Luca Barbato
Module: libav Branch: master Commit: 816e5b997028c8215c804b1e58b2388592ed612b Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Jan 11 11:32:07 2014 +0100 hevc: Reject impossible slice segment A dependent slice cannot have address 0. Prevent

[libav-commits] mxf: Handle negative edit_rate

2014-02-01 Thread Luca Barbato
Module: libav Branch: master Commit: 7d56f2fffc14ad02001ee0689bee76a759da9ede Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Jan 8 01:20:00 2014 +0100 mxf: Handle negative edit_rate Default to 1/25. --- libavformat/mxfdec.c |9

[libav-commits] hevc: Consider first quantization group any reference to 0, 0

2014-02-01 Thread Luca Barbato
Module: libav Branch: master Commit: 09e2203b8ba6943d5c0fe6d73b65b145c3fdf98e Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Jan 11 04:22:50 2014 +0100 hevc: Consider first quantization group any reference to 0, 0 According to my

[libav-commits] vmnc: Check the cursor dimensions

2014-02-01 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 4b24eb1a03f2076f177a1f37521175dab7039320 Author:Luca Barbato lu_z...@gentoo.org Committer: Sean McGovern gsean...@gmail.com Date: Wed Oct 9 05:51:20 2013 +0200 vmnc: Check the cursor dimensions And manage the reallocation failure path. Reported

[libav-commits] vmnc: KR formatting cosmetics

2014-02-01 Thread Luca Barbato
Module: libav Branch: release/9 Commit: f1476459b7013d306eb911573f1dc81e74ccd082 Author:Luca Barbato lu_z...@gentoo.org Committer: Sean McGovern gsean...@gmail.com Date: Wed Oct 9 12:58:42 2013 +0200 vmnc: KR formatting cosmetics Signed-off-by: Diego Biurrun di...@biurrun.de

[libav-commits] cavs: Check for negative cbp

2014-02-01 Thread Luca Barbato
Module: libav Branch: release/9 Commit: c85e5f13f6ac9c4c90125e7671d89009e57f9df9 Author:Luca Barbato lu_z...@gentoo.org Committer: Sean McGovern gsean...@gmail.com Date: Sun Oct 13 03:30:06 2013 +0200 cavs: Check for negative cbp Sample-Id: 0647-google Reported-by: Mateusz j00ru

[libav-commits] vmnc: Port to bytestream2

2014-02-01 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 9f9e773881cf8a799e9021157edc18027c05b358 Author:Luca Barbato lu_z...@gentoo.org Committer: Sean McGovern gsean...@gmail.com Date: Wed Oct 9 05:13:59 2013 +0200 vmnc: Port to bytestream2 Fix some buffer overreads. Reported-by: Mateusz j00ru

[libav-commits] avi: DV in AVI must be considered single stream

2014-02-01 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 3485a07977f17b8d4709fb327be4fc29031032b7 Author:Luca Barbato lu_z...@gentoo.org Committer: Sean McGovern gsean...@gmail.com Date: Tue Aug 6 03:38:12 2013 +0200 avi: DV in AVI must be considered single stream Reported-by: Mateusz j00ru Jurczyk

[libav-commits] avi: DV in AVI must be considered single stream

2014-02-02 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 2c0bfce4cb2d92f6add16fa09737865417fd226b Author:Luca Barbato lu_z...@gentoo.org Committer: Reinhard Tartler siret...@tauware.de Date: Tue Aug 6 03:38:12 2013 +0200 avi: DV in AVI must be considered single stream Reported-by: Mateusz j00ru

[libav-commits] cavs: Check for negative cbp

2014-02-02 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: e964207e6c17c358b5a42d281f0da740044c240c Author:Luca Barbato lu_z...@gentoo.org Committer: Reinhard Tartler siret...@tauware.de Date: Sun Oct 13 03:30:06 2013 +0200 cavs: Check for negative cbp Sample-Id: 0647-google Reported-by: Mateusz

[libav-commits] lavf: improve handling of sparse streams when muxing

2014-02-04 Thread Luca Barbato
Module: libav Branch: master Commit: d9ae1031f5edbd25c8526b4cb51aba66d3bee931 Author:Luca Barbato lu_z...@gentoo.org Committer: Anton Khirnov an...@khirnov.net Date: Mon Jan 20 13:28:37 2014 +0100 lavf: improve handling of sparse streams when muxing Currently

[libav-commits] doxy: Format @code blocks so they render properly

2014-02-04 Thread Luca Barbato
Module: libav Branch: master Commit: 9ecb858775483a76c137e8e1ad45a95e318bca61 Author:Luca Barbato lu_z...@gentoo.org Committer: Anton Khirnov an...@khirnov.net Date: Mon Dec 16 01:39:30 2013 +0100 doxy: Format @code blocks so they render properly @code command reports verbatim

[libav-commits] hevc: Conceal zero td

2014-02-09 Thread Luca Barbato
Module: libav Branch: master Commit: 246d3bf0ec93dd21069f9352ed4909aec334cd4d Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Feb 8 06:10:27 2014 +0100 hevc: Conceal zero td It was done only in check_mvset(), while mv_scale() is called also

[libav-commits] template: Use the correct doctype

2014-02-12 Thread Luca Barbato
Module: libav.org Branch: master Commit: 133785d8bffda16b959cf57b5af370e91c0de7c7 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Jan 29 15:21:55 2014 +0100 template: Use the correct doctype We are using html5. --- src/template_head1

[libav-commits] news: Fix some small mistakes

2014-02-12 Thread Luca Barbato
Module: libav.org Branch: master Commit: e42e1766dc3d60a569f2e120278cc2bc6d65bae6 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Jan 29 15:27:22 2014 +0100 news: Fix some small mistakes --- src/news |4 ++-- 1 file changed, 2

[libav-commits] header: Link the Planet

2014-02-12 Thread Luca Barbato
Module: libav.org Branch: master Commit: 627cbee2800b8e707c2b961ecad91f6868e7257a Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Jan 30 11:55:33 2014 +0100 header: Link the Planet --- src/template_head2 |1 + 1 file changed, 1

[libav-commits] h264: Refactor ff_h264_decode_ref_pic_list_reordering

2014-02-13 Thread Luca Barbato
Module: libav Branch: master Commit: f8c507f44b4c994895fc7ad954f009f61de69b1c Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Feb 13 15:31:57 2014 +0100 h264: Refactor ff_h264_decode_ref_pic_list_reordering In preparation for MVC support

[libav-commits] h264: fix slice_type value reported in decode_slice_header()

2014-02-18 Thread Luca Barbato
Module: libav Branch: master Commit: 96f9fbe10933944b3eba86efa1d1ca094f2c28f8 Author:Luca Barbato lu_z...@gentoo.org Committer: Vittorio Giovara vittorio.giov...@gmail.com Date: Tue Feb 18 23:47:32 2014 +0100 h264: fix slice_type value reported in decode_slice_header() Signed-off

[libav-commits] h264: informative error reporting in decode_slice_header()

2014-02-18 Thread Luca Barbato
Module: libav Branch: master Commit: fea6db064b00822af488db93f0f8b19f25cae515 Author:Luca Barbato lu_z...@gentoo.org Committer: Vittorio Giovara vittorio.giov...@gmail.com Date: Tue Feb 18 23:47:55 2014 +0100 h264: informative error reporting in decode_slice_header() Signed-off

[libav-commits] bugreports: Make apparent where the bugtracker is

2014-02-19 Thread Luca Barbato
Module: libav.org Branch: master Commit: 5d1bc016b771898f5ebd799e551be11be14b1301 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Feb 19 11:43:34 2014 +0100 bugreports: Make apparent where the bugtracker is --- src/bugreports |5

[libav-commits] hevc: Always consider VLC NALU type mismatch fatal

2014-02-19 Thread Luca Barbato
Module: libav Branch: master Commit: 521726ff577ca80b399d1abb687e3e1fd4840e4a Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Feb 18 23:58:59 2014 +0100 hevc: Always consider VLC NALU type mismatch fatal Sample-Id: 1667-google Reported

[libav-commits] hevc: Mention the missing SPS in the error message

2014-02-19 Thread Luca Barbato
Module: libav Branch: master Commit: 175e5063320f585118a5461f15dbacf2ce17e97d Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Feb 18 23:55:29 2014 +0100 hevc: Mention the missing SPS in the error message --- libavcodec/hevc_ps.c |2

[libav-commits] doc: Name the MOV muxer as it should be called

2014-02-19 Thread Luca Barbato
Module: libav Branch: master Commit: 93632a70f9ac2cb2ebf0e69d21fdfaae68ff02fd Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Feb 18 21:57:12 2014 +0100 doc: Name the MOV muxer as it should be called The section name is the muxer

[libav-commits] doc: Sort the muxer documentation

2014-02-19 Thread Luca Barbato
Module: libav Branch: master Commit: a7b3216cbdc7796a9d14cd22a863fae3556098ba Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Feb 18 17:12:30 2014 +0100 doc: Sort the muxer documentation Keep the sections alphabetically sorted. --- doc

[libav-commits] configure: Add usan to the toolchain presets

2014-02-20 Thread Luca Barbato
Module: libav Branch: master Commit: d6a27f885b5d4cba7a82e50af423c741d2f37c3e Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Feb 19 20:20:39 2014 +0100 configure: Add usan to the toolchain presets clang-3.4 and gcc-4.9 have

[libav-commits] avconv: Do not divide by zero

2014-02-20 Thread Luca Barbato
Module: libav Branch: master Commit: 5c79d2e12d13959fc6aed92d102c25194a06de05 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Feb 19 21:41:12 2014 +0100 avconv: Do not divide by zero --- avconv.c | 10 +++--- 1 file changed, 7

[libav-commits] h264: Fix a typo from the previous commit

2014-02-22 Thread Luca Barbato
Module: libav Branch: master Commit: d922c5a5fbaf0b6c73bd8c81ae059bc6e406961c Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Feb 22 11:19:03 2014 +0100 h264: Fix a typo from the previous commit f777504f640260337974848c7d5d7a3f064bbb45

[libav-commits] hevc: Do not left shift a negative value in hevc_loop_filter_chroma

2014-02-23 Thread Luca Barbato
Module: libav Branch: master Commit: 8eeacf31c5ea37baf6b222dc38d20cf4fd33c455 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Feb 19 21:56:35 2014 +0100 hevc: Do not left shift a negative value in hevc_loop_filter_chroma --- libavcodec

[libav-commits] hevc: Do not right shift a negative value in get_pcm

2014-02-23 Thread Luca Barbato
Module: libav Branch: master Commit: ff486c0f7f6b2ace3f0238660bc06cc35b389676 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Feb 19 22:21:43 2014 +0100 hevc: Do not right shift a negative value in get_pcm --- libavcodec/hevc_filter.c

[libav-commits] hevc: Drop unnecessary shifts in deblocking_filter_CTB

2014-02-23 Thread Luca Barbato
Module: libav Branch: master Commit: 50c988aa6d6c6f0ceb8f922bcea34800b56b85d9 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Feb 19 20:38:53 2014 +0100 hevc: Drop unnecessary shifts in deblocking_filter_CTB beta_offset is pre-multiplied by 2

[libav-commits] parser: KR formatting cosmetics

2014-02-25 Thread Luca Barbato
Module: libav Branch: master Commit: a1c699659d56b76c0bf399307f642c6fd6d28281 Author:Luca Barbato lu_z...@gentoo.org Committer: Diego Biurrun di...@biurrun.de Date: Sun Feb 23 23:59:25 2014 +0100 parser: KR formatting cosmetics Signed-off-by: Diego Biurrun di...@biurrun.de

[libav-commits] h264: Fix a typo from the previous commit

2014-02-28 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 8883b5f85bfe35509633bc590d19b6a1b495690e Author:Luca Barbato lu_z...@gentoo.org Committer: Reinhard Tartler siret...@tauware.de Date: Sat Feb 22 11:19:03 2014 +0100 h264: Fix a typo from the previous commit

[libav-commits] h264: Fix a typo from the previous commit

2014-03-01 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 4279e0e8d09a3e988d38d550265e4c94402b72b0 Author:Luca Barbato lu_z...@gentoo.org Committer: Reinhard Tartler siret...@tauware.de Date: Sat Feb 22 11:19:03 2014 +0100 h264: Fix a typo from the previous commit

[libav-commits] hevc: Mention the missing SPS in the error message

2014-03-02 Thread Luca Barbato
Module: libav Branch: release/10 Commit: 646c564de545d808465e231dfcec60539654de2c Author:Luca Barbato lu_z...@gentoo.org Committer: Reinhard Tartler siret...@tauware.de Date: Tue Feb 18 23:55:29 2014 +0100 hevc: Mention the missing SPS in the error message (cherry picked from commit

[libav-commits] parser: KR formatting cosmetics

2014-03-02 Thread Luca Barbato
Module: libav Branch: release/10 Commit: 437179e9c89e8b273cb79563838e0ec92f59a193 Author:Luca Barbato lu_z...@gentoo.org Committer: Reinhard Tartler siret...@tauware.de Date: Sun Feb 23 23:59:25 2014 +0100 parser: KR formatting cosmetics Signed-off-by: Diego Biurrun di...@biurrun.de

[libav-commits] doc: Sort the muxer documentation

2014-03-02 Thread Luca Barbato
Module: libav Branch: release/10 Commit: affc7687d33af4111febdadbeee450e4db9af89e Author:Luca Barbato lu_z...@gentoo.org Committer: Reinhard Tartler siret...@tauware.de Date: Tue Feb 18 17:12:30 2014 +0100 doc: Sort the muxer documentation Keep the sections alphabetically sorted

[libav-commits] hevc: Always consider VLC NALU type mismatch fatal

2014-03-02 Thread Luca Barbato
Module: libav Branch: release/10 Commit: 9b6ccf0f243c5764e3889126f5e8316d48667284 Author:Luca Barbato lu_z...@gentoo.org Committer: Reinhard Tartler siret...@tauware.de Date: Tue Feb 18 23:58:59 2014 +0100 hevc: Always consider VLC NALU type mismatch fatal Sample-Id: 1667-google

[libav-commits] avconv: Do not divide by zero

2014-03-02 Thread Luca Barbato
Module: libav Branch: release/10 Commit: bc2c9a479aee3bed3dcb06245a008c93a01672c5 Author:Luca Barbato lu_z...@gentoo.org Committer: Reinhard Tartler siret...@tauware.de Date: Wed Feb 19 21:41:12 2014 +0100 avconv: Do not divide by zero (cherry picked from commit

[libav-commits] h264: Fix a typo from the previous commit

2014-03-02 Thread Luca Barbato
Module: libav Branch: release/10 Commit: de187e3e9ec4803575deb1c293ccad84d2a88da8 Author:Luca Barbato lu_z...@gentoo.org Committer: Reinhard Tartler siret...@tauware.de Date: Sat Feb 22 11:19:03 2014 +0100 h264: Fix a typo from the previous commit

[libav-commits] doc: Name the MOV muxer as it should be called

2014-03-02 Thread Luca Barbato
Module: libav Branch: release/10 Commit: 1853d8bb7a50a19f9abdd59f130b4cf954684f90 Author:Luca Barbato lu_z...@gentoo.org Committer: Reinhard Tartler siret...@tauware.de Date: Tue Feb 18 21:57:12 2014 +0100 doc: Name the MOV muxer as it should be called The section name is the muxer

[libav-commits] avfilter: Add missing emms_c when needed

2014-03-05 Thread Luca Barbato
Module: libav Branch: master Commit: e995cf1bccc6e91bbaa6a8771e23fb3ab259c110 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Mar 5 10:41:33 2014 +0100 avfilter: Add missing emms_c when needed Arch specific calls should have an emms_c

[libav-commits] mxf: Return meaningful errors

2014-03-06 Thread Luca Barbato
Module: libav Branch: master Commit: 5b977c1d4fd99f325049d48fb8f0a3240d50eef8 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Jan 8 01:51:48 2014 +0100 mxf: Return meaningful errors --- libavformat/mxfdec.c | 21 - 1

[libav-commits] configure: Use the right pkgconf file for openjpeg

2014-03-10 Thread Luca Barbato
Module: libav Branch: master Commit: 4a8562394b685e83ae4a38a93eef43625755a231 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Mar 10 11:48:04 2014 +0100 configure: Use the right pkgconf file for openjpeg The current release of version 1 uses

[libav-commits] hevc: Use get_se_golomb_long

2014-03-10 Thread Luca Barbato
Module: libav Branch: master Commit: ee17be3fdd37f63f4b77676820e387858908b0f4 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Mar 10 10:59:48 2014 +0100 hevc: Use get_se_golomb_long Do not use inline functions that refer to tables present

[libav-commits] golomb: Add a get_se_golomb_long

2014-03-10 Thread Luca Barbato
Module: libav Branch: release/10 Commit: 6d7ab09788bdafffb3f3fc4f7feb262eb8cdf0b1 Author:Luca Barbato lu_z...@gentoo.org Committer: Reinhard Tartler siret...@tauware.de Date: Mon Mar 10 10:57:51 2014 +0100 golomb: Add a get_se_golomb_long Useful in libavformat mostly. (cherry picked

[libav-commits] configure: Use the right pkgconf file for openjpeg

2014-03-10 Thread Luca Barbato
Module: libav Branch: release/10 Commit: 2c5e1d0933facc20c6926a788cce05d3e6cad149 Author:Luca Barbato lu_z...@gentoo.org Committer: Reinhard Tartler siret...@tauware.de Date: Mon Mar 10 11:48:04 2014 +0100 configure: Use the right pkgconf file for openjpeg The current release

[libav-commits] configure: Document --pkg-config option

2014-03-11 Thread Luca Barbato
Module: libav Branch: master Commit: 5926603ad65e5fd4fefe8f0d72c381059f71cd59 Author:Luca Barbato lu_z...@gentoo.org Committer: Diego Biurrun di...@biurrun.de Date: Tue Mar 11 19:12:05 2014 +0100 configure: Document --pkg-config option --- configure |1 + 1 file changed, 1

[libav-commits] avformat: Report the duration analysis reached

2014-03-11 Thread Luca Barbato
Module: libav Branch: master Commit: db9d39b4b5e5a3c20aeecf787ddeadd88f4906cf Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Mar 11 13:41:18 2014 +0100 avformat: Report the duration analysis reached --- libavformat/utils.c |3 ++- 1

[libav-commits] configure: Provide --pkg-config-flags

2014-03-11 Thread Luca Barbato
Module: libav Branch: master Commit: 390acbea0697a60300f249602dbf701e04274693 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Jan 20 11:17:45 2014 +0100 configure: Provide --pkg-config-flags Should be used only to pass extra flags to pkgconf

[libav-commits] http: Drop doxy comments

2014-03-11 Thread Luca Barbato
Module: libav Branch: master Commit: 78b21c1d7177e1d61ad3c9225f67699da089aa7c Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Mar 10 17:53:51 2014 +0100 http: Drop doxy comments --- libavformat/http.c | 16 +++- 1 file changed

[libav-commits] http: KR formatting cosmetics

2014-03-11 Thread Luca Barbato
Module: libav Branch: master Commit: 7a2fddb4480121712df560cf619c1c3566cae3ff Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Mar 10 18:02:09 2014 +0100 http: KR formatting cosmetics --- libavformat/http.c | 32

[libav-commits] http: Return meaningful error codes

2014-03-11 Thread Luca Barbato
Module: libav Branch: master Commit: 55a215ba63d9fa79cd7ee265ee2e777ee86b200c Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Mar 10 17:17:25 2014 +0100 http: Return meaningful error codes --- libavformat/http.c | 12 ++-- 1 file

[libav-commits] http: Add support reading ICY metadata

2014-03-11 Thread Luca Barbato
Module: libav Branch: master Commit: 8075c3d8bb1f6aade0cc7c5c40db9bc1bcd84cab Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Mar 10 21:11:35 2014 +0100 http: Add support reading ICY metadata Export the metadata as a icy_metadata_packet

[libav-commits] http: Refactor process_line

2014-03-11 Thread Luca Barbato
Module: libav Branch: master Commit: 4ff99ab3d7d5576e99e6b8a411b4a44500ed88fa Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Mar 10 20:16:50 2014 +0100 http: Refactor process_line --- libavformat/http.c | 136

[libav-commits] configure: Support older version of openjpeg1

2014-03-12 Thread Luca Barbato
Module: libav Branch: master Commit: aa807425395caa17a85ed2833133278e8bd44a76 Author:Luca Barbato lu_z...@gentoo.org Committer: Vittorio Giovara vittorio.giov...@gmail.com Date: Wed Mar 12 09:30:07 2014 + configure: Support older version of openjpeg1 It should work best for debian

[libav-commits] avconv: Match stream id

2014-03-13 Thread Luca Barbato
Module: libav Branch: master Commit: 81498ceb5b2d1f72a3fd694849b1feaffc301e56 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Mar 12 18:01:48 2014 +0100 avconv: Match stream id Quite useful to select by pid in MPEG-TS. --- cmdutils.c

[libav-commits] configure: Update freetype check to follow upstream

2014-03-13 Thread Luca Barbato
Module: libav Branch: release/9 Commit: b00444c0bbbc78ae477ec697d6569893609f420d Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Dec 21 17:59:59 2013 +0100 configure: Update freetype check to follow upstream The freetype tutorial suggests

[libav-commits] drawtext: Drop pointless header

2014-03-13 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 29b3ca743dd02efbe00565c0b997e735e4daa772 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Jan 5 12:30:45 2014 +0100 drawtext: Drop pointless header It should be forward compatible with newer freetype

[libav-commits] configure: Update freetype check to follow upstream

2014-03-13 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: bf0cb89a8d11d418cdf351fe5d91240ce92cd71d Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Dec 21 17:59:59 2013 +0100 configure: Update freetype check to follow upstream The freetype tutorial suggests

[libav-commits] drawtext: Drop pointless header

2014-03-13 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: ec772cca60423b9994fe00c7cef239f93eae6112 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Jan 5 12:30:45 2014 +0100 drawtext: Drop pointless header It should be forward compatible with newer freetype

[libav-commits] aac: KR formatting cosmetics

2014-03-13 Thread Luca Barbato
Module: libav Branch: master Commit: afdf94689c4e462bcf886f6ad68eac736eb1b95a Author:Luca Barbato lu_z...@gentoo.org Committer: Vittorio Giovara vittorio.giov...@gmail.com Date: Tue Mar 11 12:29:33 2014 + aac: KR formatting cosmetics Signed-off-by: Vittorio Giovara vittorio.giov

[libav-commits] configure: Support older version of openjpeg1

2014-03-14 Thread Luca Barbato
Module: libav Branch: release/10 Commit: b920c1d5ad5cfe74c95b0eaec0e69b074ee9b4c1 Author:Luca Barbato lu_z...@gentoo.org Committer: Reinhard Tartler siret...@tauware.de Date: Wed Mar 12 09:30:07 2014 + configure: Support older version of openjpeg1 It should work best for debian

[libav-commits] http: KR formatting cosmetics

2014-03-15 Thread Luca Barbato
Module: libav Branch: release/10 Commit: f1de93dec302cc860c718e89656f184510b2d239 Author:Luca Barbato lu_z...@gentoo.org Committer: Reinhard Tartler siret...@tauware.de Date: Mon Mar 10 18:02:09 2014 +0100 http: KR formatting cosmetics (cherry picked from commit

[libav-commits] http: Refactor process_line

2014-03-15 Thread Luca Barbato
Module: libav Branch: release/10 Commit: 25d14b716aef43bf9e82f1d67a364e5922332f47 Author:Luca Barbato lu_z...@gentoo.org Committer: Reinhard Tartler siret...@tauware.de Date: Mon Mar 10 20:16:50 2014 +0100 http: Refactor process_line (cherry picked from commit

[libav-commits] http: Add support reading ICY metadata

2014-03-15 Thread Luca Barbato
Module: libav Branch: release/10 Commit: e2811c2ede428a20aec3630bef4378f2927fb306 Author:Luca Barbato lu_z...@gentoo.org Committer: Reinhard Tartler siret...@tauware.de Date: Mon Mar 10 21:11:35 2014 +0100 http: Add support reading ICY metadata Export the metadata

[libav-commits] http: Return meaningful error codes

2014-03-15 Thread Luca Barbato
Module: libav Branch: release/10 Commit: 00ecce5c8bc00ce6f3f4bb19b681c5e14e259501 Author:Luca Barbato lu_z...@gentoo.org Committer: Reinhard Tartler siret...@tauware.de Date: Mon Mar 10 17:17:25 2014 +0100 http: Return meaningful error codes (cherry picked from commit

[libav-commits] mxf: Lowercase UL strings

2014-03-19 Thread Luca Barbato
Module: libav Branch: master Commit: af9481d7019d46c9f18c4ccac77a5d0c54cf6004 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Mar 13 13:34:16 2014 +0100 mxf: Lowercase UL strings The specification uses lower case most of the time

[libav-commits] mxf: Add additional H264 PictureEssenceCoding

2014-03-19 Thread Luca Barbato
Module: libav Branch: master Commit: 92ebb332157195b7c1212e734c5668afbf19cf2b Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Mon Mar 3 21:54:26 2014 +0100 mxf: Add additional H264 PictureEssenceCoding Unbreak some MXF Proxy files

[libav-commits] mxf: Verbose debug logging

2014-03-19 Thread Luca Barbato
Module: libav Branch: master Commit: 6920fb2b33f84b114ea4561ae1c623f4a26562e5 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Mar 13 13:38:06 2014 +0100 mxf: Verbose debug logging Print the UL in code format and in the short format used

[libav-commits] mxf: Override faulty PreviousPartition entries

2014-03-19 Thread Luca Barbato
Module: libav Branch: master Commit: 842ea36c747eb6537c4236114346cb7a3e9a8df1 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Mar 13 16:12:05 2014 +0100 mxf: Override faulty PreviousPartition entries Some files set the PreviousPartition field

<    3   4   5   6   7   8   9   10   11   12   >