[libav-commits] vp9 encoder: use a decent default speed setting

2014-06-17 Thread Rafaël Carré
Module: libav Branch: master Commit: 9affa784a0743b95bde135b5acfce2183afc35d8 Author:Rafaël Carré Committer: Anton Khirnov Date: Fri Jun 6 11:06:43 2014 -0700 vp9 encoder: use a decent default speed setting Signed-off-by: Anton Khirnov --- libavcodec/libvpxenc.c |2 +- 1

[libav-commits] apedec: do not buffer decoded samples over AVPackets

2014-05-31 Thread Rafaël Carré
Module: libav Branch: release/0.8 Commit: 65c3593792a9702d9e4135bba46b1ca186afed6c Author:Rafaël Carré Committer: Reinhard Tartler Date: Tue Aug 27 17:35:49 2013 +0200 apedec: do not buffer decoded samples over AVPackets Only consume an AVPacket when all the samples have been read

[libav-commits] update Changelog

2014-05-04 Thread Rafaël Carré
Module: libav Branch: release/9 Commit: 2340ce6954db2c0a79c57fcba7f45e2fcc20cdc9 Author:Rafaël Carré Committer: Reinhard Tartler Date: Tue Aug 27 17:35:49 2013 +0200 update Changelog --- Changelog |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog b

[libav-commits] apedec: do not buffer decoded samples over AVPackets

2014-05-04 Thread Rafaël Carré
Module: libav Branch: release/9 Commit: 05de372350f8720461d3cadba40836546f1bb95c Author:Rafaël Carré Committer: Reinhard Tartler Date: Tue Aug 27 17:35:49 2013 +0200 apedec: do not buffer decoded samples over AVPackets Only consume an AVPacket when all the samples have been read

[libav-commits] apedec: do not buffer decoded samples over AVPackets

2013-08-28 Thread Rafaël Carré
Module: libav Branch: master Commit: 91d4cfb8127f1de6c4ad173a30fffe584700046d Author:Rafaël Carré Committer: Justin Ruggles Date: Tue Aug 27 17:35:49 2013 +0200 apedec: do not buffer decoded samples over AVPackets Only consume an AVPacket when all the samples have been read. When

[libav-commits] w32pthread: help compiler figure out undeeded code

2013-08-21 Thread Rafaël Carré
Module: libav Branch: master Commit: 4622f11f9c83db8a2e08408c71ff901826ca652c Author:Rafaël Carré Committer: Martin Storsjö Date: Tue Aug 20 19:25:22 2013 +0200 w32pthread: help compiler figure out undeeded code The emulation code is not needed when targetting Vista+ This helps

[libav-commits] matroskaenc: restore compatibility with non referenced AVPacket

2013-06-23 Thread Rafaël Carré
Module: libav Branch: master Commit: c3e58f8fb75d8467161a65b85eb88281547ebab1 Author:Rafaël Carré Committer: Anton Khirnov Date: Sun Jun 23 23:00:33 2013 +0200 matroskaenc: restore compatibility with non referenced AVPacket Signed-off-by: Anton Khirnov --- libavformat

[libav-commits] lavf: don't abort if both encoder and muxer aspect ratios are not set

2013-06-23 Thread Rafaël Carré
Module: libav Branch: master Commit: e21307a2b024938c6714f57c0524bdec72d607c7 Author:Rafaël Carré Committer: Anton Khirnov Date: Sun Jun 23 23:00:34 2013 +0200 lavf: don't abort if both encoder and muxer aspect ratios are not set Signed-off-by: Anton Khirnov --- libavformat/

[libav-commits] flvenc: do not mux more than one stream per type

2013-04-16 Thread Rafaël Carré
Module: libav Branch: master Commit: 5b27c307e7532d6a76dceb555c3c039e81517bd1 Author:Rafaël Carré Committer: Luca Barbato Date: Mon Apr 15 13:14:28 2013 +0200 flvenc: do not mux more than one stream per type FLV does not support multiple audio or video streams. Signed-off-by: Luca

[libav-commits] avcodec_encode_audio(): fix invalid free

