[FFmpeg-cvslog] wmavoice: Simplify GetBitContext initialization

2017-03-20 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Aug 26 14:56:01 2016 +0200| [72eba6558ee4f10239ba3f472c0b033ec70082a7] | committer: Diego Biurrun wmavoice: Simplify GetBitContext initialization > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=72eba6558ee4f10239ba3f472c0b033ec7008

[FFmpeg-cvslog] Drop memalign hack

2017-03-20 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Thu Mar 24 20:55:19 2016 +0100| [4fb311c804098d78e5ce5f527f9a9c37536d3a08] | committer: Diego Biurrun Drop memalign hack It no longer serves a useful purpose. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] svq1dec: Change type of array pitch parameters to ptrdiff_t

2017-03-20 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Aug 26 12:44:16 2016 +0200| [21e500ba647aec233d5930d3d1081489d0d53ceb] | committer: Diego Biurrun svq1dec: Change type of array pitch parameters to ptrdiff_t ptrdiff_t is the correct type for array pitches and similar. > http://git.videolan.

[FFmpeg-cvslog] indeo: Change type of array pitch parameters to ptrdiff_t

2017-03-20 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Aug 26 12:26:50 2016 +0200| [746c56b7730ce09397d3a8354acc131285e9d829] | committer: Diego Biurrun indeo: Change type of array pitch parameters to ptrdiff_t ptrdiff_t is the correct type for array pitches and similar. > http://git.videolan.

[FFmpeg-cvslog] copy_block: Change type of array stride parameters to ptrdiff_t

2017-03-20 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Aug 26 12:38:33 2016 +0200| [73f5e17a203713c4ac4e5a821809823b383b195f] | committer: Diego Biurrun copy_block: Change type of array stride parameters to ptrdiff_t ptrdiff_t is the correct type for array strides and similar. > h

[FFmpeg-cvslog] sanm: Change type of array pitch parameters to ptrdiff_t

2017-03-20 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Aug 26 12:44:37 2016 +0200| [5b5ed92d92252a685e891a5d636870e223b63228] | committer: Diego Biurrun sanm: Change type of array pitch parameters to ptrdiff_t ptrdiff_t is the correct type for array pitches and similar. > http://git.videolan.

[FFmpeg-cvslog] configure: Move initial VAAPI check to a more sensible place

2017-03-20 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Mar 17 13:12:41 2015 +0100| [2610c9528f86286e4c6e174411a26ff5b4815cde] | committer: Diego Biurrun configure: Move initial VAAPI check to a more sensible place > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] configure: Simplify libopenjpeg check

2017-03-20 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Apr 10 19:29:25 2015 +0200| [b8c2d407efa41c3db6813ad67fadd51b814765bd] | committer: Diego Biurrun configure: Simplify libopenjpeg check > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b8c2d407efa41c3db6813ad67fadd51b81476

[FFmpeg-cvslog] configure: Fix --disable-pod2man / --disable-texi2html

2017-03-20 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Apr 14 13:27:32 2015 +0200| [0e5dde739943168d6f61d3fb40b3f622e7abfeff] | committer: Diego Biurrun configure: Fix --disable-pod2man / --disable-texi2html > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] build: Fix directory dependencies of tests/pixfmts.mak target

2017-03-20 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Sep 5 13:12:24 2016 +0200| [3aa9d37d03da3c9b482d19b3988659287815280e] | committer: Diego Biurrun build: Fix directory dependencies of tests/pixfmts.mak target > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] configure: Simplify clock_gettime() test

2017-03-20 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Sep 5 13:13:50 2016 +0200| [ec903058447ad5be34d89533962e9ae1aa1c78f7] | committer: Diego Biurrun configure: Simplify clock_gettime() test > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ec903058447ad5be34d89533962e9ae1aa1c7

[FFmpeg-cvslog] error_resilience: Change type of array stride parameters to ptrdiff_t

2017-03-20 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Thu Sep 1 20:45:41 2016 +0200| [6b52762951fa138eef59e2628dabb389e0500e40] | committer: Diego Biurrun error_resilience: Change type of array stride parameters to ptrdiff_t ptrdiff_t is the correct type for array strides and similar. > h

[FFmpeg-cvslog] iir_filter: Change type of array stride parameters to ptrdiff_t

2017-03-20 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Thu Sep 1 20:48:10 2016 +0200| [52730e0f867fe77b7d2353d8b44e92edb7079ca5] | committer: Diego Biurrun iir_filter: Change type of array stride parameters to ptrdiff_t ptrdiff_t is the correct type for array strides and similar. > h

