[libav-commits] Revert "avconv: use stream copy by default when possible."

2011-08-16 Thread Anton Khirnov
Module: libav Branch: master Commit: 6cd9d0f77d527491d0c3626f16b8e125a8a9344b Author:Anton Khirnov Committer: Anton Khirnov Date: Tue Aug 16 20:59:14 2011 +0200 Revert "avconv: use stream copy by default when possible." This reverts commit 4f4f33844a7369e5579912cc02f3c5376b1e6872. Th

[libav-commits] avconv: use stream copy by default when possible.

2011-08-16 Thread Anton Khirnov
Module: libav Branch: master Commit: 4f4f33844a7369e5579912cc02f3c5376b1e6872 Author:Anton Khirnov Committer: Anton Khirnov Date: Sat Aug 13 08:37:13 2011 +0200 avconv: use stream copy by default when possible. --- avconv.c | 52 ++-

[libav-commits] lavf: add avformat_query_codec().

2011-08-16 Thread Anton Khirnov
Module: libav Branch: master Commit: 48f9e457ea0143e14b04f7ae9cc5358904f9475a Author:Anton Khirnov Committer: Anton Khirnov Date: Thu Aug 11 20:34:45 2011 +0200 lavf: add avformat_query_codec(). It allows to check if a given codec can be written into a container. --- doc/APIchanges

[libav-commits] matroskaenc: vertical alignment.

2011-08-16 Thread Anton Khirnov
Module: libav Branch: master Commit: a3f2f766afe6aa86f56c293875d627f30233cfad Author:Anton Khirnov Committer: Anton Khirnov Date: Tue Aug 16 06:52:50 2011 +0200 matroskaenc: vertical alignment. --- libavformat/matroskaenc.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletion

[libav-commits] lavc: add avcodec_get_type() for mapping codec_id -> type.

2011-08-16 Thread Anton Khirnov
Module: libav Branch: master Commit: bca06e77e1b07f1dab04c3b9fef6fdcb62b4a401 Author:Anton Khirnov Committer: Anton Khirnov Date: Thu Aug 11 17:45:50 2011 +0200 lavc: add avcodec_get_type() for mapping codec_id -> type. --- doc/APIchanges |3 +++ libavcodec/avcodec.h |

[libav-commits] avconv: print stream copy information.

2011-08-16 Thread Anton Khirnov
Module: libav Branch: master Commit: ad42126abcdee921fd7eaf0b8a83f18aa3dc1371 Author:Anton Khirnov Committer: Anton Khirnov Date: Tue Aug 16 06:58:52 2011 +0200 avconv: print stream copy information. --- avconv.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --gi

[libav-commits] matroskaenc: implement query_codec()

2011-08-16 Thread Anton Khirnov
Module: libav Branch: master Commit: 15c14ce6b2473528f7114028dc0732a4b467b624 Author:Anton Khirnov Committer: Anton Khirnov Date: Thu Aug 11 20:35:46 2011 +0200 matroskaenc: implement query_codec() --- libavformat/matroskaenc.c | 17 + 1 files changed, 17 insertion

[libav-commits] flvenc: use int64_t to store offsets

2011-08-16 Thread Luca Barbato
Module: libav Branch: master Commit: 7f5bf4fbaf1f2142547321a16358f9871fabdcc6 Author:Luca Barbato Committer: Anton Khirnov Date: Wed Jun 8 14:32:07 2011 + flvenc: use int64_t to store offsets Metadata currently is written only at the start of the file in normal cases, when transc

[libav-commits] avconv: don't segfault on 0 input files.

2011-08-16 Thread Anton Khirnov
Module: libav Branch: master Commit: 5759cce70db528c4feef48e480747e690a500b48 Author:Anton Khirnov Committer: Anton Khirnov Date: Tue Aug 16 11:32:57 2011 +0200 avconv: don't segfault on 0 input files. --- avconv.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --

[libav-commits] Do not write ID3v1 tags by default

2011-08-16 Thread Diogo Franco
Module: libav Branch: master Commit: f1f298cd32b18bb910ff045df327ccb139628db7 Author:Diogo Franco Committer: Anton Khirnov Date: Tue Aug 16 09:43:23 2011 + Do not write ID3v1 tags by default ID3v1 are legacy tags with several limitations; furthermore avconv/ffmpeg writes the tags

[libav-commits] mpegts: log into an AVFormatContext rather than MpegTSContext.

2011-08-16 Thread Alex Converse
Module: libav Branch: master Commit: d8b999e2d0736751bb25edc3aa0651cdbf3cbf41 Author:Alex Converse Committer: Alex Converse Date: Mon Aug 15 18:14:12 2011 -0700 mpegts: log into an AVFormatContext rather than MpegTSContext. MpegTSContext's AVClass member can be NULL. --- libavforma

[libav-commits] movenc: change AV_LOG_INFO to AV_LOG_WARNING for some warnings

2011-08-16 Thread Anton Khirnov
Module: libav Branch: master Commit: eb97dbb05a990266b04830ea8e179e0428656b98 Author:Anton Khirnov Committer: Anton Khirnov Date: Thu Aug 11 16:33:03 2011 +0200 movenc: change AV_LOG_INFO to AV_LOG_WARNING for some warnings --- libavformat/movenc.c |4 ++-- 1 files changed, 2 in