[libav-commits] build: add HOSTOBJS to SUBDIR_VARS list

2012-08-08 Thread Diego Biurrun
Module: libav Branch: master Commit: 24d3796d218ed160fce767b1489115cb7e514867 Author:Diego Biurrun Committer: Diego Biurrun Date: Wed Aug 8 15:41:36 2012 +0200 build: add HOSTOBJS to SUBDIR_VARS list Even though HOSTOBJS are not referenced directly in subdirectory Makefile snippets r

[libav-commits] doxygen: qdm2: Drop documentation for non-existing function parameters

2012-08-08 Thread Diego Biurrun
Module: libav Branch: master Commit: 36a8c43073114cffc6ea147178f227a95e40a59f Author:Diego Biurrun Committer: Diego Biurrun Date: Thu Aug 9 03:03:26 2012 +0200 doxygen: qdm2: Drop documentation for non-existing function parameters --- libavcodec/qdm2.c |2 -- 1 files changed, 0

[libav-commits] build: factor out mpegvideo.o dependencies to CONFIG_MPEGVIDEO

2012-08-08 Thread Mans Rullgard
Module: libav Branch: master Commit: 18bbca1fd31360b6d21710db70d321fa0333e7a5 Author:Mans Rullgard Committer: Mans Rullgard Date: Sat Aug 4 00:05:46 2012 +0100 build: factor out mpegvideo.o dependencies to CONFIG_MPEGVIDEO This adds a hidden config variable for the mpegvideo.o depend

[libav-commits] mpegvideo: convert mpegvideo_common.h to a .c file

2012-08-08 Thread Mans Rullgard
Module: libav Branch: master Commit: 7a851153d3fe1a9e0d60bf11053870d1ea8241e6 Author:Mans Rullgard Committer: Mans Rullgard Date: Sat Aug 4 00:50:21 2012 +0100 mpegvideo: convert mpegvideo_common.h to a .c file This file defines a single, huge function, MPV_motion(), which although b

[libav-commits] mpegvideo: reduce excessive inlining of mpeg_motion()

2012-08-08 Thread Mans Rullgard
Module: libav Branch: master Commit: f69f4036f8cc3b673864dce01d2714fd5e49e8da Author:Mans Rullgard Committer: Mans Rullgard Date: Sat Aug 4 02:30:02 2012 +0100 mpegvideo: reduce excessive inlining of mpeg_motion() The main benefit of inlining this function is from constant propagatio

[libav-commits] Move MASK_ABS macro to libavcodec/mathops.h

2012-08-08 Thread Mans Rullgard
Module: libav Branch: master Commit: d7a4f8f8b9a4bc309d4d5ab067cfba945e690c0c Author:Mans Rullgard Committer: Mans Rullgard Date: Wed Aug 8 17:13:26 2012 +0100 Move MASK_ABS macro to libavcodec/mathops.h This macro is only used in two places, both in libavcodec, so this is a more sen

[libav-commits] x86: move MANGLE() and related macros to libavutil/x86/asm.h

2012-08-08 Thread Mans Rullgard
Module: libav Branch: master Commit: 070a402b60cb4ebc6fd2ba59c13758811815bb19 Author:Mans Rullgard Committer: Mans Rullgard Date: Wed Aug 8 14:37:57 2012 +0100 x86: move MANGLE() and related macros to libavutil/x86/asm.h These x86-specific macros do not belong in generic code. Signe

[libav-commits] x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h

2012-08-08 Thread Mans Rullgard
Module: libav Branch: master Commit: c318626ce248e55df032146b16e8e0f4ed1d99fb Author:Mans Rullgard Committer: Mans Rullgard Date: Wed Aug 8 13:51:52 2012 +0100 x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h This puts x86-specific things in the x86/ subdirectory where they bel

[libav-commits] aacdec: Don' t fall back to the old output configuration when no old configuration is present .

2012-08-08 Thread Alex Converse
Module: libav Branch: master Commit: 122d5c526a43122b1f9ac9bce79e3938c8354e43 Author:Alex Converse Committer: Alex Converse Date: Tue Aug 7 12:19:58 2012 -0700 aacdec: Don't fall back to the old output configuration when no old configuration is present. Fixes MP4 files where the fir