[FFmpeg-cvslog] utvideo: Change type of array stride parameters to ptrdiff_t

2017-03-20 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Thu Sep 1 21:31:22 2016 +0200| [131a85a1fed9966bbd38517f76abfac0237e39dc] | committer: Diego Biurrun utvideo: Change type of array stride parameters to ptrdiff_t ptrdiff_t is the correct type for array strides and similar. > http://git.videolan.

[FFmpeg-cvslog] ppc: Update #endif comments

2017-03-20 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Sep 9 18:28:20 2016 +0200| [6ce93757ee6b81fe727bfdc9f546fd0ddf9139c3] | committer: Diego Biurrun ppc: Update #endif comments > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6ce93757ee6b81fe727bfdc9f546fd0ddf9139c3 --- libavcodec/

[FFmpeg-cvslog] ppc: mpegvideo: Add proper runtime AltiVec detection

2017-03-20 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Sep 9 18:30:51 2016 +0200| [468bfe38c66d4d020984158e53b09a6a5749f394] | committer: Diego Biurrun ppc: mpegvideo: Add proper runtime AltiVec detection > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] configure: Drop check_lib()/require() in favor of check_lib2()/require2()

2017-03-20 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Sep 5 10:48:37 2016 +0200| [ab3554e1a7c04a5ea30f9c905de92348478ef7c8] | committer: Diego Biurrun configure: Drop check_lib()/require() in favor of check_lib2()/require2() The latter can do everything the former can do, but also handle conditions

[FFmpeg-cvslog] pixblockdsp: Change type of stride parameters to ptrdiff_t

2017-03-20 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Sep 6 16:06:12 2016 +0200| [de452e503734ebb0fdbce86e9d16693b3530fad3] | committer: Diego Biurrun pixblockdsp: Change type of stride parameters to ptrdiff_t This avoids SIMD-optimized functions having to sign-extend their line size argument

[FFmpeg-cvslog] build: doc: more fine-grained dependencies for generated texi files

2017-03-20 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Sep 12 17:42:28 2016 +0200| [8c201dde0ab62e5cd581d958e78d7609e0ba710d] | committer: Diego Biurrun build: doc: more fine-grained dependencies for generated texi files > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/fmvc: small refactoring in decode_type1()

2017-03-21 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Mar 21 11:46:43 2017 +0100| [b4da4307a91e477e98f62498590a5dafb9d08204] | committer: Paul B Mahol avcodec/fmvc: small refactoring in decode_type1() Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] x86: fpel: Remove unnecessary sign extend

2017-03-21 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Sep 16 13:13:28 2016 +0200| [009adfd4fbdd78a890a4a65d6f141c467bb027fa] | committer: Diego Biurrun x86: fpel: Remove unnecessary sign extend > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=009adfd4fbdd78a890a4a65d6f141c467bb02

[FFmpeg-cvslog] hpeldsp: arm: Update comments left behind in 25841dfe806a13de526ae09c11149ab1f83555a8

2017-03-21 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sun Sep 11 23:17:31 2016 +0200| [92c5755a185086067fe49e7e64c23a8e7011be31] | committer: Diego Biurrun hpeldsp: arm: Update comments left behind in 25841dfe806a13de526ae09c11149ab1f83555a8 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] blockdsp: Change type of array stride parameters to ptrdiff_t

2017-03-21 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Thu Sep 8 15:13:04 2016 +0200| [b2939a75270bc7e971462648168aa3a2a48c1c8c] | committer: Diego Biurrun blockdsp: Change type of array stride parameters to ptrdiff_t ptrdiff_t is the correct type for array strides and similar. > http://git.videolan.

[FFmpeg-cvslog] intrax8: Change type of array stride parameters to ptrdiff_t

2017-03-21 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Thu Sep 8 15:08:03 2016 +0200| [3281d823cdc7601c4900eb103958c05f59f6] | committer: Diego Biurrun intrax8: Change type of array stride parameters to ptrdiff_t ptrdiff_t is the correct type for array strides and similar. Also rename all such

[FFmpeg-cvslog] idct: Change type of array stride parameters to ptrdiff_t

2017-03-21 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Sep 7 17:02:06 2016 +0200| [2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428] | committer: Diego Biurrun idct: Change type of array stride parameters to ptrdiff_t ptrdiff_t is the correct type for array strides and similar. > http://git.videolan.

[FFmpeg-cvslog] h264chroma: Change type of stride parameters to ptrdiff_t

