[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 Committer: Justin Ruggles Date: Sat Mar 31 17:10:54 2012 + msrle: convert MS RLE decoding function to bytestream2. Signed-off-by: Justin Ruggles --- libavcodec/aasc.c | 12

[libav-commits] x86inc improvements for 64-bit

2012-04-11 Thread Henrik Gramner
Module: libav Branch: master Commit: 729f90e26802057f06905ab15a34612168eeac80 Author:Henrik Gramner Committer: Justin Ruggles Date: Wed Apr 4 20:03:15 2012 + x86inc improvements for 64-bit Add support for all x86-64 registers Prefer caller-saved register over callee-saved on WIN6

[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 Committer: Alex Converse Date: Tue Apr 10 18:18:53 2012 -0700 avplay: Don't free video filters string until the end of decoding. av_freep()ing inside configure_video_filters() leaves a d

[libav-commits] movenc: remove redundant check

2012-04-11 Thread Luca Barbato
Module: libav Branch: master Commit: 18b59956e0e94017f1b519bb42c7c937b2f9f8a4 Author:Luca Barbato Committer: Martin Storsjö Date: Wed Apr 11 03:37:13 2012 -0700 movenc: remove redundant check The proper check is already in mov_write_header. Signed-off-by: Martin Storsjö --- libav

[libav-commits] movenc: small refactor mov_write_packet

2012-04-11 Thread Luca Barbato
Module: libav Branch: master Commit: ebbede22657a17c40f913857b23c8de85e75fe5c Author:Luca Barbato Committer: Martin Storsjö Date: Wed Apr 11 03:37:14 2012 -0700 movenc: small refactor mov_write_packet Share the formerly internal write_packet with the hinter and move the fragment flush

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

2012-04-11 Thread Diego Biurrun
Module: libav Branch: master Commit: 9676d8eb67b00e1bb52e448c20c8f5cb6ad5e1ef Author:Diego Biurrun Committer: Diego Biurrun Date: Tue Apr 10 18:18:40 2012 +0200 interplayvideo: fix av_dlog parameter type mismatch libavcodec/interplayvideo.c:909:13: warning: format ‘%p’ expects argumen

[libav-commits] Drop some pointless #ifdefs.

2012-04-11 Thread Diego Biurrun
Module: libav Branch: master Commit: 679481b3b61dda5e2827f9757bf8c12a8de193c9 Author:Diego Biurrun Committer: Diego Biurrun Date: Tue Apr 10 14:27:59 2012 +0200 Drop some pointless #ifdefs. The files are only compiled if the #ifdef conditions are met. --- libavcodec/libxvidff.c |