[libav-commits] dca: Validate the channel map

2017-04-09 Thread Luca Barbato
Module: libav Branch: release/12 Commit: 03fb0f7449de37cd32907eba5142476e988141da Author:Luca Barbato Committer: Sean McGovern Date: Tue Mar 14 09:15:29 2017 + dca: Validate the channel map Having a mismatch between the number of channels in the stream and those in the channel

[libav-commits] matroska: Read only the data written in the scratch buffer

2017-04-10 Thread Luca Barbato
Module: libav Branch: master Commit: d32d59bc977b43031007bb2ab21e232f96d2ebcb Author:Luca Barbato Committer: Luca Barbato Date: Fri Apr 7 11:41:27 2017 +0200 matroska: Read only the data written in the scratch buffer The private buffer is 20bytes but depending on the type only 12

[libav-commits] avformat: Free the internal codec context at the end

2017-04-13 Thread Luca Barbato
Module: libav Branch: master Commit: 9e4a5eb51b9f3b2bff0ef08e0074b7fe4893075d Author:Luca Barbato Committer: Luca Barbato Date: Wed Apr 12 01:46:30 2017 +0200 avformat: Free the internal codec context at the end Avoid a use after free in avformat_find_stream_info. CC: libav-sta

[libav-commits] golomb: Simplify get_ur_golomb_jpegls

2017-04-13 Thread Luca Barbato
Module: libav Branch: master Commit: 19c5fa9eea47d45b5eedce3bff4edeaf83fb3942 Author:Luca Barbato Committer: Luca Barbato Date: Tue Apr 11 12:11:59 2017 +0200 golomb: Simplify get_ur_golomb_jpegls The loop always consumes the bit read and the new bitstream reader can read 0 bits just

[libav-commits] avformat: Free the internal codec context at the end

2017-04-17 Thread Luca Barbato
Module: libav Branch: release/12 Commit: a9a96558a03266e3c39561a72e66097a92955927 Author:Luca Barbato Committer: Sean McGovern Date: Wed Apr 12 01:46:30 2017 +0200 avformat: Free the internal codec context at the end Avoid a use after free in avformat_find_stream_info. CC: libav-sta

[libav-commits] swscale: Do not shift negative values directly

2017-04-18 Thread Luca Barbato
Module: libav Branch: master Commit: f56fa95cd13f627891a1bfb66bf61b971b9e0238 Author:Luca Barbato Committer: Luca Barbato Date: Sat Apr 15 14:39:45 2017 +0200 swscale: Do not shift negative values directly It is undefined in C as reported: warning: shifting a negative signed

[libav-commits] swscale: Convert the check check_image_pointers helper to a macro

2017-04-18 Thread Luca Barbato
Module: libav Branch: master Commit: 37f573543c4fd7f44339e04d8d15b95118493ddd Author:Luca Barbato Committer: Luca Barbato Date: Sat Apr 15 14:55:33 2017 +0200 swscale: Convert the check check_image_pointers helper to a macro Avoid warnings about types mismatch and make the code a

[libav-commits] dca: Account for lfe when checking for the channel count

2017-04-19 Thread Luca Barbato
Module: libav Branch: master Commit: 5352802da81f2083e65d466612e639a4e6e5530e Author:Luca Barbato Committer: Sean McGovern Date: Mon Apr 17 12:53:14 2017 + dca: Account for lfe when checking for the channel count Bug-Id: 1037 CC: libav-sta...@libav.org --- libavcodec/dcadec.c

[libav-commits] travis: Exclude gcc for the macOS target

2017-04-20 Thread Luca Barbato
Module: libav Branch: master Commit: 4809781586d1c956005f72946a2aab5915eab350 Author:Luca Barbato Committer: Luca Barbato Date: Tue Apr 18 20:21:35 2017 +0200 travis: Exclude gcc for the macOS target On a normal macOS setup, 'gcc' is a symlink to clang. Therefore there

[libav-commits] flv: Validate the packet size

2017-04-20 Thread Luca Barbato
Module: libav Branch: master Commit: 279e3aaa14daba6b7a37d75f3fb6e29c732d123f Author:Luca Barbato Committer: Luca Barbato Date: Mon Apr 17 14:10:52 2017 + flv: Validate the packet size Size can be negative at that point. Bug-Id: 1041 CC: libav-sta...@libav.org --- libavformat

[libav-commits] mm: Skip unexpected audio packets

2017-04-20 Thread Luca Barbato
Module: libav Branch: master Commit: 1731c3530bffb876deb9e00dfffdf9841a8412cd Author:Luca Barbato Committer: Luca Barbato Date: Mon Apr 17 19:25:35 2017 + mm: Skip unexpected audio packets Bug-Id: 1046 CC: libav-sta...@libav.org --- libavformat/mm.c | 6 ++ 1 file changed

[libav-commits] mjpeg: Report non-3 component rgb lossless as not supported

2017-04-20 Thread Luca Barbato
Module: libav Branch: master Commit: f2c469b73f8ac3dd6a98d38281f61b68ea6dd336 Author:Luca Barbato Committer: Luca Barbato Date: Mon Apr 17 19:11:57 2017 + mjpeg: Report non-3 component rgb lossless as not supported Bug-Id: 1043 CC: libav-sta...@libav.org --- libavcodec

[libav-commits] dca: Account for lfe when checking for the channel count