2017-03-21 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Thu Sep 1 21:41:01 2016 +0200| [e4a94d8b36c48d95a7d412c40d7b558422ff659c] | committer: Diego Biurrun h264chroma: Change type of stride parameters to ptrdiff_t This avoids SIMD-optimized functions having to sign-extend their stride argument manually

[FFmpeg-cvslog] hevc: Change type of array stride parameters to ptrdiff_t

2017-03-21 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Thu Sep 1 22:18:22 2016 +0200| [ba479f3daafc7e4359ec1212164569ebe59f0bb7] | committer: Diego Biurrun hevc: Change type of array stride parameters to ptrdiff_t ptrdiff_t is the correct type for array strides and similar. > http://git.videolan.

[FFmpeg-cvslog] ea: Change type of array stride parameters to ptrdiff_t

2017-03-21 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Sep 7 17:08:15 2016 +0200| [a339e919cad1ab0125948f0dd9d49f6cb590db89] | committer: Diego Biurrun ea: Change type of array stride parameters to ptrdiff_t ptrdiff_t is the correct type for array strides and similar. > http://git.videolan.

[FFmpeg-cvslog] mss*: Change type of array stride parameters to ptrdiff_t

2017-03-21 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Thu Sep 8 16:03:46 2016 +0200| [15b4f494fc6bddb8178fdb5aed18b420efc75e22] | committer: Diego Biurrun mss*: Change type of array stride parameters to ptrdiff_t ptrdiff_t is the correct type for array strides and similar. > http://git.videolan.

[FFmpeg-cvslog] mpegaudiodsp: Change type of array stride parameters to ptrdiff_t

2017-03-21 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Sep 20 14:09:43 2016 +0200| [2caa93b813adc5dbb7771dfe615da826a2947d18] | committer: Diego Biurrun mpegaudiodsp: Change type of array stride parameters to ptrdiff_t This avoids SIMD-optimized functions having to sign-extend their stride argument

[FFmpeg-cvslog] Place attribute_deprecated in the right position for struct declarations

2017-03-22 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Feb 22 11:39:21 2017 +0100| [6ff3da4f6a8e460d77bb65fed4267bf48f513fcf] | committer: Mark Thompson Place attribute_deprecated in the right position for struct declarations libavcodec/vaapi.h:58:1: warning: attribute 'deprecated' is igno

[FFmpeg-cvslog] hevc: x86: Refactor IDCT macro declarations

2017-03-23 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Oct 5 11:39:16 2016 +0200| [d9dccc03890a976dba59d66ed3b5aceeaa33d14c] | committer: Diego Biurrun hevc: x86: Refactor IDCT macro declarations > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d9dccc03890a976dba59d66ed3b5aceeaa33d

[FFmpeg-cvslog] configure: #include stdint.h as part of libxavs test

2017-03-23 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Oct 5 08:51:03 2016 +0200| [20abcaa273a6e77d0a2e1a98c643c73562c6f8f2] | committer: Diego Biurrun configure: #include stdint.h as part of libxavs test Unfortunately the xavs.h API header is not self-sufficient and relies on manual stdint.h

[FFmpeg-cvslog] h264_intrapred: x86: Update comments left behind in 95c89da36ebeeb96b7146c0d70f46c582397da7f

2017-03-23 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Sep 9 01:27:41 2016 +0200| [5801f9ed245ca5ebb57b0b5183de7a24aaece133] | committer: Diego Biurrun h264_intrapred: x86: Update comments left behind in 95c89da36ebeeb96b7146c0d70f46c582397da7f > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] build: Drop duplicate asm recipe

2017-03-23 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sat Oct 8 16:48:29 2016 +0200| [93d5b022a9fd3a1a1f9c521a1eac7f0410e05b81] | committer: Diego Biurrun build: Drop duplicate asm recipe And move the asm recipe to the top-level Makefile next to the other local pattern rules for .o files. > h

[FFmpeg-cvslog] build: Drop arch-specific checkasm Makefiles

2017-03-23 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Oct 14 01:24:36 2016 +0200| [2816f8a8bb33bd67fec5e94f5d357918caf4e055] | committer: Diego Biurrun build: Drop arch-specific checkasm Makefiles They only contain one line and will never contain more. > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] x86: Add missing colons after assembly labels

2017-03-23 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Thu Mar 17 10:16:13 2016 +0100| [6be7944ee2ec2f045e6eb9a93237e992c8b20ac4] | committer: Diego Biurrun x86: Add missing colons after assembly labels This fixes many warnings of the sort warning: label alone on a line without a colon might be in error

