[libav-commits] interplayvideo: fix av_dlog parameter type mismatch

2012-04-11 Thread Diego Biurrun
Module: libav Branch: master Commit: 9676d8eb67b00e1bb52e448c20c8f5cb6ad5e1ef Author:Diego Biurrun di...@biurrun.de Committer: Diego Biurrun di...@biurrun.de Date: Tue Apr 10 18:18:40 2012 +0200 interplayvideo: fix av_dlog parameter type mismatch libavcodec/interplayvideo.c:909:13:

[libav-commits] movenc: remove redundant check

2012-04-11 Thread Luca Barbato
Module: libav Branch: master Commit: 18b59956e0e94017f1b519bb42c7c937b2f9f8a4 Author:Luca Barbato lu_z...@gentoo.org Committer: Martin Storsjö mar...@martin.st Date: Wed Apr 11 03:37:13 2012 -0700 movenc: remove redundant check The proper check is already in mov_write_header.

[libav-commits] movenc: small refactor mov_write_packet

2012-04-11 Thread Luca Barbato
Module: libav Branch: master Commit: ebbede22657a17c40f913857b23c8de85e75fe5c Author:Luca Barbato lu_z...@gentoo.org Committer: Martin Storsjö mar...@martin.st Date: Wed Apr 11 03:37:14 2012 -0700 movenc: small refactor mov_write_packet Share the formerly internal write_packet with the

[libav-commits] avplay: Don't free video filters string until the end of decoding.

2012-04-11 Thread Alex Converse
Module: libav Branch: master Commit: e1ce756844e684876318570dcebc74bc66c084f0 Author:Alex Converse alex.conve...@gmail.com Committer: Alex Converse alex.conve...@gmail.com Date: Tue Apr 10 18:18:53 2012 -0700 avplay: Don't free video filters string until the end of decoding.

[libav-commits] x86inc improvements for 64-bit

2012-04-11 Thread Henrik Gramner
Module: libav Branch: master Commit: 729f90e26802057f06905ab15a34612168eeac80 Author:Henrik Gramner henga...@student.ltu.se Committer: Justin Ruggles justin.rugg...@gmail.com Date: Wed Apr 4 20:03:15 2012 + x86inc improvements for 64-bit Add support for all x86-64 registers Prefer

[libav-commits] msrle: convert MS RLE decoding function to bytestream2.

2012-04-11 Thread Ronald Bultje
Module: libav Branch: master Commit: 992f71e95dcf57c917531f126ba7499ef9ed87d3 Author:Ronald Bultje rsbul...@gmail.com Committer: Justin Ruggles justin.rugg...@gmail.com Date: Sat Mar 31 17:10:54 2012 + msrle: convert MS RLE decoding function to bytestream2. Signed-off-by: Justin