[libav-commits] rtmp: Add message tracking

2012-08-08 Thread Samuel Pitoiset
Module: libav Branch: master Commit: f89584ca4458c84467e9fb27567e33891d1c7cd5 Author:Samuel Pitoiset Committer: Martin Storsjö Date: Wed Aug 8 14:36:39 2012 +0200 rtmp: Add message tracking Signed-off-by: Martin Storsjö --- libavformat/rtmpproto.c | 298 +

[libav-commits] rtsp: Support receiving plain data over UDP without any RTP encapsulation

2012-08-08 Thread Martin Storsjö
Module: libav Branch: master Commit: df8cf076c8627d9240e62187ac98cd88f757353c Author:Martin Storsjö Committer: Martin Storsjö Date: Wed Aug 8 21:37:47 2012 +0300 rtsp: Support receiving plain data over UDP without any RTP encapsulation EvoStream Media Server can serve data in this fo

[libav-commits] rtpenc: Remove an av_abort() that depends on user-supplied data

2012-08-08 Thread Martin Storsjö
Module: libav Branch: master Commit: bfb82fcddfbebd6f9ae97165e3ccd86c5386be1b Author:Martin Storsjö Committer: Martin Storsjö Date: Wed Aug 8 23:23:28 2012 +0300 rtpenc: Remove an av_abort() that depends on user-supplied data Signed-off-by: Martin Storsjö --- libavformat/rtpenc.c

[libav-commits] rtsp: Support mpegts in raw udp packets

2012-08-08 Thread Martin Storsjö
Module: libav Branch: master Commit: 1243c722510f6cf878039e5edfd912ab25fe66f6 Author:Martin Storsjö Committer: Martin Storsjö Date: Wed Aug 8 23:05:52 2012 +0300 rtsp: Support mpegts in raw udp packets This is basically the same way as mpegts packets are parsed in rtpdec.c. Signed-o

[libav-commits] rtpdec: Remove an unused include

2012-08-08 Thread Martin Storsjö
Module: libav Branch: master Commit: c864e461d25e8ad55cefa7f320a6cf17b2666725 Author:Martin Storsjö Committer: Martin Storsjö Date: Wed Aug 8 21:14:38 2012 +0300 rtpdec: Remove an unused include Signed-off-by: Martin Storsjö --- libavformat/rtpdec_h264.c |1 - 1 files changed

[libav-commits] avconv: split the code for processing input packets out of transcode()

2012-08-08 Thread Anton Khirnov
Module: libav Branch: master Commit: 0c00fd80ee4791bd70b634084307fc9f179e0412 Author:Anton Khirnov Committer: Anton Khirnov Date: Sat Aug 4 18:35:27 2012 +0200 avconv: split the code for processing input packets out of transcode() --- avconv.c | 225 +++

[libav-commits] avconv: prevent invalid reads in transcode_init()

2012-08-08 Thread Anton Khirnov
Module: libav Branch: master Commit: a5fd7c607f7aa6dad7dc2ca9b579c26ddef359d9 Author:Anton Khirnov Committer: Anton Khirnov Date: Sun Aug 5 08:30:24 2012 +0200 avconv: prevent invalid reads in transcode_init() --- avconv.c | 10 ++ 1 files changed, 6 insertions(+), 4 dele

[libav-commits] avconv: rename OutputStream.is_past_recording_time to finished.

2012-08-08 Thread Anton Khirnov
Module: libav Branch: master Commit: 57d24225595af78b0fd836d4d145f5d181e320a2 Author:Anton Khirnov Committer: Anton Khirnov Date: Wed Aug 8 12:04:53 2012 +0200 avconv: rename OutputStream.is_past_recording_time to finished. The new name is shorter and more accurate, since this variab

[libav-commits] avconv: allow no input files.

2012-08-08 Thread Anton Khirnov
Module: libav Branch: master Commit: ab2960970171ce3c988405f99a517b9a2fd6496e Author:Anton Khirnov Committer: Anton Khirnov Date: Sun Aug 5 08:37:43 2012 +0200 avconv: allow no input files. It is now possible to use lavfi sources. --- avconv.c|5 - doc/avconv.texi

[libav-commits] vsrc_movie: discourage its use with avconv.