[FFmpeg-cvslog] ppc: avcodec: Drop silly "_ppc" suffixes from files in ppc subdirectories

2017-03-23 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sun Aug 12 17:54:30 2012 +0200| [58224dc5f3d4fea40a8d55cca87291a960c11622] | committer: Diego Biurrun ppc: avcodec: Drop silly "_ppc" suffixes from files in ppc subdirectories > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] build: Add VSX-OBJS to SUBDIR_VARS

2017-03-23 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sat Oct 8 17:43:37 2016 +0200| [d32571626a2c36c026b7fa13d19ac4ed1aad75c9] | committer: Diego Biurrun build: Add VSX-OBJS to SUBDIR_VARS The variable needs to be reset for each subdirectory. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] emms: Give apriv_emms_yasm() a more general name

2017-03-23 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sat Oct 8 17:58:02 2016 +0200| [7911186ed616ae81dd8617d6d0e8b08c818db9d8] | committer: Diego Biurrun emms: Give apriv_emms_yasm() a more general name > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7911186ed616ae81dd8617d6d0e8b08c818db

[FFmpeg-cvslog] x86: videodsp: Add parentheses to expression to work around warning

2017-03-23 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Thu Mar 17 11:35:13 2016 +0100| [b89804da9bad2d94dd95bf20ac6187447e9c17e9] | committer: Diego Biurrun x86: videodsp: Add parentheses to expression to work around warning libavcodec/x86/videodsp.asm:128: warning: signed dword value exceeds bounds

[FFmpeg-cvslog] configure: Print warnings after all other output

2017-03-23 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sat Oct 15 02:50:45 2016 +0200| [1f821e5ad3f8ebacbbb362668561ad976c392c9e] | committer: Diego Biurrun configure: Print warnings after all other output > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1f821e5ad3f8ebacbbb362668561ad976c392

[FFmpeg-cvslog] audiodsp: x86: Remove pointless header file

2017-03-23 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Sep 28 19:14:28 2016 +0200| [788544ff0ed6fe67fda80ad6d3a0796ace035584] | committer: Diego Biurrun audiodsp: x86: Remove pointless header file Its single forward declaration can be moved to the only place it is used, like is done for all other dsp

[FFmpeg-cvslog] Replace leftover uses of -aframes|-dframes|-vframes with -frames:a|d|v

2017-03-24 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Oct 21 13:48:20 2016 +0200| [043b0b9fb1481053b712d06d2c5b772f1845b72b] | committer: Diego Biurrun Replace leftover uses of -aframes|-dframes|-vframes with -frames:a|d|v > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] bktr: Use memset(0) instead of zero initialization for struct sigaction

2017-03-24 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Oct 21 14:17:07 2016 +0200| [2f806622e1270d3ed1d41a53049a19673dafbe70] | committer: Diego Biurrun bktr: Use memset(0) instead of zero initialization for struct sigaction sigaction is not defined in standards as a struct starting with another

[FFmpeg-cvslog] build: Hardcode avversion.h dependency

2017-03-24 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sun Oct 16 08:49:40 2016 +0200| [14cab426b03afd08bc9fe9b6e021a9543c4bdd7e] | committer: Diego Biurrun build: Hardcode avversion.h dependency Since avversion.h is a generated header it must be created before dependencies can be determined as a side

[FFmpeg-cvslog] mpegaudio: Do not print value of uninitialized variable

2017-03-24 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sun Jan 3 20:45:48 2016 +0100| [255526998501f0040ae43fe4848c817a97fc578a] | committer: Diego Biurrun mpegaudio: Do not print value of uninitialized variable libavcodec/mpegaudiodec_template.c:885:97: warning: variable 'x' is uninitialized

[FFmpeg-cvslog] h264_loopfilter: Do not print value of uninitialized variable

2017-03-24 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sun Jan 3 20:46:51 2016 +0100| [0574780d7a196f87ddd89d6362f4c47f3532b4c4] | committer: Diego Biurrun h264_loopfilter: Do not print value of uninitialized variable libavcodec/h264_loopfilter.c:531:111: warning: variable 'edge' is uninitial

[FFmpeg-cvslog] audio_fifo: Drop write-only variable

2017-03-24 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Mar 13 00:38:07 2015 +0100| [0456e684394dc5a7b98ab9ebb48396d743bf3730] | committer: Diego Biurrun audio_fifo: Drop write-only variable > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0456e684394dc5a7b98ab9ebb48396d743bf3

