[libav-commits] avopt: Reorder the default_val struct, making i64 the first field

2012-09-04 Thread Martin Storsjö
Module: libav Branch: master Commit: 686a329395bf4b602445dd5015fab507b01ad4f2 Author:Martin Storsjö Committer: Martin Storsjö Date: Fri Aug 31 13:35:47 2012 +0300 avopt: Reorder the default_val struct, making i64 the first field Also mention this change in APIchanges. Signed-off-by:

[libav-commits] avopt: Explicitly store rational option defaults in .dbl

2012-09-04 Thread Martin Storsjö
Module: libav Branch: master Commit: 21bc44038491e525335ad763883b0288402ff6a0 Author:Martin Storsjö Committer: Martin Storsjö Date: Fri Aug 31 00:42:30 2012 +0300 avopt: Explicitly store rational option defaults in .dbl Signed-off-by: Martin Storsjö --- libavfilter/buffersrc.c

[libav-commits] avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member

2012-09-04 Thread Martin Storsjö
Module: libav Branch: master Commit: d58dd4b5b5d31cfd4092e38a5f2c894eee2ab078 Author:Martin Storsjö Committer: Martin Storsjö Date: Fri Aug 31 12:52:18 2012 +0300 avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member Signed-off-by: Martin Storsjö --- libavcodec/g722d

[libav-commits] avopt: Explicitly store float/double option defaults in .dbl

2012-09-04 Thread Martin Storsjö
Module: libav Branch: master Commit: c7b610aa0b1bac47eea0056b13fe6e982b85844a Author:Martin Storsjö Committer: Martin Storsjö Date: Fri Aug 31 13:34:23 2012 +0300 avopt: Explicitly store float/double option defaults in .dbl Signed-off-by: Martin Storsjö --- libavcodec/ac3dec.c

[libav-commits] svq1enc: Set picture_structure correctly

2012-09-04 Thread Michael Niedermayer
Module: libav Branch: master Commit: 2d7d91f06d6a1d243dc74c96d3389ee237a3b906 Author:Michael Niedermayer Committer: Martin Storsjö Date: Mon Aug 6 16:28:13 2012 +0200 svq1enc: Set picture_structure correctly This fixes assert failures when running in debug mode. Signed-off-by: Marti

[libav-commits] mpegvideo: remove last_picture_ptr / h264 assert.

2012-09-04 Thread Michael Niedermayer
Module: libav Branch: master Commit: 91672504a403556f63492093b892574234f21dd7 Author:Michael Niedermayer Committer: Martin Storsjö Date: Mon Aug 6 16:49:49 2012 +0200 mpegvideo: remove last_picture_ptr / h264 assert. This assert is no longer true since h264 error concealment needs la

[libav-commits] elbg: Fix an assert

2012-09-04 Thread Michael Niedermayer
Module: libav Branch: master Commit: 2c340596cab981ac842aff7da89d298025c99304 Author:Michael Niedermayer Committer: Martin Storsjö Date: Sat Aug 18 21:53:32 2012 +0200 elbg: Fix an assert It seems the condition was flipped from what was intended. Signed-off-by: Martin Storsjö ---

[libav-commits] mpegvideo_enc: remove assert that has become obsolete with the new API

2012-09-04 Thread Michael Niedermayer
Module: libav Branch: master Commit: 19000122a4cc7551cef19ccc6ce4db82d7d290bd Author:Michael Niedermayer Committer: Martin Storsjö Date: Mon Aug 6 10:26:04 2012 +0200 mpegvideo_enc: remove assert that has become obsolete with the new API It now just checks uninitialized and unused da

[libav-commits] configure: add support for bdver1 and bdver2 CPU types.

2012-09-04 Thread Diego Elio Pettenò
Module: libav Branch: master Commit: b36f87ff90d87687f574d51385f47bb98d14600a Author:Diego Elio Pettenò Committer: Luca Barbato Date: Mon Sep 3 05:20:44 2012 -0700 configure: add support for bdver1 and bdver2 CPU types. Signed-off-by: Diego Elio Pettenò Signed-off-by: Luca Barbato

[libav-commits] pixdesc: cosmetics

2012-09-04 Thread Luca Barbato
Module: libav Branch: master Commit: a684267076fc577aaebed9e35b566796d361a69c Author:Luca Barbato Committer: Luca Barbato Date: Fri Aug 31 11:22:20 2012 +0200 pixdesc: cosmetics --- libavutil/pixdesc.c | 30 ++ 1 files changed, 18 insertions(+), 12 dele

[libav-commits] avio: make avio_close NULL the freed buffer

2012-09-04 Thread Luca Barbato
Module: libav Branch: master Commit: 30939390775029fa70b8491d570ac6013cd03c71 Author:Luca Barbato Committer: Luca Barbato Date: Tue Sep 4 15:04:46 2012 +0200 avio: make avio_close NULL the freed buffer --- libavformat/aviobuf.c |2 +- 1 files changed, 1 insertions(+), 1 deletio

[libav-commits] proresenc: Don't free a buffer not owned by the codec

2012-09-04 Thread Martin Storsjö
Module: libav Branch: master Commit: cc86bd4ccc19d79747c76925b36d01dc7cad07d2 Author:Martin Storsjö Committer: Martin Storsjö Date: Tue Sep 4 14:57:45 2012 +0300 proresenc: Don't free a buffer not owned by the codec The data in coded_frame isn't allocated using get_buffer, but is cop

[libav-commits] proresenc: Write the full value in one put_bits call

2012-09-04 Thread Martin Storsjö
Module: libav Branch: master Commit: 6d9e74cd4179f42a8fa860f2e08d370c7c36325f Author:Martin Storsjö Committer: Martin Storsjö Date: Tue Sep 4 14:31:52 2012 +0300 proresenc: Write the full value in one put_bits call Previously, the put_bits call writing the value wrote a value larger

[libav-commits] adpcmenc: Calculate the IMA_QT predictor without overflow

2012-09-04 Thread Michael Niedermayer
Module: libav Branch: master Commit: aa264da5bf6a3d82a47abba4cfcfa629dd1f3daa Author:Michael Niedermayer Committer: Martin Storsjö Date: Tue Sep 4 14:02:30 2012 +0300 adpcmenc: Calculate the IMA_QT predictor without overflow Previously, the value given to put_bits was 10 bits long fo