[FFmpeg-cvslog] avformat/dashdec: free resource allocated by xml

2017-09-08 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Sat Sep 9 08:34:07 2017 +0800| [ab96e2ca81d7dd7d02c2b2176fc3dac85d9e8cb9] | committer: Steven Liu avformat/dashdec: free resource allocated by xml modify from av_free to xmlFree Suggested-by: wm4 Signed-off-by: Steven Liu > http://git.videolan.org/gi

[FFmpeg-cvslog] avformat/dashdec: add dash demuxer base version

2017-09-08 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Sat Sep 9 08:32:03 2017 +0800| [96d70694aea64616c68db8be306c159c73fb3980] | committer: Steven Liu avformat/dashdec: add dash demuxer base version ffmpeg need a dash demuxer for demux the dash formats base on https://github.com/samsamsam-iptvplayer/extepl

[FFmpeg-cvslog] avformat/matroskaenc: also write tags when output is WebM

2017-09-08 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jun 1 23:47:32 2017 -0300| [27b7800ba907ff4fbb8ecacc50e19a1386f1c643] | committer: James Almer avformat/matroskaenc: also write tags when output is WebM WebM supports a subset of elements from the Tags master. See https://www.webmproject.org/docs/con

[FFmpeg-cvslog] build: add --disable-avfoundation autodetect switch

2017-09-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Sep 6 11:31:40 2017 +0200| [97d8013582f5b6a34d742ff9d5aea4012863ab39] | committer: Clément Bœsch build: add --disable-avfoundation autodetect switch > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=97d8013582f5b6a34d742ff9d5aea4012863ab

[FFmpeg-cvslog] build: cleanup videotoolbox

2017-09-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Sep 6 11:53:48 2017 +0200| [260ea7a7b395891b12eeddbd9042e0a4d3c72db9] | committer: Clément Bœsch build: cleanup videotoolbox - there is no need for kCVImageBufferColorPrimaries_ITU_R_2020 checks, it's done at runtime - VideoToolbox presence is n

[FFmpeg-cvslog] build: cleanup audiotoolbox handling

2017-09-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Sep 6 11:42:54 2017 +0200| [1cf23e3fddd1a804281b9ffc1b80c62151a46753] | committer: Clément Bœsch build: cleanup audiotoolbox handling *_at codecs only need the AudioToolbox framework, which is now checked like the other Apple frameworks. > http:/

[FFmpeg-cvslog] build: fix objcc header check

2017-09-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Tue Sep 5 18:06:29 2017 +0200| [b476e7720c067d75cd72190db7d36e72c3ff6abb] | committer: Clément Bœsch build: fix objcc header check $headers is a variable set in the context of other functions (we don't use the "local" keyword in our scripts, so those

[FFmpeg-cvslog] build: add --disable-coreimage autodetect switch

2017-09-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Sep 6 11:33:20 2017 +0200| [496d0178b0ed4bbb8551ffab68d7c84e230b4ba5] | committer: Clément Bœsch build: add --disable-coreimage autodetect switch > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=496d0178b0ed4bbb8551ffab68d7c84e230b4ba5

[FFmpeg-cvslog] build: add check_apple_framework()

2017-09-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Sep 6 11:29:23 2017 +0200| [b6dce64a8ea5e98ce09916a056a7ac51316c9bce] | committer: Clément Bœsch build: add check_apple_framework() This will be used in the following commits. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b6dce64a8e

[FFmpeg-cvslog] lavfi/coreimage: reduce dependency scope from QuartzCore to CoreImage

2017-09-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Tue Sep 5 18:09:37 2017 +0200| [f8519529cfed6453bc7cc7634660021d539049a0] | committer: Clément Bœsch lavfi/coreimage: reduce dependency scope from QuartzCore to CoreImage What is required by the filter is CoreImage, there is no QuartzCore usage. Quart

[FFmpeg-cvslog] lavu/tests: move timer.h include earlier

2017-09-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Sep 7 15:52:47 2017 +0200| [e0b9b3e60ea3b970c5fcdbccb401cd9d93b9a63f] | committer: Clément Bœsch lavu/tests: move timer.h include earlier In the next commit, timer.h will require a _GNU_SOURCE to be set before including system headers. This commit

[FFmpeg-cvslog] lavu/timer.h: add Linux Perf API support

2017-09-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Sep 2 19:25:10 2017 +0200| [f61379cbd45a91b26c7a1ddd3f16417466c435cd] | committer: Clément Bœsch lavu/timer.h: add Linux Perf API support Refer to "checkasm: use perf API on Linux ARM*" commit for the rationale. The implementation is somehow dupl

[FFmpeg-cvslog] lavu/timer.h: factor out timer report

2017-09-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sat Sep 2 19:17:45 2017 +0200| [9c0d823a7c2c29560f298a007289b9a63d0e3b87] | committer: Clément Bœsch lavu/timer.h: factor out timer report This commit is meant to reduce the diff in the following one. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] lavu/tests/des: rename crypt to crypt_ref

2017-09-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Sep 7 15:56:56 2017 +0200| [dc27df47ff99fb29ed36711a62efb78ee28dba97] | committer: Clément Bœsch lavu/tests/des: rename crypt to crypt_ref This will prevent a symbol clash with crypt(3) after unistd.h is included. > http://git.videolan.org/gitweb

[FFmpeg-cvslog] checkasm: use perf API on Linux ARM*

2017-09-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Sep 1 15:11:18 2017 +0200| [e0d56f097f42bcdbe6c3b2f57df62a4da63f2094] | committer: Clément Bœsch checkasm: use perf API on Linux ARM* On ARM platforms, accessing the PMU registers requires special user access permissions. Since there is no other w