[FFmpeg-cvslog] dnxhdenc: Drop pointless, commented-out debug output

2017-03-24 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Jan 11 15:40:20 2016 +0100| [47756f51fe836959ffa5c6e2baeacbd71e150069] | committer: Diego Biurrun dnxhdenc: Drop pointless, commented-out debug output > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] nsv: Drop unnecessary TRACE level debug code

2017-03-24 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sun Dec 6 15:13:44 2015 +0100| [c3dad1bf3b5e04e01c291b1ac41e6bef0adf2206] | committer: Diego Biurrun nsv: Drop unnecessary TRACE level debug code The output is rather silly and the code uses non-standard __FUNCTION__. > http://git.videolan.

[FFmpeg-cvslog] nut: Drop pointless TRACE level debug code

2017-03-24 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Dec 11 18:58:12 2015 +0100| [07eea5a5ded1141632aefecfa59dcdc26de2d7ea] | committer: Diego Biurrun nut: Drop pointless TRACE level debug code The code has little usefulness and uses the __PRETTY_FUNCTION__ GNU extension. > http://git.videolan.

[FFmpeg-cvslog] Remove some pointless TRACE level debug code

2017-03-24 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sun Jan 3 20:27:59 2016 +0100| [ca1e5eea0c7b72a6e30aa6488cfeced3a4853521] | committer: Diego Biurrun Remove some pointless TRACE level debug code This also kills some warnings with certain compiler options. > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] Adjust printf conversion specifiers to match variable signedness

2017-03-24 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Dec 15 10:50:18 2015 +0100| [1263b2039eb5aaf1522e9de9f07c787ab30a5f50] | committer: Diego Biurrun Adjust printf conversion specifiers to match variable signedness > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] hap: Adjust printf length modifiers to match variable types

2017-03-24 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Dec 8 15:57:04 2015 +0100| [fbe425c8d29e473a8f69ae2dc52b1a10b77f3b44] | committer: Diego Biurrun hap: Adjust printf length modifiers to match variable types libavcodec/hapenc.c:121:20: warning: format ‘%lu’ expects argument of type ‘long

[FFmpeg-cvslog] Use ISO C printf conversion specifiers where appropriate

2017-03-27 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Dec 11 17:29:11 2015 +0100| [c454dfcff90f0ed39c7b0d4e85664986a8b4476c] | committer: Diego Biurrun Use ISO C printf conversion specifiers where appropriate > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] dxtory: Drop nonsense ISO C printf conversion specifiers for standard types

2017-03-27 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Jan 11 15:46:46 2016 +0100| [7a2b2b6a92c4b528ecb640790eca0aa790d858f4] | committer: Diego Biurrun dxtory: Drop nonsense ISO C printf conversion specifiers for standard types > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] srt: Adjust signedness of sscanf format strings

2017-03-27 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Nov 11 17:40:27 2015 +0100| [3ec6f855d0f21d90a0494fb798c4cf203fdb3db0] | committer: Diego Biurrun srt: Adjust signedness of sscanf format strings Fixes several warnings from -Wformat. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] dash: Use correct ISO C scanf conversion specifier

2017-03-27 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sun Jan 3 20:31:13 2016 +0100| [07cac07c0c0360d67e73a7472214c79d6c520a4b] | committer: Diego Biurrun dash: Use correct ISO C scanf conversion specifier > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] Use avpriv_request_sample() where appropriate

2017-03-27 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Dec 16 18:02:04 2015 +0100| [30015305f3b523ed7640f2c3c58b017140533c58] | committer: Diego Biurrun Use avpriv_request_sample() where appropriate > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=30015305f3b523ed7640f2c3c58b017140533

[FFmpeg-cvslog] vf_drawtext: Move static keyword to beginning of variable declaration

2017-03-29 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Oct 30 15:02:04 2015 +0100| [85baef4ff1512bcc2544928bfa5f42072903a691] | committer: Diego Biurrun vf_drawtext: Move static keyword to beginning of variable declaration libavfilter/vf_drawtext.c:226:1: warning: ‘static’ is not at beginning of

[FFmpeg-cvslog] aactab: Move extern keyword to the front of array declarations

