[libav-commits] hlsenc: Allocate enough space for the pattern string

2012-12-23 Thread Stefano Sabatini
Module: libav Branch: master Commit: 3193b13aa1e271f6d2dd68de67d448c08aef3c00 Author:Stefano Sabatini Committer: Martin Storsjö Date: Fri Dec 21 00:27:00 2012 +0100 hlsenc: Allocate enough space for the pattern string If s->filename doesn't contain any period/filename extension to str

[libav-commits] hlsenc: Don't duplicate a string constant

2012-12-23 Thread Martin Storsjö
Module: libav Branch: master Commit: 4a9f7d2bf9fb38c334386deef19ffef58a998cc6 Author:Martin Storsjö Committer: Martin Storsjö Date: Sun Dec 23 21:34:06 2012 +0200 hlsenc: Don't duplicate a string constant Signed-off-by: Martin Storsjö --- libavformat/hlsenc.c |2 +- 1 files ch

[libav-commits] lavc: Correct the description of pkt_dts

2012-12-23 Thread Martin Storsjö
Module: libav Branch: master Commit: 0940580adb5e6bde8782841b3104fd0783e541f0 Author:Martin Storsjö Committer: Martin Storsjö Date: Sun Dec 23 17:10:04 2012 +0200 lavc: Correct the description of pkt_dts The description as updated in 6e5c44b0f made it sound like it is handled exactly

[libav-commits] configure: cosmetics: Separate hwaccel dependencies from decoders/encoders

2012-12-23 Thread Diego Biurrun
Module: libav Branch: master Commit: ed40b6bf07342dc80f616e909f0e6fec4073ade4 Author:Diego Biurrun Committer: Diego Biurrun Date: Thu Dec 20 22:40:39 2012 +0100 configure: cosmetics: Separate hwaccel dependencies from decoders/encoders Also move mpegvideo_select statement to the corre

[libav-commits] avfilter: Compile FIFO filters unconditionally

2012-12-23 Thread Diego Biurrun
Module: libav Branch: master Commit: 5af53731d9788897240b3ed9c9176902f2788682 Author:Diego Biurrun Committer: Diego Biurrun Date: Tue Dec 18 15:04:48 2012 +0100 avfilter: Compile FIFO filters unconditionally Building libavfilter without that functionality makes little sense. --- li

[libav-commits] Return proper error code after av_log_ask_for_sample()

2012-12-23 Thread Diego Biurrun
Module: libav Branch: master Commit: f3298f12997eb4b7ad203766f768f92e3dd72a2a Author:Diego Biurrun Committer: Diego Biurrun Date: Sun Dec 23 18:10:05 2012 +0100 Return proper error code after av_log_ask_for_sample() --- libavcodec/anm.c|2 +- libavcodec/cinepak.c

[libav-commits] oggdec: K&R cosmetic formatting

2012-12-23 Thread Luca Barbato
Module: libav Branch: master Commit: f5f1cf52240759208b42477e2157a7b4409ade10 Author:Luca Barbato Committer: Luca Barbato Date: Fri Dec 21 19:12:41 2012 +0100 oggdec: K&R cosmetic formatting --- libavformat/oggdec.c | 245 ++ 1 files

[libav-commits] oggdec: check memory allocation

2012-12-23 Thread Luca Barbato
Module: libav Branch: master Commit: ba064ebe48376e199f353ef0b335ed8a39c638c5 Author:Luca Barbato Committer: Luca Barbato Date: Sat Dec 22 17:58:24 2012 +0100 oggdec: check memory allocation --- libavformat/oggdec.c | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-

[libav-commits] hlsenc: correctly report target duration

2012-12-23 Thread Luca Barbato
Module: libav Branch: master Commit: 7e98956e721ac87c68cd45a8b18ba74e29e1535b Author:Luca Barbato Committer: Luca Barbato Date: Fri Dec 21 12:05:46 2012 +0100 hlsenc: correctly report target duration --- libavformat/hlsenc.c |8 +++- 1 files changed, 7 insertions(+), 1 delet

[libav-commits] ansi: remove an extra return

2012-12-23 Thread Anton Khirnov
Module: libav Branch: master Commit: 808b2227d7485e54d02af7a6294c3b70b63ce773 Author:Anton Khirnov Committer: Anton Khirnov Date: Wed Nov 14 14:28:36 2012 +0100 ansi: remove an extra return --- libavcodec/ansi.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git

[libav-commits] aasc: cosmetics, reformat

2012-12-23 Thread Anton Khirnov
Module: libav Branch: master Commit: c64cf2a37bfc909cb3fe9af9699092e105c705fa Author:Anton Khirnov Committer: Anton Khirnov Date: Wed Nov 14 09:09:43 2012 +0100 aasc: cosmetics, reformat --- libavcodec/aasc.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) d

[libav-commits] asvdec: cosmetics, reformat

2012-12-23 Thread Anton Khirnov
Module: libav Branch: master Commit: c3a76c3decc7ee9439609fcf3fd405cccfb0bcff Author:Anton Khirnov Committer: Anton Khirnov Date: Wed Nov 14 14:49:44 2012 +0100 asvdec: cosmetics, reformat --- libavcodec/asvdec.c | 230 --- 1 files ch

[libav-commits] aura: cosmetics, reformat

2012-12-23 Thread Anton Khirnov
Module: libav Branch: master Commit: bdfa24514e06245d5ee8be472b9825f5a4e5c634 Author:Anton Khirnov Committer: Anton Khirnov Date: Wed Nov 14 15:10:24 2012 +0100 aura: cosmetics, reformat --- libavcodec/aura.c | 21 ++--- 1 files changed, 10 insertions(+), 11 deleti

[libav-commits] 4xm: don't rely on get_buffer() initializing the frame.

2012-12-23 Thread Anton Khirnov
Module: libav Branch: master Commit: b047c68783aa4042b322af7af043b643d5daf09c Author:Anton Khirnov Committer: Anton Khirnov Date: Tue Nov 13 22:10:54 2012 +0100 4xm: don't rely on get_buffer() initializing the frame. --- libavcodec/4xm.c |1 + 1 files changed, 1 insertions(+), 0

[libav-commits] 8bps: cosmetics

2012-12-23 Thread Anton Khirnov
Module: libav Branch: master Commit: b6d7d4efae60845a93be6948ef78482bba1fc291 Author:Anton Khirnov Committer: Anton Khirnov Date: Wed Nov 14 08:56:04 2012 +0100 8bps: cosmetics Remove some pointless comments and empty lines. --- libavcodec/8bps.c | 25 - 1

[libav-commits] lavc: rewrite and extend AVFrame doxy

2012-12-23 Thread Anton Khirnov
Module: libav Branch: master Commit: 418693bdc5edad72b0d055f741931612d797eb05 Author:Anton Khirnov Committer: Anton Khirnov Date: Fri Dec 21 21:50:50 2012 +0100 lavc: rewrite and extend AVFrame doxy --- libavcodec/avcodec.h | 18 +- 1 files changed, 13 insertions(+

[libav-commits] lavc: make pkt_{p,d}ts doxy less confusing

2012-12-23 Thread Anton Khirnov
Module: libav Branch: master Commit: 6e5c44b043833c02f8053868877aba7069b30f93 Author:Anton Khirnov Committer: Anton Khirnov Date: Fri Dec 21 21:52:34 2012 +0100 lavc: make pkt_{p,d}ts doxy less confusing --- libavcodec/avcodec.h |4 ++-- 1 files changed, 2 insertions(+), 2 delet