[libav-commits] avf: introduce nobuffer option

2012-07-29 Thread Luca Barbato
Module: libav Branch: master Commit: 681ed0009905a088aae2a5caf2308d89aaa80562 Author:Luca Barbato lu_z...@gentoo.org Committer: Anton Khirnov an...@khirnov.net Date: Thu Jul 26 16:35:12 2012 -0700 avf: introduce nobuffer option Useful in cases where a significant analyzeduration is

[libav-commits] lavf: use dts difference instead of AVPacket.duration in find_stream_info()

2012-07-29 Thread Anton Khirnov
Module: libav Branch: master Commit: fe1c1198e670242f3cf9e3e1eef27cff77f3ee23 Author:Anton Khirnov an...@khirnov.net Committer: Anton Khirnov an...@khirnov.net Date: Thu Jun 28 15:49:51 2012 +0200 lavf: use dts difference instead of AVPacket.duration in find_stream_info()

[libav-commits] lavf: round estimated average fps to a standard fps.

2012-07-29 Thread Anton Khirnov
Module: libav Branch: master Commit: f66eeff1c8fc5c1b2e5a563cf336865d52329006 Author:Anton Khirnov an...@khirnov.net Committer: Anton Khirnov an...@khirnov.net Date: Fri Jul 27 14:04:07 2012 +0200 lavf: round estimated average fps to a standard fps. --- libavformat/utils.c | 18

[libav-commits] lavf: deprecate r_frame_rate.

2012-07-29 Thread Anton Khirnov
Module: libav Branch: master Commit: aba232cfa9b193604ed98f3fa505378d006b1b3b Author:Anton Khirnov an...@khirnov.net Committer: Anton Khirnov an...@khirnov.net Date: Tue Jun 26 13:10:01 2012 +0200 lavf: deprecate r_frame_rate. According to its description, it is supposed to be the LCM

[libav-commits] flvdec: remove spurious use of stream id

2012-07-29 Thread Luca Barbato
Module: libav Branch: master Commit: 41f43202cf7648522b4ce0ed7bbb326655dbb9bc Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Jul 26 16:18:11 2012 +0200 flvdec: remove spurious use of stream id We match streams by codec id now. ---

[libav-commits] af_asyncts: add first_pts option

2012-07-29 Thread Justin Ruggles
Module: libav Branch: master Commit: 70d71b58018e640a09a4d919993766a2050cef8d Author:Justin Ruggles justin.rugg...@gmail.com Committer: Justin Ruggles justin.rugg...@gmail.com Date: Sat Jul 28 12:57:05 2012 -0400 af_asyncts: add first_pts option This allows for padding/trimming at the

[libav-commits] eamad/eatgq/eatqi: call special EA IDCT directly

2012-07-29 Thread Mans Rullgard
Module: libav Branch: master Commit: f3eb00834362273dcb1fd3320faa5f8f5a00fb22 Author:Mans Rullgard m...@mansr.com Committer: Mans Rullgard m...@mansr.com Date: Sun Jul 29 13:09:10 2012 +0100 eamad/eatgq/eatqi: call special EA IDCT directly These decoders use a special non-MPEG2 IDCT.

[libav-commits] eamad: remove use of MpegEncContext

2012-07-29 Thread Mans Rullgard
Module: libav Branch: master Commit: 591766a3a9c88614b9cb0ed90e25dc6e7d883752 Author:Mans Rullgard m...@mansr.com Committer: Mans Rullgard m...@mansr.com Date: Fri Jul 27 17:00:38 2012 +0100 eamad: remove use of MpegEncContext There is no sense in pulling in this monster struct just

[libav-commits] configure: Add missing descriptions to help output

2012-07-29 Thread Diego Biurrun
Module: libav Branch: master Commit: 193cdd9a3e8d7fc5669d32a611c862a000adce23 Author:Diego Biurrun di...@biurrun.de Committer: Diego Biurrun di...@biurrun.de Date: Fri Jul 27 13:01:04 2012 +0200 configure: Add missing descriptions to help output --- configure |7 ++- 1 files

[libav-commits] wv: KR formatting cosmetics

2012-07-29 Thread Anton Khirnov
Module: libav Branch: master Commit: 29d70274ecff6d39c96b3bcdd263102c4a4e6e06 Author:Anton Khirnov an...@khirnov.net Committer: Diego Biurrun di...@biurrun.de Date: Sat Jul 28 12:42:25 2012 +0200 wv: KR formatting cosmetics --- libavformat/wv.c | 175

[libav-commits] swscale: bury one more piece of inline asm under HAVE_INLINE_ASM.

2012-07-29 Thread Ronald S. Bultje
Module: libav Branch: master Commit: 8e5d71d1109bb509ae75d04682f326fe740a413f Author:Ronald S. Bultje rsbul...@gmail.com Committer: Ronald S. Bultje rsbul...@gmail.com Date: Wed Jul 25 19:27:03 2012 -0700 swscale: bury one more piece of inline asm under HAVE_INLINE_ASM. ---