2017-03-29 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Nov 9 13:25:55 2015 +0100| [39cea6570c11a49b64b2ec8d71e218db03b4c742] | committer: Diego Biurrun aactab: Move extern keyword to the front of array declarations libavcodec/aactab.h:49:1: warning: ‘extern’ is not at beginning of declaration [-Wold

[FFmpeg-cvslog] idct: Have function pointer prototype match implementation

2017-03-29 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Mar 13 00:35:37 2015 +0100| [4cf2ffb7c45840b09bc49e34da88d4053dd442cb] | committer: Diego Biurrun idct: Have function pointer prototype match implementation libavcodec/idctdsp.c(175) : warning C4028: formal parameter 2 different from declaration

[FFmpeg-cvslog] bink: Have function pointer prototype match implementation

2017-03-29 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Mar 13 00:38:57 2015 +0100| [baab87c4f30e75ea309294b06adcd01ce678bdc5] | committer: Diego Biurrun bink: Have function pointer prototype match implementation libavcodec/binkdsp.c(156) : warning C4028: formal parameter 1 different from declaration

[FFmpeg-cvslog] rtmpproto: Restructure zlib code to avoid unreachable code warning

2017-03-29 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Thu Oct 29 13:39:49 2015 +0100| [f4ca8ea92a8b36fe723412aefafc1b2fa89f8dc6] | committer: Diego Biurrun rtmpproto: Restructure zlib code to avoid unreachable code warning libavformat\rtmpproto.c(1165) : warning C4702: unreachable code > h

[FFmpeg-cvslog] doc: Turn off noisy deprecation warnings in the option printer

2017-03-29 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Dec 4 12:43:10 2015 +0100| [2025d3787158ba272a1b8fbc0493fa20dd7a8484] | committer: Diego Biurrun doc: Turn off noisy deprecation warnings in the option printer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] intrax8: Have function signature match across declaration and definition

2017-03-30 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Sep 20 16:00:15 2016 +0200| [ee59f0540875ab42496af2aacddd942757707683] | committer: Diego Biurrun intrax8: Have function signature match across declaration and definition libavcodec/intrax8.c(776) : warning C4028: formal parameter 1 different from

[FFmpeg-cvslog] svq3: Drop unused function dctcoef_get()

2017-03-30 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Oct 31 23:49:12 2016 +0100| [13fcdfb976038f63b9f753e2ebcc8e04d7c7abc2] | committer: Diego Biurrun svq3: Drop unused function dctcoef_get() libavcodec/svq3.c:627:29: warning: unused function 'dctcoef_get' [-Wunused-functio

[FFmpeg-cvslog] ituh263dec: Have function signature match across declaration and definition

2017-03-30 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Oct 31 23:06:54 2016 +0100| [99ddeddc7fc996c0c1e842112928490e78542bd5] | committer: Diego Biurrun ituh263dec: Have function signature match across declaration and definition libavcodec/ituh263dec.c(215) : warning C4028: formal parameter 1

[FFmpeg-cvslog] pixblockdsp: Have function pointer prototype match implementation

2017-03-30 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Oct 31 23:12:20 2016 +0100| [c778eb15b89d875cb246b18f65b3b4321cb1e7d6] | committer: Diego Biurrun pixblockdsp: Have function pointer prototype match implementation libavcodec/pixblockdsp.c(58) : warning C4028: formal parameter 1 different from

[FFmpeg-cvslog] dnxhdenc: Have function pointer prototype match implementation

2017-03-30 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Nov 1 00:30:33 2016 +0100| [6354957a95022864746180525680cca872ab0e0a] | committer: Diego Biurrun dnxhdenc: Have function pointer prototype match implementation libavcodec/dnxhdenc.c(326) : warning C4028: formal parameter 1 different from

[FFmpeg-cvslog] Drop unreachable break and return statements

2017-03-30 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Mar 13 00:39:31 2015 +0100| [67351924fa91dea4339109100a4c0689f006581f] | committer: Diego Biurrun Drop unreachable break and return statements > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=67351924fa91dea4339109100a4c0689f0065

[FFmpeg-cvslog] float_dsp: Have implementation match function pointer prototype

2017-03-30 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Nov 1 00:33:05 2016 +0100| [99434f4df81b6801b2b535d5b9143305595784f6] | committer: Diego Biurrun float_dsp: Have implementation match function pointer prototype libavutil/x86/float_dsp_init.c(144) : warning C4028: formal parameter 1 different

[FFmpeg-cvslog] x86: Drop stray semicolons after function definitions

2017-03-30 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Oct 30 14:04:08 2015 +0100| [3cba09e5228c889d63814dc43bc68f15c9dbac77] | committer: Diego Biurrun x86: Drop stray semicolons after function definitions libavcodec/x86/rv40dsp_init.c:97:2: warning: ISO C does not allow extra ‘;’ outside of a

[FFmpeg-cvslog] avconv: Correct function pointer assignments in options array

2017-03-30 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Nov 9 12:54:53 2015 +0100| [943533d64c7fa7a1b2fc9559e67652c349d21d51] | committer: Diego Biurrun avconv: Correct function pointer assignments in options array Fixes several warnings of the type avconv_opt.c:2356:5: warning: ISO C forbids

[FFmpeg-cvslog] avplay: Correct function pointer assignments in options array

2017-03-30 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Nov 9 12:55:37 2015 +0100| [88f0cf8cd30c8ea283430e6710a7bd98bb9c0301] | committer: Diego Biurrun avplay: Correct function pointer assignments in options array avplay.c:2928:5: warning: ISO C forbids initialization between function pointer and

[FFmpeg-cvslog] h264_qpel: x86: Move function with only one instance out of template macro

2017-03-31 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sun Jan 3 22:45:47 2016 +0100| [0361e4dcb4d394c88c33364415a3b8fe315b67d1] | committer: Diego Biurrun h264_qpel: x86: Move function with only one instance out of template macro libavcodec/x86/h264_qpel.c:392:785: warning: unused function

[FFmpeg-cvslog] fate: checkasm: Split monolithic test into individual components

2017-03-31 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Thu Nov 3 23:32:45 2016 +0100| [4537647c0429fe7c8ee655ac3fda856ba67f58a0] | committer: Diego Biurrun fate: checkasm: Split monolithic test into individual components > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] checkasm: Add --test parameter to check only specific components