[FFmpeg-cvslog] avfilter: add Haas stereo enhancer

2017-09-08 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 6 14:06:38 2017 +0200| [cf0eed2525bda50991ba0af4f808533403b08f7c] | committer: Paul B Mahol avfilter: add Haas stereo enhancer Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cf0eed2525bda50991ba0af4f808

[FFmpeg-cvslog] avcodec/pthread_slice: add ff_slice_thread_execute_with_mainfunc()

2017-09-08 Thread Ilia Valiakhmetov
ffmpeg | branch: master | Ilia Valiakhmetov | Fri Sep 8 03:48:17 2017 +0700| [83c12fefd22fc2326a19e5c1a33e90a874e8] | committer: Ronald S. Bultje avcodec/pthread_slice: add ff_slice_thread_execute_with_mainfunc() Signed-off-by: Ilia Valiakhmetov Signed-off-by: Ronald S. Bultje > http:/

[FFmpeg-cvslog] libavcodec/h264_parse: don't use uninitialized value when chroma_format_idc==0

2017-09-08 Thread Mark Wachsler
ffmpeg | branch: master | Mark Wachsler | Thu Sep 7 09:42:07 2017 -0400| [fde5c7dc79eb017790ba232442ad2a4eecea4bf1] | committer: Michael Niedermayer libavcodec/h264_parse: don't use uninitialized value when chroma_format_idc==0 When parsing a monochrome file, chroma_log2_weight_denom was used

[FFmpeg-cvslog] avcodec/mips: Improve vp9 mc msa functions

2017-09-08 Thread Kaustubh Raste
ffmpeg | branch: master | Kaustubh Raste | Mon Sep 4 18:20:36 2017 +0530| [9b2c3c406fdd2393408847a6180b451c46d417db] | committer: Michael Niedermayer avcodec/mips: Improve vp9 mc msa functions Load the specific destination bytes instead of MSA load and pack. Signed-off-by: Kaustubh Raste Re

[FFmpeg-cvslog] avcodec/mips: Improve vp9 idct msa functions

2017-09-08 Thread Kaustubh Raste
ffmpeg | branch: master | Kaustubh Raste | Mon Sep 4 18:20:09 2017 +0530| [c75b23cbea79abc8129b7ed1d546e1c853be615c] | committer: Michael Niedermayer avcodec/mips: Improve vp9 idct msa functions Removed memset calls. Signed-off-by: Kaustubh Raste Reviewed-by: Manojkumar Bhosale Signed-off-

[FFmpeg-cvslog] avcodec/mips: Improve vp9 lpf msa functions

2017-09-08 Thread Kaustubh Raste
ffmpeg | branch: master | Kaustubh Raste | Mon Sep 4 18:19:32 2017 +0530| [2e79813a8ec7998ae4e86688e929a5ca9a131ae7] | committer: Michael Niedermayer avcodec/mips: Improve vp9 lpf msa functions Updated VP9_LPF_FILTER4_4W macro to process on 8 bit data. Replaced VP9_LPF_FILTER4_8W with VP9_LPF

[FFmpeg-cvslog] ffmpeg: rename a variable.

2017-09-08 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Mon Apr 3 13:49:59 2017 +0200| [dfed8e2cbb48d750a16b6c2b4f764250f69ab4df] | committer: Nicolas George ffmpeg: rename a variable. Makes the reason of the "FIXME" comment more obvious. Avoid name conflicts for the next commit. > http://git.videolan.or

[FFmpeg-cvslog] ffmpeg: send EOF pts to filters.

2017-09-08 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Thu Apr 6 10:40:12 2017 +0200| [8043d8eb3bf5e93709212850feb3441b9ec41b25] | committer: Nicolas George ffmpeg: send EOF pts to filters. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8043d8eb3bf5e93709212850feb3441b9ec41b25 --- ffmpeg.c

[FFmpeg-cvslog] lavfi: guess a timestamp for compat status change.

2017-09-08 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Thu Sep 7 10:45:54 2017 +0200| [f5a9c63401c840024defeb50a3dab9f86551b67e] | committer: Nicolas George lavfi: guess a timestamp for compat status change. Use the earliest input with the same status. If that fails, print a warning and use the earliest

[FFmpeg-cvslog] lavfi/buffersrc: add av_buffersrc_close().

2017-09-08 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Mon Apr 3 15:01:45 2017 +0200| [5ba2aef6ec47689300debd3ddd1f39cad010a971] | committer: Nicolas George lavfi/buffersrc: add av_buffersrc_close(). > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5ba2aef6ec47689300debd3ddd1f39cad010a971 ---

[FFmpeg-cvslog] ffmpeg: use reordered duration for stream PTS.

2017-09-08 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Mon Apr 3 14:40:44 2017 +0200| [36c111c40f4bd7da114df0e9c484833aa2cdf2dc] | committer: Nicolas George ffmpeg: use reordered duration for stream PTS. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=36c111c40f4bd7da114df0e9c484833aa2cdf2dc

[FFmpeg-cvslog] fate: add test for asetnsamples filter with padding disabled

2017-09-08 Thread Tobias Rapp
ffmpeg | branch: master | Tobias Rapp | Mon Aug 7 11:55:39 2017 +0200| [d47159a42d8a0a370fd94b02f7f59e3d4787ddf4] | committer: Tobias Rapp fate: add test for asetnsamples filter with padding disabled Adds another test for asetnsamples filter where padding of the last frame is switched off. Re