2012-08-08 Thread Anton Khirnov
Module: libav Branch: master Commit: 7ca14c731ed1fca7072c335095c2d96a6cb80fc0 Author:Anton Khirnov Committer: Anton Khirnov Date: Sun Aug 5 10:24:36 2012 +0200 vsrc_movie: discourage its use with avconv. --- doc/filters.texi |5 + 1 files changed, 5 insertions(+), 0 deletio

[libav-commits] avconv: get rid of pointless temporary variable.

2012-08-08 Thread Anton Khirnov
Module: libav Branch: master Commit: cc2133b66abb3fe3dbb4feebe7cc9ceae3f8ec64 Author:Anton Khirnov Committer: Anton Khirnov Date: Sat Aug 4 12:17:43 2012 +0200 avconv: get rid of pointless temporary variable. --- avconv.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(

[libav-commits] avconv: replace no_packet array in transcode() with a var in InputStream

2012-08-08 Thread Anton Khirnov
Module: libav Branch: master Commit: 0b26ef4228671051eef1bba92da37a53e56714da Author:Anton Khirnov Committer: Anton Khirnov Date: Sat Aug 4 12:04:02 2012 +0200 avconv: replace no_packet array in transcode() with a var in InputStream This simplifies splitting code for reading from inp

[libav-commits] avconv: send EOF to lavfi even if flushing the decoder fails

2012-08-08 Thread Anton Khirnov
Module: libav Branch: master Commit: f154ef1ae5b03f288dd8c025dab1884b4cb20c1a Author:Anton Khirnov Committer: Anton Khirnov Date: Wed Aug 8 12:27:50 2012 +0200 avconv: send EOF to lavfi even if flushing the decoder fails --- avconv.c | 22 -- 1 files changed,

[libav-commits] avconv: simplify transcode().

2012-08-08 Thread Anton Khirnov
Module: libav Branch: master Commit: 8391602913fff177b2f7ba850f5767eec9f33784 Author:Anton Khirnov Committer: Anton Khirnov Date: Sat Aug 4 12:12:50 2012 +0200 avconv: simplify transcode(). Operate with a pointer to InputFile instead of its index in input_files. --- avconv.c | 4

[libav-commits] avconv: maintain sync on lavfi outputs.

2012-08-08 Thread Anton Khirnov
Module: libav Branch: master Commit: a4f50110651117f6a0cb3cac81232a4ffb383b02 Author:Anton Khirnov Committer: Anton Khirnov Date: Fri Aug 3 22:09:58 2012 +0200 avconv: maintain sync on lavfi outputs. Before this commit, poll_filters() reads all frames available on each lavfi output.

[libav-commits] avconv: cosmetics

2012-08-08 Thread Anton Khirnov
Module: libav Branch: master Commit: c0fbf9713c5e167501007351532de2400060c7e6 Author:Anton Khirnov Committer: Anton Khirnov Date: Sat Aug 4 12:06:30 2012 +0200 avconv: cosmetics Replace for (;foo == 0;) with while (!foo) This is prettier. --- avconv.c |2 +- 1 files changed, 1

[libav-commits] avconv: remove unused variable from InputFile.

2012-08-08 Thread Anton Khirnov
Module: libav Branch: master Commit: bed43d58b06938060f6ed01ef90733247a23f362 Author:Anton Khirnov Committer: Anton Khirnov Date: Sat Aug 4 11:53:08 2012 +0200 avconv: remove unused variable from InputFile. --- avconv.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) di

[libav-commits] avconv: remove commented out cruft.

2012-08-08 Thread Anton Khirnov
Module: libav Branch: master Commit: d64901f99d850881d4a9f8ea3f161e7a280d9147 Author:Anton Khirnov Committer: Anton Khirnov Date: Sat Aug 4 11:50:30 2012 +0200 avconv: remove commented out cruft. --- avconv.c |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --gi

[libav-commits] build: cosmetics: Reorder some lists in a more logical fashion

2012-08-08 Thread Diego Biurrun
Module: libav Branch: master Commit: 5864eb427f2f05342136f3bc9727d826e68d8dbf Author:Diego Biurrun Committer: Diego Biurrun Date: Wed Aug 8 02:41:57 2012 +0200 build: cosmetics: Reorder some lists in a more logical fashion --- Makefile |9 + 1 files changed, 5 insertion