2017-03-31 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Thu Nov 3 23:40:26 2016 +0100| [9498237049d15812cecb79df47b196c73013908b] | committer: Diego Biurrun checkasm: Add --test parameter to check only specific components Inspired by a patch from Martin Storsjö . > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] configure: Add --quiet command line parameter to suppress informative output

2017-03-31 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sun Nov 6 18:33:05 2016 +0100| [59d2b00d201935c16408a2917957d89a170fe58f] | committer: Diego Biurrun configure: Add --quiet command line parameter to suppress informative output > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] Use avpriv_report_missing_feature() where appropriate

2017-03-31 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Dec 16 18:01:34 2015 +0100| [67deba8a416d818f3d95aef0aa916589090396e2] | committer: Diego Biurrun Use avpriv_report_missing_feature() where appropriate > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avconv: Drop stray leftover debug output

2017-03-31 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Nov 8 17:48:50 2016 +0100| [a3483f79933e8f1fd99d524e3218688e14c59150] | committer: Diego Biurrun avconv: Drop stray leftover debug output > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a3483f79933e8f1fd99d524e3218688e14c59

[FFmpeg-cvslog] configure: Improve output wording

2017-03-31 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Oct 25 22:47:00 2016 +0200| [576c9003aef0fe18c0cf8da6e865211610552005] | committer: Diego Biurrun configure: Improve output wording Also drop a redundant output line. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] configure: Print list of enabled programs

2017-03-31 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Nov 7 22:12:23 2016 +0100| [d1a91ebe4990001e0800ee9ac54ed2207e4f56ff] | committer: Diego Biurrun configure: Print list of enabled programs Also drop a related and now redundant informative output line. > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] configure: Do not unconditionally check for (and enable) xlib

2017-03-31 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Nov 7 20:22:14 2016 +0100| [fe7bc1f16abaefe66d8a20f734ca3eb8a4ce4d43] | committer: Diego Biurrun configure: Do not unconditionally check for (and enable) xlib This avoids unnecessarily linking against xlib. > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] configure: Log correct test name and use correct filter when testing objective C flags

2017-03-31 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Jun 6 19:06:30 2016 +0200| [831005b2302cbeb377e3f00fd18c78928bcec185] | committer: Diego Biurrun configure: Log correct test name and use correct filter when testing objective C flags > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] configure: Use check_cpp in CPP flags tests

2017-03-31 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Aug 8 20:27:43 2016 +0200| [8a6e7a67cb2943f552569801539829a304971302] | committer: Diego Biurrun configure: Use check_cpp in CPP flags tests > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8a6e7a67cb2943f552569801539829a304971

[FFmpeg-cvslog] configure: Log name and parameters of all helper functions where it makes sense

2017-03-31 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Nov 8 20:04:18 2016 +0100| [c78495d1cdac6dd13786a7e5571b606604a360bd] | committer: Diego Biurrun configure: Log name and parameters of all helper functions where it makes sense > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] configure: Move license checks directly after command line parsing