2017-04-20 Thread Luca Barbato
Module: libav Branch: release/12 Commit: 2e59f8d9f95895450fe7604d630dfe74ae967224 Author:Luca Barbato Committer: Sean McGovern Date: Mon Apr 17 12:53:14 2017 + dca: Account for lfe when checking for the channel count Bug-Id: 1037 CC: libav-sta...@libav.org (cherry picked from

[libav-commits] mjpeg: Report non-3 component rgb lossless as not supported

2017-04-21 Thread Luca Barbato
Module: libav Branch: release/12 Commit: 04c8112e35d8275e8098015aa0779c167a78c341 Author:Luca Barbato Committer: Sean McGovern Date: Mon Apr 17 19:11:57 2017 + mjpeg: Report non-3 component rgb lossless as not supported Bug-Id: 1043 CC: libav-sta...@libav.org (cherry picked from

[libav-commits] flv: Validate the packet size

2017-04-21 Thread Luca Barbato
Module: libav Branch: release/12 Commit: 27a300fd8c893b3be610a8856cec9a1fb5b86d1a Author:Luca Barbato Committer: Sean McGovern Date: Mon Apr 17 14:10:52 2017 + flv: Validate the packet size Size can be negative at that point. Bug-Id: 1041 CC: libav-sta...@libav.org (cherry

[libav-commits] mm: Skip unexpected audio packets

2017-04-21 Thread Luca Barbato
Module: libav Branch: release/12 Commit: 0738da5fc1c4df56190f760be8b5d9359441fc78 Author:Luca Barbato Committer: Sean McGovern Date: Mon Apr 17 19:25:35 2017 + mm: Skip unexpected audio packets Bug-Id: 1046 CC: libav-sta...@libav.org (cherry picked from commit

[libav-commits] mm: Skip unexpected audio packets

2017-04-21 Thread Luca Barbato
Module: libav Branch: release/11 Commit: fb811fb8073123d147cc796a8fe163191ce7e855 Author:Luca Barbato Committer: Sean McGovern Date: Mon Apr 17 19:25:35 2017 + mm: Skip unexpected audio packets Bug-Id: 1046 CC: libav-sta...@libav.org (cherry picked from commit

[libav-commits] avplay: Do not try to allocate new frames when the player is closing

2017-04-25 Thread Luca Barbato
Module: libav Branch: master Commit: 8c0cadd17e98547d84e82111550caca4fb40ff8d Author:Luca Barbato Committer: Luca Barbato Date: Mon Apr 17 22:22:17 2017 + avplay: Do not try to allocate new frames when the player is closing The allocation event can trigger while the decoding

[libav-commits] avprobe: Handle unknown values for the color description

2017-04-25 Thread Luca Barbato
Module: libav Branch: master Commit: c55f2ae2b8d4de473f945aebd6a7a89b6b83e87a Author:Luca Barbato Committer: Luca Barbato Date: Mon Apr 17 13:48:54 2017 + avprobe: Handle unknown values for the color description print_str() cannot print NULL. Bug-Id: 1040 CC: libav-sta

[libav-commits] configure: Fix sem_timedwait probe

2017-04-25 Thread Luca Barbato
Module: libav Branch: master Commit: 41262498ff89ef48e5ce4823b2fc2dc514a3eb0c Author:Luca Barbato Committer: Luca Barbato Date: Sun Apr 23 14:10:20 2017 + configure: Fix sem_timedwait probe It requires pthreads. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[libav-commits] configure: Properly escape arguments in filter/filter_out helper functions

2017-04-25 Thread Luca Barbato
Module: libav Branch: master Commit: 44aafa3325ec09a120bdb81b8579b8dfd65b1693 Author:Luca Barbato Committer: Luca Barbato Date: Thu Apr 6 18:14:29 2017 +0200 configure: Properly escape arguments in filter/filter_out helper functions The arguments may contain '$',

[libav-commits] avprobe: Handle unknown values for the color description

2017-04-25 Thread Luca Barbato
Module: libav Branch: release/12 Commit: 46a67fc132be6b4bd796e7e3e17c03c80024840e Author:Luca Barbato Committer: Sean McGovern Date: Mon Apr 17 13:48:54 2017 + avprobe: Handle unknown values for the color description print_str() cannot print NULL. Bug-Id: 1040 CC: libav-sta

[libav-commits] avplay: Do not try to allocate new frames when the player is closing

2017-04-25 Thread Luca Barbato
Module: libav Branch: release/12 Commit: 611311ee653cb2a2a2d88e6bf97936ec97fca1f8 Author:Luca Barbato Committer: Sean McGovern Date: Mon Apr 17 22:22:17 2017 + avplay: Do not try to allocate new frames when the player is closing The allocation event can trigger while the decoding

[libav-commits] vlc: Add header #include when the types are used

2017-05-02 Thread Luca Barbato
Module: libav Branch: master Commit: 73fc82f3434d9b68f0948700c4fd8f5056ae5afe Author:Luca Barbato Committer: Diego Biurrun Date: Sat Apr 29 00:34:11 2017 + vlc: Add header #include when the types are used Do not rely on indirectly including it from bitstream.h. Signed-off-by

[libav-commits] bitstream: Move VLC reading functions into the vlc.h header

2017-05-02 Thread Luca Barbato
Module: libav Branch: master Commit: 0ac1fec1c3dacedabbf3dd4122ef4bf8523e688c Author:Luca Barbato Committer: Diego Biurrun Date: Sat Apr 29 00:34:12 2017 + bitstream: Move VLC reading functions into the vlc.h header This makes the bitstream.h header leaner. Signed-off-by: Diego

[libav-commits] configure: Do not check for the __builtin_vec_vsx_ld

2017-05-29 Thread Luca Barbato
Module: libav Branch: master Commit: 6a7e928555d081ff86c867867ebce74fdc4c87d6 Author:Luca Barbato Committer: Luca Barbato Date: Wed May 10 17:18:48 2017 +0200 configure: Do not check for the __builtin_vec_vsx_ld Clang support for Altivec/VSX uses a different approach

[libav-commits] avconv: Always initialize the opkt struct on streamcopy

2017-05-31 Thread Luca Barbato
Module: libav Branch: master Commit: 91622f6446b463abe6507ad2cd5d1fbf7e49c424 Author:Luca Barbato Committer: Luca Barbato Date: Mon May 29 13:55:28 2017 +0200 avconv: Always initialize the opkt struct on streamcopy --- avtools/avconv.c | 6 +++--- 1 file changed, 3 insertions(+), 3

[libav-commits] hlsenc: Support recovery from an already present playlist

2017-05-31 Thread Luca Barbato
Module: libav Branch: master Commit: 16cb06bb30390c3d74312fc6aead818e19bfd8e4 Author:Luca Barbato Committer: Luca Barbato Date: Fri May 19 20:32:47 2017 +0200 hlsenc: Support recovery from an already present playlist Parse the playlist to recover the start sequence and previously

[libav-commits] doc: Drop the legacy symlink to README

2017-06-19 Thread Luca Barbato
Module: libav Branch: master Commit: c5c76370ae240b5e451c4a00a7ab485c0c0e0e98 Author:Luca Barbato Committer: Luca Barbato Date: Wed Jun 14 01:40:40 2017 +0200 doc: Drop the legacy symlink to README Windows does not like symlinks and README.md is pretty common nowadays. --- README

[libav-commits] doc: Drop the legacy symlink to README

2017-06-30 Thread Luca Barbato
Module: libav Branch: release/12 Commit: 20a6dfbfbf0b974faa8f47b520a80af65bdc5c47 Author:Luca Barbato Committer: Luca Barbato Date: Wed Jun 14 01:40:40 2017 +0200 doc: Drop the legacy symlink to README Windows does not like symlinks and README.md is pretty common nowadays. (cherry

[libav-commits] flv: Validate the packet size

2017-07-01 Thread Luca Barbato
Module: libav Branch: release/11 Commit: c91e1d14f383bbaf7170bbd545cc01ba711ab654 Author:Luca Barbato Committer: Sean McGovern Date: Mon Apr 17 14:10:52 2017 + flv: Validate the packet size Size can be negative at that point. Bug-Id: 1041 (cherry picked from commit

[libav-commits] mjpeg: Report non-3 component rgb lossless as not supported

2017-07-01 Thread Luca Barbato
Module: libav Branch: release/11 Commit: e31fa099f3ae0aad219755216ba5268b02e28608 Author:Luca Barbato Committer: Sean McGovern Date: Mon Apr 17 19:11:57 2017 + mjpeg: Report non-3 component rgb lossless as not supported Bug-Id: 1043 (cherry picked from commit

[libav-commits] doc: Drop the legacy symlink to README

2017-07-01 Thread Luca Barbato
Module: libav Branch: release/11 Commit: d49194086f3a88b5118c4b0f27c74d120f375c8d Author:Luca Barbato Committer: Sean McGovern Date: Wed Jun 14 01:40:40 2017 +0200 doc: Drop the legacy symlink to README Windows does not like symlinks and README.md is pretty common nowadays. (cherry

[libav-commits] bitstream: Avoid undefined behavior in bitstream_skip()

2017-07-09 Thread Luca Barbato
Module: libav Branch: master Commit: 79f64f7ebc2b2b7030c6219914bc141cc03fd377 Author:Luca Barbato Committer: Luca Barbato Date: Sat Jul 8 21:04:44 2017 +0200 bitstream: Avoid undefined behavior in bitstream_skip() Do not use skip_remaining() to fully wipe the cache, as this could do

[libav-commits] flac: Postpone unlikely condition checks

2017-07-09 Thread Luca Barbato
Module: libav Branch: master Commit: 15f1cc09a406cf6296818d475a256902235eefc4 Author:Luca Barbato Committer: Diego Biurrun Date: Sat Apr 29 02:15:31 2017 + flac: Postpone unlikely condition checks About 2% speedup on gcc-6.3. Signed-off-by: Diego Biurrun --- libavcodec

[libav-commits] flac: Use a local cache for decode_residual()

2017-07-09 Thread Luca Barbato
Module: libav Branch: master Commit: 0f5ad12ba2b538cb329c507ecc914e06bfa70194 Author:Luca Barbato Committer: Diego Biurrun Date: Sat Apr 29 02:15:32 2017 + flac: Use a local cache for decode_residual() About an additional 4% speedup. Signed-off-by: Diego Biurrun

[libav-commits] png: Support RGBA64 pixel format

2017-08-21 Thread Luca Barbato
Module: libav Branch: master Commit: 0c99b900d874b60ce89b94742b2215f163c87a2b Author:Luca Barbato Committer: Luca Barbato Date: Sun Jul 16 14:35:40 2017 +0200 png: Support RGBA64 pixel format --- libavcodec/pngdec.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavcodec

[libav-commits] png: Report more details regarding unsupported pixel formats

2017-08-21 Thread Luca Barbato
Module: libav Branch: master Commit: 9f5b77c16f4da6248b57f0601364d9c762c620c2 Author:Luca Barbato Committer: Luca Barbato Date: Sun Jul 16 13:46:16 2017 +0200 png: Report more details regarding unsupported pixel formats --- libavcodec/pngdec.c | 3 +++ 1 file changed, 3 insertions

[libav-commits] qsv: Load the hw hevc plugin by default on Linux

2017-09-11 Thread Luca Barbato
Module: libav Branch: master Commit: b05128f3c953bd66483e697d60a2e7e45ee9cfa0 Author:Luca Barbato Committer: Luca Barbato Date: Wed Sep 6 13:07:40 2017 + qsv: Load the hw hevc plugin by default on Linux Only on Windows the software plugin is available. Signed-off-by: Luca

[libav-commits] qsv: Join the derived session to the parent

2017-09-27 Thread Luca Barbato
Module: libav Branch: master Commit: ea25ccd1b2a980df8d43cc1f86a23e3c094090a6 Author:Luca Barbato Committer: Luca Barbato Date: Sun Sep 24 13:54:28 2017 + qsv: Join the derived session to the parent Should improve the performance on multiple transcoding from a single source

[libav-commits] qsv: Make sure the session is set with the latest version

2017-09-27 Thread Luca Barbato
Module: libav Branch: master Commit: ccbb31c14b766ef666ef2daa8c467e478183a957 Author:Luca Barbato Committer: Luca Barbato Date: Mon Sep 25 09:57:30 2017 + qsv: Make sure the session is set with the latest version It is needed to have the calls to MFXJoinSession succeed

[libav-commits] qsv: Expose idr_interval for hevc as well

2017-10-14 Thread Luca Barbato
Module: libav Branch: master Commit: 077011b5af2b3150efc52a9b58f5ef9bb0235087 Author:Luca Barbato Committer: Luca Barbato Date: Fri Oct 13 23:22:13 2017 + qsv: Expose idr_interval for hevc as well --- libavcodec/qsvenc_hevc.c | 1 + 1 file changed, 1 insertion(+) diff --git a

[libav-commits] qsv: Make the hevc idr_interval consistent with the h264 one

2017-10-18 Thread Luca Barbato
Module: libav Branch: master Commit: 98afe3fb71afd4a18009924aaba56bc577bbd400 Author:Luca Barbato Committer: Luca Barbato Date: Tue Oct 17 11:04:57 2017 + qsv: Make the hevc idr_interval consistent with the h264 one According to the MediaSDK documentation the idr_interval value

[libav-commits] doc: Provide better examples for hls and segment muxing

2017-10-27 Thread Luca Barbato
Module: libav Branch: master Commit: 0e702124ee149593168cbbb7b30376249a64ae66 Author:Luca Barbato Committer: Luca Barbato Date: Fri Oct 13 12:24:51 2017 +0200 doc: Provide better examples for hls and segment muxing Some encoders do not output further IDRs if not requested to

[libav-commits] qsv: Support explicit lookahead downscaling

2017-12-13 Thread Luca Barbato
Module: libav Branch: master Commit: 508378556631dc18d32247b4a4e35703758e1ca9 Author:Luca Barbato Committer: Luca Barbato Date: Tue Dec 12 14:27:52 2017 + qsv: Support explicit lookahead downscaling --- libavcodec/qsvenc.c | 4 libavcodec/qsvenc.h | 13 + 2

[libav-commits] build: make examples build normally

2011-07-30 Thread Luca Barbato
Module: libav Branch: master Commit: 8a54bfe83f3387072fb2044096d073c973739ed1 Author:Luca Barbato Committer: Luca Barbato Date: Sat Jul 30 11:01:17 2011 +0200 build: make examples build normally The link target was missing $(EXAMPLES) --- subdir.mak |2 +- 1 files changed, 1

[libav-commits] avpacket: signal possibly corrupted packets

2011-08-01 Thread Luca Barbato
Module: libav Branch: master Commit: 9d39cbf6cfecfda88e2f822b0437ee22ffa6d745 Author:Luca Barbato Committer: Luca Barbato Date: Mon Aug 1 17:41:44 2011 +0200 avpacket: signal possibly corrupted packets Use AV_PKT_FLAG_CORRUPT flag to mark packets that might be incomplete or have

[libav-commits] apichange: add an entry for AV_PKT_FLAG_CORRUPT

2011-08-01 Thread Luca Barbato
Module: libav Branch: master Commit: 5038f9b2684c4be1d9543e34e76282c6935815ba Author:Luca Barbato Committer: Luca Barbato Date: Mon Aug 1 17:46:29 2011 +0200 apichange: add an entry for AV_PKT_FLAG_CORRUPT --- doc/APIchanges |3 +++ 1 files changed, 3 insertions(+), 0

[libav-commits] applehttp: fix variant discard logic

2011-08-04 Thread Luca Barbato
Module: libav Branch: master Commit: 1bf6cb85bebe639c836cdbb4498ea5bc252a7c21 Author:Luca Barbato Committer: Luca Barbato Date: Thu Aug 4 01:06:58 2011 +0200 applehttp: fix variant discard logic The v->ctx is always not NULL now, check for streams presence to mark the read_hea

[libav-commits] downloads: add elenril's repo

2011-08-09 Thread Luca Barbato
Module: libav.org Branch: master Commit: 734219da9e10bfb088f91f3d86fe98fef7dfbe02 Author:Luca Barbato Committer: Luca Barbato Date: Sun Aug 7 23:36:15 2011 +0200 downloads: add elenril's repo --- src/download |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-)

[libav-commits] downloads: update github repo for Luca Barbato

2011-08-09 Thread Luca Barbato
Module: libav.org Branch: master Commit: 96cd89b9313e736388bb5d84f1a2843e05dbb19b Author:Luca Barbato Committer: Luca Barbato Date: Sun Aug 7 19:54:14 2011 +0200 downloads: update github repo for Luca Barbato The repo name switched to libav now. --- src/download |8

[libav-commits] swscale: add dithering to yuv2yuvX_altivec_real

2011-08-12 Thread Luca Barbato
Module: libav Branch: master Commit: 3304a1e69a8a050eb66d2304acd2d01354fa1aac Author:Luca Barbato Committer: Luca Barbato Date: Wed Aug 10 02:16:26 2011 +0200 swscale: add dithering to yuv2yuvX_altivec_real It just does that part in scalar form, I doubt using a vector store over 2

[libav-commits] flvenc: use int64_t to store offsets

2011-08-16 Thread Luca Barbato
Module: libav Branch: master Commit: 7f5bf4fbaf1f2142547321a16358f9871fabdcc6 Author:Luca Barbato Committer: Anton Khirnov Date: Wed Jun 8 14:32:07 2011 + flvenc: use int64_t to store offsets Metadata currently is written only at the start of the file in normal cases, when

[libav-commits] Add the newly created security ml

2011-08-19 Thread Luca Barbato
Module: libav.org Branch: master Commit: e98adf45a3fd172e9d584a67159f76daf2c0365b Author:Luca Barbato Committer: Luca Barbato Date: Fri Aug 19 12:01:37 2011 +0200 Add the newly created security ml --- src/contact |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff

[libav-commits] Revert "h264: Properly set coded_{width, height} when parsing H.264."

2011-08-29 Thread Luca Barbato
Module: libav Branch: master Commit: 22141917a987e22685ee20440148e25724451f50 Author:Luca Barbato Committer: Luca Barbato Date: Sun Aug 21 18:27:44 2011 +0200 Revert "h264: Properly set coded_{width, height} when parsing H.264." This reve

[libav-commits] avcodec: remove misleading comment

2011-08-31 Thread Luca Barbato
Module: libav Branch: master Commit: dde372934a5cc1012a2dfe841b7b7db925805ca1 Author:Luca Barbato Committer: Luca Barbato Date: Mon Aug 29 22:47:06 2011 +0200 avcodec: remove misleading comment coded_width is the width before lowres scaling, coded_height is the height before lowres

[libav-commits] nutenc: add namespace to the api facing functions

2011-09-04 Thread Luca Barbato
Module: libav Branch: master Commit: 5ee5dc4e9a094db235fd86454b019b02fa250eee Author:Luca Barbato Committer: Luca Barbato Date: Wed Aug 31 19:27:17 2011 +0200 nutenc: add namespace to the api facing functions Rename write_{header,packet,trailer} to nut_write_{header,packet,trailer

[libav-commits] doc: explain __STDC_CONSTANT_MACROS in C++

2011-09-10 Thread Luca Barbato
Module: libav Branch: master Commit: d162994a81a311a8dd212a50a2d2ad2b088df97f Author:Luca Barbato Committer: Luca Barbato Date: Sat Sep 10 10:23:50 2011 -0400 doc: explain __STDC_CONSTANT_MACROS in C++ In order to build C++ programs using libav you need -D__STDC_CONSTANT_MACROS

[libav-commits] libx264: introduce slice-max-size option

2011-09-16 Thread Luca Barbato
Module: libav Branch: master Commit: 3a78fb57de0b8ee800d91c69e395b685e285a63b Author:Luca Barbato Committer: Luca Barbato Date: Fri Sep 16 04:30:10 2011 +0200 libx264: introduce slice-max-size option Yet another option useful for low latency streaming. --- libavcodec/libx264.c

[libav-commits] ratecontrol: update last_qscale_for sooner

2011-09-22 Thread Luca Barbato
Module: libav Branch: master Commit: d554b33efe97d4b46c695e7cfa6f248780907ee7 Author:Luca Barbato Committer: Luca Barbato Date: Fri Sep 16 20:06:55 2011 +0200 ratecontrol: update last_qscale_for sooner In order to make ratecontrol converge properly update the last_qscale_for values

[libav-commits] flvenc: use int64_t to store offsets

2011-09-26 Thread Luca Barbato
Module: libav Branch: release/0.7 Commit: fe3e7297fe56a383baca484dea2c0d603ae305f8 Author:Luca Barbato Committer: Reinhard Tartler Date: Wed Jun 8 14:32:07 2011 + flvenc: use int64_t to store offsets Metadata currently is written only at the start of the file in normal cases

[libav-commits] vpxenc: add private options

2011-09-30 Thread Luca Barbato
Module: libav Branch: master Commit: e3eb015ba47ace8aff8db18e80d20704e7306b66 Author:Luca Barbato Committer: Anton Khirnov Date: Mon Sep 26 10:22:38 2011 +0200 vpxenc: add private options Make libvpx support close to the libx264 one. Thanks to Jan Gerber for the support. Signed-off

[libav-commits] libvpxenc: use libvpx's own defaults for some parameters

2011-09-30 Thread Luca Barbato
Module: libav Branch: master Commit: 6450f26c9ac90bda7c7e58ff75020d0dd2ed0aa2 Author:Luca Barbato Committer: Anton Khirnov Date: Fri Sep 30 12:15:59 2011 +0200 libvpxenc: use libvpx's own defaults for some parameters Specifically, qmin/qmax, gop_size and keyint_min. Fixes b

[libav-commits] Announce Libav 0.7.2

2011-10-01 Thread Luca Barbato
Module: libav.org Branch: master Commit: 6f369e0912cf17f2a4c4c9e55595146aba57ac52 Author:Luca Barbato Committer: Luca Barbato Date: Fri Sep 30 19:31:25 2011 +0200 Announce Libav 0.7.2 --- src/download | 24 src/index| 39

[libav-commits] win32: improve threading algorithm warning

2011-10-01 Thread Luca Barbato
Module: libav Branch: master Commit: 0e5cc174bb0f0dfb99bd4969bb1d6c20de3d6e7f Author:Luca Barbato Committer: Luca Barbato Date: Mon Sep 26 00:51:14 2011 +0200 win32: improve threading algorithm warning If no threading is requested do not issue warning about unsupported threading

[libav-commits] mov: do not misreport empty stts

2011-10-11 Thread Luca Barbato
Module: libav Branch: master Commit: 30c3d976f12665d5d13971172aab062a97cb1bce Author:Luca Barbato Committer: Luca Barbato Date: Tue Oct 11 10:14:06 2011 +0200 mov: do not misreport empty stts Return -1 instead of ENOMEM if entries is 0. Fixes a av_malloc(0) crash in macosx

[libav-commits] mov: cosmetics, fix for and if spacing

2011-10-11 Thread Luca Barbato
Module: libav Branch: master Commit: 5a7ba58657bda249ac625456577651ab98a9d231 Author:Luca Barbato Committer: Luca Barbato Date: Tue Oct 11 10:12:38 2011 +0200 mov: cosmetics, fix for and if spacing --- libavformat/mov.c | 96 +++- 1

[libav-commits] macosx: use the default surface on newer sdl

2011-10-17 Thread Luca Barbato
Module: libav Branch: master Commit: ec5e521298f2a7c8b42f4d247dbf09009d400355 Author:Luca Barbato Committer: Luca Barbato Date: Sun Oct 16 22:31:53 2011 -0700 macosx: use the default surface on newer sdl SDL 1.2.14 works fine with default colorspace on macosx and seems to have some

[libav-commits] pulse: documentation

2011-10-26 Thread Luca Barbato
Module: libav Branch: master Commit: c4b97fbdfabb9d252a13c9c1f7bc8e1c2e9e43c5 Author:Luca Barbato Committer: Luca Barbato Date: Wed Oct 26 09:27:54 2011 -0700 pulse: documentation Specify avoptions and how to use pactl to list devices. Signed-off-by: Luca Barbato --- doc

[libav-commits] pulse: introduce pulseaudio input

2011-10-26 Thread Luca Barbato
Module: libav Branch: master Commit: 0de9c41ff4acbd9e0b9f1397d279b40f5750dfe9 Author:Luca Barbato Committer: Luca Barbato Date: Wed Oct 26 09:27:53 2011 -0700 pulse: introduce pulseaudio input It currently use the simple api and is using the latency information provided only to

[libav-commits] avstring: Add locale independent implementations of toupper/tolower

2011-11-06 Thread Luca Barbato
Module: libav Branch: master Commit: 07b172fe8f6a5d567edc4dac3f813b210874d3b1 Author:Luca Barbato Committer: Martin Storsjö Date: Sat Nov 5 17:15:43 2011 +0200 avstring: Add locale independent implementations of toupper/tolower Signed-off-by: Martin Storsjö --- doc/APIchanges

[libav-commits] doc: update libavfilter documentation

2011-11-10 Thread Luca Barbato
Module: libav Branch: master Commit: 299809defb05eae093cb72da97dfbbb7e17e08fe Author:Luca Barbato Committer: Luca Barbato Date: Tue Nov 8 11:37:58 2011 -0800 doc: update libavfilter documentation Update the reference to the conversion tool to use avconv and make sure the example

[libav-commits] doc: prettyfy the texi2html documentation

2011-11-13 Thread Luca Barbato
Module: libav Branch: master Commit: 84fb63ed23855f3c86b846c0d3f8b017ae76aae1 Author:Luca Barbato Committer: Luca Barbato Date: Sun Nov 13 04:05:13 2011 +0100 doc: prettyfy the texi2html documentation make it use the website css and start structuring it so it is consistent --- doc

[libav-commits] texi2html: remove stray \n

2011-11-13 Thread Luca Barbato
Module: libav Branch: master Commit: 58b68d6b36d4c88f9250fd4f57f87fea41cc5e10 Author:Luca Barbato Committer: Luca Barbato Date: Sun Nov 13 12:25:29 2011 +0100 texi2html: remove stray \n Single-quoted strings are printed verbatim in perl. --- doc/t2h.init | 14 -- 1

[libav-commits] css: uniform links in heading tags

2011-11-13 Thread Luca Barbato
Module: libav.org Branch: master Commit: 397a9b54fa7cff1f3fb6e29d78ec3a2c3ce10aa3 Author:Luca Barbato Committer: Luca Barbato Date: Mon Nov 14 00:18:11 2011 +0100 css: uniform links in heading tags The styling is inherited to be globally consistent. --- htdocs/default.css |5

[libav-commits] lavf: simplify format_child_class_next()

2011-11-14 Thread Luca Barbato
Module: libav Branch: master Commit: caf27e37b654d6f525d47bc62b914cbee4ca6a4b Author:Luca Barbato Committer: Luca Barbato Date: Mon Nov 14 12:24:21 2011 +0100 lavf: simplify format_child_class_next() And fix the error introduced when adding private option to avio. See

[libav-commits] pulse: compute frame_duration once and fix it

2011-11-14 Thread Luca Barbato
Module: libav Branch: master Commit: 2625b621ce7eb2d5f2f42d2a6dff37bffce3c726 Author:Luca Barbato Committer: Luca Barbato Date: Mon Nov 14 15:53:59 2011 +0100 pulse: compute frame_duration once and fix it The frame duration was calculated without taking in account the bytes per

[libav-commits] cinepack: return non-generic errors

2011-11-18 Thread Luca Barbato
Module: libav Branch: master Commit: b7d939d9986fa636bf7b78ac51945f51999c678c Author:Luca Barbato Committer: Luca Barbato Date: Fri Nov 18 12:10:41 2011 +0100 cinepack: return non-generic errors --- libavcodec/cinepak.c | 28 ++-- 1 files changed, 14

[libav-commits] doxy: introduce an empty structure in libavcodec

2011-11-22 Thread Luca Barbato
Module: libav Branch: master Commit: e97e5a2e0244c2daa2d696cb69ee96a0e77e1eb1 Author:Luca Barbato Committer: Luca Barbato Date: Sun Nov 20 21:29:52 2011 +0100 doxy: introduce an empty structure in libavcodec --- libavcodec/avcodec.h | 31 +++ libavutil

[libav-commits] doxy: cleanup pixfmt.h

2011-11-22 Thread Luca Barbato
Module: libav Branch: master Commit: 384bdaceeb9c82d5b64a6f73e5273298b38028e9 Author:Luca Barbato Committer: Luca Barbato Date: Sat Nov 19 16:57:53 2011 +0100 doxy: cleanup pixfmt.h Remove the dubious warning about the header being private and add some formatting --- libavutil

[libav-commits] doxy: structure libavformat groups

2011-11-22 Thread Luca Barbato
Module: libav Branch: master Commit: e361b5089a5b782662eac92d4a76b12c6eaa11be Author:Luca Barbato Committer: Luca Barbato Date: Tue Nov 22 17:11:28 2011 +0100 doxy: structure libavformat groups --- libavformat/avformat.h | 34 ++ libavutil/avutil.h

[libav-commits] doxy: provide a start page and document libavutil

2011-11-22 Thread Luca Barbato
Module: libav Branch: master Commit: 757cd8d876b18c07e00b53fd4e5c01bedc106d2e Author:Luca Barbato Committer: Luca Barbato Date: Sun Nov 20 20:38:24 2011 +0100 doxy: provide a start page and document libavutil Introduce a basic layout, the subpages are currently left empty. Split

[libav-commits] nullenc: drop AVFMT_RAWPICTURE from the flags

2011-11-25 Thread Luca Barbato
Module: libav Branch: master Commit: 035af998ad03020a3dda4e662dfb97c68bbabaaa Author:Luca Barbato Committer: Luca Barbato Date: Thu Nov 24 23:03:25 2011 +0100 nullenc: drop AVFMT_RAWPICTURE from the flags This makes the two pass encoding with x264 working with -f null - as first pass

[libav-commits] doc: cleanup filter section

2011-11-27 Thread Luca Barbato
Module: libav Branch: master Commit: 9270b8a3d1dd5bc9adbf77ed67a00aa7426737bb Author:Luca Barbato Committer: Luca Barbato Date: Fri Nov 25 16:03:16 2011 +0100 doc: cleanup filter section Use the @command{} tag when needed and cleanup the examples. --- doc/filters.texi | 19

[libav-commits] vc1: use an enum for Frame Coding Mode

2011-11-27 Thread Luca Barbato
Module: libav Branch: master Commit: 1f948745c3cbe45c4ccd5d8996fc885d826bf3ff Author:Luca Barbato Committer: Luca Barbato Date: Sat Nov 26 13:28:48 2011 +0100 vc1: use an enum for Frame Coding Mode Document it a little and possibly fix a bug in dxva2_vc1. --- libavcodec/dxva2_vc1

[libav-commits] asf: do not call av_read_frame

2011-12-02 Thread Luca Barbato
Module: libav Branch: master Commit: 73f027c17b0063233ec80e86a6b74ea4df6705c2 Author:Luca Barbato Committer: Luca Barbato Date: Mon Nov 14 15:18:49 2011 +0100 asf: do not call av_read_frame The asf_read_pts should read the bitstream directly. --- libavformat/asfdec.c |2 +- 1

[libav-commits] doc: improve general documentation for MacOSX

2011-12-02 Thread Luca Barbato
Module: libav Branch: master Commit: 7d68f592f6b3b434b4a4c96a3e28c4149ef17060 Author:Luca Barbato Committer: Luca Barbato Date: Fri Dec 2 10:26:00 2011 +0100 doc: improve general documentation for MacOSX Signed-off-by: Luca Barbato --- doc/general.texi | 13 +++-- 1

[libav-commits] fate: update asf seektest

2011-12-02 Thread Luca Barbato
Module: libav Branch: master Commit: 5a2e2516456e383575b44545d17c7f5859ca67b9 Author:Luca Barbato Committer: Luca Barbato Date: Fri Dec 2 14:07:45 2011 +0100 fate: update asf seektest --- tests/ref/seek/lavf_asf | 16 1 files changed, 8 insertions(+), 8

[libav-commits] doc: break some long lines in developer.texi

2011-12-02 Thread Luca Barbato
Module: libav Branch: master Commit: a0338b598b123864cbb814f3de88080ec9215a09 Author:Luca Barbato Committer: Luca Barbato Date: Sat Dec 3 01:18:28 2011 +0100 doc: break some long lines in developer.texi --- doc/developer.texi | 27 --- 1 files changed, 16

[libav-commits] drawtext: make x and y parametric

2011-12-02 Thread Luca Barbato
Module: libav Branch: master Commit: 2cf74eca70759320200f06efe4a09bd69e169dec Author:Luca Barbato Committer: Luca Barbato Date: Thu Dec 1 11:43:11 2011 +0100 drawtext: make x and y parametric Introduce variables "E", "PHI", "PI", "main_w"/&quo

[libav-commits] drawtext: manage memory allocation better

2011-12-02 Thread Luca Barbato
Module: libav Branch: master Commit: ec11ff8407eadc65f4225f83e778c504c00ce037 Author:Luca Barbato Committer: Luca Barbato Date: Thu Dec 1 11:27:19 2011 +0100 drawtext: manage memory allocation better Call dtext_prepare_text as early as possible Do not draw if the memory allocation

[libav-commits] drawtext: refactor draw_text

2011-12-02 Thread Luca Barbato
Module: libav Branch: master Commit: a2fb4bcb0189f6421608e0dec1a38c65910763f6 Author:Luca Barbato Committer: Luca Barbato Date: Thu Dec 1 11:14:54 2011 +0100 drawtext: refactor draw_text Split the memory allocation from the actual drawing. --- libavfilter/vf_drawtext.c | 67

[libav-commits] drawtext: introduce rand(min, max)

2011-12-07 Thread Luca Barbato
Module: libav Branch: master Commit: f5edfc9e92d1340cd50385081e563da226940e4e Author:Luca Barbato Committer: Luca Barbato Date: Mon Dec 5 00:56:21 2011 +0100 drawtext: introduce rand(min, max) Signed-off-by: Luca Barbato --- libavfilter/vf_drawtext.c | 34

[libav-commits] drawtext: introduce explicit draw/hide variable

2011-12-07 Thread Luca Barbato
Module: libav Branch: master Commit: 73585620b8a1d170133c8e41e557d4ec5f64 Author:Luca Barbato Committer: Luca Barbato Date: Sun Dec 4 21:13:56 2011 +0100 drawtext: introduce explicit draw/hide variable Signed-off-by: Luca Barbato --- libavfilter/vf_drawtext.c | 11

[libav-commits] drawtext: remove typo

2011-12-07 Thread Luca Barbato
Module: libav Branch: master Commit: 78212cefe14a2086dc1ea3778b76623b949e5d0c Author:Luca Barbato Committer: Luca Barbato Date: Wed Dec 7 20:30:55 2011 +0100 drawtext: remove typo It slipped through the last two iterations. --- libavfilter/vf_drawtext.c |2 +- 1 files changed

[libav-commits] contact: point to our patch submission guidelines instead of the MPlayer ones

2011-12-07 Thread Luca Barbato
Module: libav.org Branch: master Commit: c2025e28a8a61fd21a5c56d08d1a03117fec5dd9 Author:Luca Barbato Committer: Diego Biurrun Date: Tue Dec 6 21:32:35 2011 +0100 contact: point to our patch submission guidelines instead of the MPlayer ones --- src/contact |7 +++ 1 files

[libav-commits] doc: add pulseaudio to the input list

2011-12-08 Thread Luca Barbato
Module: libav Branch: master Commit: 12dca02e9e0585bd49b7353c7c2fe7738f76e6f3 Author:Luca Barbato Committer: Luca Barbato Date: Sat Dec 3 21:53:09 2011 +0100 doc: add pulseaudio to the input list --- doc/general.texi |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff

[libav-commits] avconv: remove unsubstantiated comment

2011-12-08 Thread Luca Barbato
Module: libav Branch: master Commit: f75e3d25d0c9b9f59a6f51e7a3c4c66a15a45a7b Author:Luca Barbato Committer: Luca Barbato Date: Thu Dec 8 02:17:18 2011 +0100 avconv: remove unsubstantiated comment All the currently supported OS-es manage to use return values properly

[libav-commits] doxy: change hue value to match our green

2011-12-08 Thread Luca Barbato
Module: libav Branch: master Commit: b73a01eaf1f347419dcba49ca18a99afe0b24b24 Author:Luca Barbato Committer: Luca Barbato Date: Thu Dec 8 14:29:26 2011 +0100 doxy: change hue value to match our green --- Doxyfile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[libav-commits] doc: document fate in a texinfo

2011-12-09 Thread Luca Barbato
Module: libav Branch: master Commit: 1ebbdda1d2754005d722907693ea958da5751af8 Author:Luca Barbato Committer: Luca Barbato Date: Fri Dec 2 01:33:07 2011 +0100 doc: document fate in a texinfo Summarize the information provided in the wiki and the one provided in fate.txt --- doc

<    1   2   3   4   5   6   7   8   9   10   >