[libav-commits] x86: pngdsp: Fix assembly for OS/2

2012-08-08 Thread Dave Yeo
Module: libav Branch: master Commit: 197439c1efc84b8698904590b69bd36db86e1c24 Author:Dave Yeo Committer: Diego Biurrun Date: Tue Aug 7 21:46:33 2012 -0700 x86: pngdsp: Fix assembly for OS/2 The a.out object format does not allow aligning sections. On OS/2 LD aligns sections to 16 byt

[libav-commits] fate: add test for RTjpeg in nuv with frameheader

2012-08-08 Thread Janne Grunau
Module: libav Branch: master Commit: 69ac6400b8b77b200bce50d04292ea65c0edeefa Author:Janne Grunau Committer: Janne Grunau Date: Mon Aug 6 19:43:36 2012 +0200 fate: add test for RTjpeg in nuv with frameheader Renames the old test to allow using fate-nuv as group for all nuv tests. --

[libav-commits] rtmp: send check_bw as notification

2012-08-08 Thread Luca Barbato
Module: libav Branch: master Commit: 82613564cfae459796642b22fc0163927d7f49e0 Author:Luca Barbato Committer: Luca Barbato Date: Wed Aug 8 11:49:02 2012 +0200 rtmp: send check_bw as notification Set the transactionId to 0 to signal the server a return _result/_error is not expected.

[libav-commits] g723_1: use all LPC vectors in formant postfilter

2012-08-08 Thread Kostya Shishkov
Module: libav Branch: master Commit: f86b2f36612debf10a07300acadba08f7b092bcb Author:Kostya Shishkov Committer: Kostya Shishkov Date: Mon Aug 6 20:25:16 2012 +0200 g723_1: use all LPC vectors in formant postfilter Due to some mistake LPC vector for the first subframe was used for all

[libav-commits] g723_1: clip argument for 15-bit version of normalize_bits()

2012-08-08 Thread Kostya Shishkov
Module: libav Branch: master Commit: e78e6c37efc98189c4c3d89acd3265d7a7ba6d05 Author:Kostya Shishkov Committer: Kostya Shishkov Date: Tue Aug 7 19:32:20 2012 +0200 g723_1: clip argument for 15-bit version of normalize_bits() It expects maximum value to be 32767 but calculations in sc

[libav-commits] avplay: fix build with lavfi disabled.

2012-08-08 Thread Konstantin Pavlov
Module: libav Branch: master Commit: 1a4b55678665b4222766db8ef116256abc3fd013 Author:Konstantin Pavlov Committer: Anton Khirnov Date: Wed Aug 8 12:30:47 2012 +0400 avplay: fix build with lavfi disabled. Issue introduced in 67339f6e. Signed-off-by: Anton Khirnov --- avplay.c |

[libav-commits] avconv: split configuring filter configuration to a separate file.

2012-08-08 Thread Anton Khirnov
Module: libav Branch: master Commit: fe2147e93612cdcb4101b3b087f9a9f1835dba11 Author:Anton Khirnov Committer: Anton Khirnov Date: Thu Aug 2 08:24:02 2012 +0200 avconv: split configuring filter configuration to a separate file. --- Makefile|2 +- avconv.c| 529 -

[libav-commits] id3v2: Support v2.2 PIC

2012-08-08 Thread Mohammad Alsaleh
Module: libav Branch: master Commit: 385ec296f1b39a2f49d1e897a2606c29da173f6a Author:Mohammad Alsaleh Committer: Anton Khirnov Date: Tue Aug 7 21:31:51 2012 + id3v2: Support v2.2 PIC id3 v2.2 uses image format ("JPG","PNG") instead of mimetypes. Currently, the attached picture i

[libav-commits] mpc8: do not leave padding after last frame in buffer for the next decode call

2012-08-08 Thread Kostya Shishkov
Module: libav Branch: master Commit: 8f2aa89a5d4e0bc530af7dc7b4d9e9b2d61f7feb Author:Kostya Shishkov Committer: Kostya Shishkov Date: Tue Aug 7 20:22:57 2012 +0200 mpc8: do not leave padding after last frame in buffer for the next decode call --- libavcodec/mpc8.c |2 ++ 1 file