2017-03-31 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Mar 27 18:21:10 2013 +0100| [2dd464868c64fa21a6e3bd63ad364ff12999c7d0] | committer: Diego Biurrun configure: Move license checks directly after command line parsing This will allow to error out immediately if incompatible options are passed on the

[FFmpeg-cvslog] mpegaudiodsp: aarch64: Adjust function prototype after 2caa93b813adc5dbb7771dfe615da826a2947d18

2017-03-31 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Nov 8 18:10:04 2016 +0100| [72a19f4013ec2c7f8581416f8ad4bf81df163fb6] | committer: Diego Biurrun mpegaudiodsp: aarch64: Adjust function prototype after 2caa93b813adc5dbb7771dfe615da826a2947d18 > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] examples/decode_audio: Add missing header for av_free()

2017-03-31 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Nov 9 06:07:06 2016 +0100| [905cdcaa9d081d3d945ce555b27b43a75c3af57b] | committer: Diego Biurrun examples/decode_audio: Add missing header for av_free() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] libxvid: Require availability of mkstemp()

2017-03-31 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Thu Feb 12 10:11:22 2015 +0100| [12db2832e41aa71b5903ef7fa5c59c5473ded2c5] | committer: Diego Biurrun libxvid: Require availability of mkstemp() The replacement code uses tempnam(), which is dangerous. Such a fringe feature is not worth the trouble

[FFmpeg-cvslog] libxvid: Use proper context in av_log() calls

2017-03-31 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Dec 8 10:21:27 2015 +0100| [e5e8a26dcf6d572e841a7a191e4c96524367e3f9] | committer: Diego Biurrun libxvid: Use proper context in av_log() calls > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e5e8a26dcf6d572e841a7a191e4c96524367e

[FFmpeg-cvslog] libxvid: Check return value of write() call

2017-03-31 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Dec 8 10:22:15 2015 +0100| [f7d183f08472e566a2e6b62a80e200a12670ed0e] | committer: Diego Biurrun libxvid: Check return value of write() call libavcodec/libxvid_rc.c:106:9: warning: ignoring return value of ‘write’, declared with attribute

[FFmpeg-cvslog] ratecontrol: Use correct function pointer casts instead of void*

2017-03-31 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Mar 13 00:36:41 2015 +0100| [3b50dbc51fb0978d09c1a5b83d4bf5a59d170e1e] | committer: Diego Biurrun ratecontrol: Use correct function pointer casts instead of void* libavcodec/ratecontrol.c:120:9: warning: ISO C forbids initialization between

[FFmpeg-cvslog] nut: Use correct function pointer casts instead of void*

2017-03-31 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Oct 30 15:27:56 2015 +0100| [fcbdd605b5409103c3f4bfa063ea270f2229b125] | committer: Diego Biurrun nut: Use correct function pointer casts instead of void* Fixes several warnings of the type libavformat/nut.c:207:42: warning: ISO C forbids

[FFmpeg-cvslog] vf_drawtext: Drop wrong void* cast

2017-03-31 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Oct 30 15:21:19 2015 +0100| [8ddfa5ae5ef64a25dd087d74954ebdb9081f0d67] | committer: Diego Biurrun vf_drawtext: Drop wrong void* cast libavfilter/vf_drawtext.c:844:49: warning: ISO C forbids conversion of function pointer to object pointer type

[FFmpeg-cvslog] aac: Drop pointless cast

2017-03-31 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sun Mar 15 15:56:52 2015 +0100| [d316f9cefcd854071985c6f524a9a15348240264] | committer: Diego Biurrun aac: Drop pointless cast > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d316f9cefcd854071985c6f524a9a15348240264 --- libavco

[FFmpeg-cvslog] Drop pointless void* casts

2017-03-31 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Oct 30 15:26:25 2015 +0100| [800d91d348c89fc8ca3fbec7696ab1ec8787acc6] | committer: Diego Biurrun Drop pointless void* casts > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=800d91d348c89fc8ca3fbec7696ab1ec8787acc6 --- libavco

[FFmpeg-cvslog] avconv_opt: Consistently iterate through hwaccels array in all cases

2017-03-31 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sun Dec 6 13:04:05 2015 +0100| [01348e411f962f5e4605d649fc9a47a54587ba8e] | committer: Diego Biurrun avconv_opt: Consistently iterate through hwaccels array in all cases avconv_opt.c:188:19: warning: comparison of unsigned expression < 0 is alw

  1   2   3   4   5   6   7   8   >