2012-10-16 Thread Rafaël Carré
Module: libav Branch: master Commit: a25d912dca9cd553440167e0476c47581359c0fc Author:Rafaël Carré Committer: Anton Khirnov Date: Mon Oct 15 18:41:55 2012 +0200 avcodec_encode_audio(): fix invalid free Since 2bc0de385, AVFrame needs to be initialized before calling

[libav-commits] dxva2: don't check for DXVA_PictureParameters->wDecodedPictureIndex

2012-02-22 Thread Rafaël Carré
Module: libav Branch: master Commit: 562ebc30775db243941db3c96396e7bf8a0e0a44 Author:Rafaël Carré Committer: Diego Biurrun Date: Mon Feb 6 16:08:08 2012 -0500 dxva2: don't check for DXVA_PictureParameters->wDecodedPictureIndex This structure is well defined by Microsoft

[libav-commits] remove ParseContext1

2012-02-10 Thread Rafaël Carré
Module: libav Branch: master Commit: b24aaabd44d68c6fafbfc476d1b70cc7ff8138ca Author:Rafaël Carré Committer: Diego Biurrun Date: Wed Feb 8 19:34:37 2012 -0500 remove ParseContext1 Signed-off-by: Diego Biurrun --- libavcodec/parser.c |8 libavcodec/parser.h | 14

[libav-commits] cavs parser: fix parser context type

2012-02-10 Thread Rafaël Carré
Module: libav Branch: master Commit: 53a09964f036a580facb57963b3407ebdeb813cf Author:Rafaël Carré Committer: Diego Biurrun Date: Wed Feb 8 17:46:48 2012 -0500 cavs parser: fix parser context type Signed-off-by: Diego Biurrun --- libavcodec/cavs_parser.c |4 ++-- 1 files

[libav-commits] mpeg4video parser: move specific fields into private context

2012-02-10 Thread Rafaël Carré
Module: libav Branch: master Commit: e40924887acead75f1410e5db65415d7986f4cb4 Author:Rafaël Carré Committer: Diego Biurrun Date: Thu Feb 9 20:26:17 2012 -0500 mpeg4video parser: move specific fields into private context This obviates using ParseContext1, which is slated for removal

[libav-commits] mpegvideo parser: move specific fields into private context

2012-02-10 Thread Rafaël Carré
Module: libav Branch: master Commit: 07554ace702f66034954856bb45f654161fd011f Author:Rafaël Carré Committer: Diego Biurrun Date: Wed Feb 8 17:46:50 2012 -0500 mpegvideo parser: move specific fields into private context This obviates using ParseContext1, which is slated for removal

[libav-commits] vc1: use ff_parse_close

2012-02-10 Thread Rafaël Carré
Module: libav Branch: master Commit: 797639dcfdbd672d55e79c6a679cc1e58f863277 Author:Rafaël Carré Committer: Diego Biurrun Date: Wed Feb 8 17:46:51 2012 -0500 vc1: use ff_parse_close It works as long as ParseContext is the first member of the private struct Signed-off-by: Diego

[libav-commits] avformat_write_header(): detail error message

2012-01-29 Thread Rafaël Carré
Module: libav Branch: master Commit: 420df8b7c414cfd0cae29930344889651825f9d0 Author:Rafaël Carré Committer: Anton Khirnov Date: Sat Jan 28 23:29:26 2012 -0500 avformat_write_header(): detail error message Give the exact aspect ratios when there is a mismatch between encoder and

[libav-commits] Do not decode RV30 files if the extradata is too small

2011-12-24 Thread Rafaël Carré
Module: libav Branch: release/0.6 Commit: 0facc63ff6176a8d70280e8f7da26f77be81ee36 Author:Rafaël Carré Committer: Reinhard Tartler Date: Sat Jul 16 11:41:08 2011 -0400 Do not decode RV30 files if the extradata is too small Signed-off-by: Diego Biurrun (cherry picked from commit

[libav-commits] lavc: always align height by 32 pixel

2011-12-20 Thread Rafaël Carré
Module: libav Branch: master Commit: 37c0dc626d2f8254ef623d987eb5077f9120755f Author:Rafaël Carré Committer: Luca Barbato Date: Tue Dec 13 15:32:34 2011 +0100 lavc: always align height by 32 pixel Interlaced content for most codec requires it. This patch is a stop-gap pending a

[libav-commits] dxva2.h: include d3d9.h to define LPDIRECT3DSURFACE9

2011-12-07 Thread Rafaël Carré
Module: libav Branch: master Commit: 7efea2a05196baf61f54ddf53b1e1f53f92ea738 Author:Rafaël Carré Committer: Luca Barbato Date: Wed Dec 7 10:23:52 2011 -0500 dxva2.h: include d3d9.h to define LPDIRECT3DSURFACE9 Signed-off-by: Luca Barbato --- libavcodec/dxva2.h |1 + 1 files

[libav-commits] configure: Store vda lib flags in extralibs instead of ldflags

2011-11-25 Thread Rafaël Carré
Module: libav Branch: master Commit: be1e872582c861873bd9ca8c1098da55f41bced4 Author:Rafaël Carré Committer: Martin Storsjö Date: Thu Nov 24 19:43:46 2011 -0500 configure: Store vda lib flags in extralibs instead of ldflags This way the needed linking flags end up in libavcodec.pc

[libav-commits] Do not decode RV30 files if the extradata is too small

2011-09-26 Thread Rafaël Carré
Module: libav Branch: release/0.7 Commit: 3ed12b97bed7f0cd430c4304f166e549b4dad634 Author:Rafaël Carré Committer: Reinhard Tartler Date: Sat Jul 16 11:41:08 2011 -0400 Do not decode RV30 files if the extradata is too small Signed-off-by: Diego Biurrun (cherry picked from commit

[libav-commits] rtpenc: Add a payload type private option

2011-09-26 Thread Rafaël Carré
Module: libav Branch: master Commit: 9152880e9503f193032304c65c78b297171c81ee Author:Rafaël Carré Committer: Martin Storsjö Date: Mon Sep 26 11:56:48 2011 -0400 rtpenc: Add a payload type private option Specifying the payload type is useful when the type number has already been

[libav-commits] rtp: Simplify ff_rtp_get_payload_type

2011-09-26 Thread Rafaël Carré
Module: libav Branch: master Commit: 1430ae44e82074cc4edee508f11431a0d0fcbe12 Author:Rafaël Carré Committer: Martin Storsjö Date: Mon Sep 26 11:56:49 2011 -0400 rtp: Simplify ff_rtp_get_payload_type Signed-off-by: Martin Storsjö --- libavformat/rtp.c | 25

[libav-commits] rtp: Correct ff_rtp_get_payload_type documentation

2011-09-26 Thread Rafaël Carré
Module: libav Branch: master Commit: 142887741fceed6de63a64e21cfca1944c2be889 Author:Rafaël Carré Committer: Martin Storsjö Date: Mon Sep 26 11:56:47 2011 -0400 rtp: Correct ff_rtp_get_payload_type documentation Since 0c378ea1f, it can't fail anymore. Signed-off-by: Martin St

[libav-commits] rtp: factorize dynamic payload type fallback

2011-09-23 Thread Rafaël Carré
Module: libav Branch: master Commit: 0c378ea1f76e226eff460c84634e7227e3705372 Author:Rafaël Carré Committer: Luca Barbato Date: Fri Sep 23 15:47:56 2011 -0400 rtp: factorize dynamic payload type fallback Move the identical code in rtp_write_header() and ff_sdp_write_media() inside

[libav-commits] Do not decode RV30 files if the extradata is too small

2011-07-16 Thread Rafaël Carré
Module: libav Branch: master Commit: 289c60001fb0a9a1d7a97c876d8a42b84c6874ac Author:Rafaël Carré Committer: Diego Biurrun Date: Sat Jul 16 11:41:08 2011 -0400 Do not decode RV30 files if the extradata is too small Signed-off-by: Diego Biurrun --- libavcodec/rv30.c |1 + 1