[FFmpeg-cvslog] intmath: add faster clz support

2017-10-11 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Feb 22 12:53:33 2017 -0500| [7bfda7d157eb6f7a2df908addd60221a7a6f5eb0] | committer: Vittorio Giovara intmath: add faster clz support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7bfda7d157eb6f7a2df908addd60221a7a6f5

[FFmpeg-cvslog] utvideodec: Prevent possible signed overflow

2017-10-27 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Mon Feb 22 23:21:58 2016 -0500| [1fe858136b315796dd5349f3b4448a29d1bd6fa1] | committer: Luca Barbato utvideodec: Prevent possible signed overflow Doing slice_end - slice_start is unsafe and can lead to undefined behavior until slice_end has been

[FFmpeg-cvslog] ffplay: add startup volume option

2016-12-25 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Thu Dec 22 09:51:31 2016 -0800| [7b557bf63ff8549f68cd6a53adb78bf1954187c7] | committer: Ganesh Ajjanagadde ffplay: add startup volume option Fixes Ticket 5389. Reviewed-by: Marton Balint Signed-off-by: Ganesh Ajjanagadde > h

[FFmpeg-cvslog] avfilter/vsrc_mandelbrot: use the name 's' for the pointer to the private context

2015-09-13 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep 12 22:32:44 2015 -0400| [d13a2df8de6238a54fb2c41a43c03ec422b12463] | committer: Paul B Mahol avfilter/vsrc_mandelbrot: use the name 's' for the pointer to the private context Signed-off-by: Ganesh Ajjanagadde > http://git

[FFmpeg-cvslog] avfilter/vf_xbr: use the name 's' for the pointer to the private context

2015-09-15 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Fri Aug 28 01:37:48 2015 -0400| [e76be9cd450e550b6cb66e0f447334002e1120b3] | committer: Paul B Mahol avfilter/vf_xbr: use the name 's' for the pointer to the private context Signed-off-by: Ganesh Ajjanagadde > http://git.videolan.o

[FFmpeg-cvslog] avfilter/vf_vidstabdetect: use the name 's' for the pointer to the private context

2015-09-15 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Mon Sep 7 10:10:06 2015 -0400| [b26a45c2c33ba98ace7134e3ea50df996c841633] | committer: Ronald S. Bultje avfilter/vf_vidstabdetect: use the name 's' for the pointer to the private context Signed-off-by: Ganesh Ajjanagadde Signed-off-

[FFmpeg-cvslog] avfilter/f_sendcmd: use the name 's' for the pointer to the private context

2015-09-15 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Sep 9 14:30:35 2015 -0400| [f7b53c95277826dd36533474f5193e47c64b457b] | committer: Ronald S. Bultje avfilter/f_sendcmd: use the name 's' for the pointer to the private context Signed-off-by: Ganesh Ajjanagadde Signed-off-by

[FFmpeg-cvslog] avfilter/vsrc_cellauto: use the name 's' for the pointer to the private context

2015-09-15 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Fri Aug 28 01:31:02 2015 -0400| [0f711126b83eb98be508d5cbc058ea22ce6e941e] | committer: Paul B Mahol avfilter/vsrc_cellauto: use the name 's' for the pointer to the private context Signed-off-by: Ganesh Ajjanagadde > http://git

[FFmpeg-cvslog] configure: make assignment of variable to '=' explicit

2015-09-15 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sun Sep 13 02:26:04 2015 -0400| [6d1801b5aaf9b384e13ad4ab5886dae65693] | committer: Timothy Gu configure: make assignment of variable to '=' explicit op== is confusing, as it may easily be mistook for an equality check, while in rea

[FFmpeg-cvslog] avformat/format: silence -Wdiscarded-qualifiers

2015-09-16 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Sep 16 18:50:54 2015 -0400| [27cbe4588aeaa3272f16e395bc2a337e1e43e2b6] | committer: Timothy Gu avformat/format: silence -Wdiscarded-qualifiers lpd.buf is non-const and discards the const qualifier of zerobuffer. This fixes -Wdiscarded

[FFmpeg-cvslog] avformat/mpjpegdec: silence unused variable/function warnings

2015-09-16 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Sep 16 17:25:53 2015 -0400| [9aaa54135c2003ef04ad98cb20739b0b25c7271a] | committer: Timothy Gu avformat/mpjpegdec: silence unused variable/function warnings Silences a -Wunused-variable and -Wunused-function observed under GCC 5.2. Signed

[FFmpeg-cvslog] swscale/swscale: silence unused function warning

2015-09-16 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Sep 16 17:20:22 2015 -0400| [80d23d9d32d0a310f85d9623337d8681be080aa8] | committer: Timothy Gu swscale/swscale: silence unused function warning gamma_convert is only used with the old code. Thus, it is placed under a header guard. This patch

[FFmpeg-cvslog] avutil/log: fix zero length gnu_printf format string warning

2015-09-17 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Thu Sep 17 08:11:39 2015 -0400| [63cdb6e4a59e296e27a78ac08f15500b42cd27fc] | committer: Michael Niedermayer avutil/log: fix zero length gnu_printf format string warning This should fix warning reported by fate client: http://fate.ffmpeg.org

[FFmpeg-cvslog] all: do standards compliant absdiff computation

2015-09-18 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Sep 16 14:48:16 2015 -0400| [0fe1c50e505125cf2b026d810458bc5cbc242792] | committer: Michael Niedermayer all: do standards compliant absdiff computation This resolves implementation defined behavior, and also silences -Wabsolute-value in

[FFmpeg-cvslog] libswscale/swscale: fix -Wunused-function

2015-09-18 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Fri Sep 18 16:35:33 2015 -0400| [b4cb597900152e5abf90ac62ebfa18c78931a580] | committer: Michael Niedermayer libswscale/swscale: fix -Wunused-function hyscale, hcscale are only used in old filter code, hence place header guard to silence -Wunused

[FFmpeg-cvslog] avdevice/xcbgrab: fix -Wunused-variable

2015-09-18 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Fri Sep 18 18:17:42 2015 -0400| [6a817ac1e9a0d2b747f71abc5345a54434ceb4a2] | committer: Michael Niedermayer avdevice/xcbgrab: fix -Wunused-variable This patch fixes a -Wunused-variable reported in e.g http://fate.ffmpeg.org/log.cgi?time

[FFmpeg-cvslog] avcodec/indeo3data: fix undefined left shift of negative number

2015-09-18 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep 19 02:43:39 2015 -0300| [8c9853a69ba828f814d01539bd0950cf1863] | committer: James Almer avcodec/indeo3data: fix undefined left shift of negative number This fixes a whole sea of -Wshift-negative-value reported with clang 3.7+, e.g

[FFmpeg-cvslog] avcodec/internal: silence -Wempty-body on clang

2015-09-19 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep 19 00:55:18 2015 -0400| [4e2471ef1d98b9b34e80b0b0c6fa4b8fb2f2dc19] | committer: Michael Niedermayer avcodec/internal: silence -Wempty-body on clang This silences a -Wempty-body warning on clang 3.7+, e.g http://fate.ffmpeg.org/log.cgi

[FFmpeg-cvslog] avcodec/g723_1: fix a undefined left shift of negative number

2015-09-19 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep 19 00:57:24 2015 -0400| [4328e1fc424b01488bab10d60d2ffc0102c054a1] | committer: Michael Niedermayer avcodec/g723_1: fix a undefined left shift of negative number This fixes a -Wshift-negative-value reported with clang 3.7+, e.g http

[FFmpeg-cvslog] avcodec/dcadec: fix a -Wsometimes-unitialized on clang

2015-09-19 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep 19 01:00:42 2015 -0400| [9db6c8815d9dc2f18b1a996372ec71900adb3638] | committer: Michael Niedermayer avcodec/dcadec: fix a -Wsometimes-unitialized on clang This fixes a genuine -Wsometimes-unitialized reported on clang, e.g http

[FFmpeg-cvslog] avcodec/x86/hpeldsp_init: silence -Wunused-function on --disable-mmx

2015-09-19 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep 19 11:39:37 2015 -0400| [f0c635f5770069bf37af3916b7d43eff4d302fe0] | committer: Michael Niedermayer avcodec/x86/hpeldsp_init: silence -Wunused-function on --disable-mmx This silences some of the -Wunused-function warnings when compiled

[FFmpeg-cvslog] avcodec/x86/mpegvideoenc: silence -Wunused-function on --disable-mmx

2015-09-19 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep 19 11:00:50 2015 -0400| [e681baf63884e1060ac5ee4f6c2089050d6b4056] | committer: Michael Niedermayer avcodec/x86/mpegvideoenc: silence -Wunused-function on --disable-mmx This silences -Wunused-function when compiled with --disable-mmx, e.g

[FFmpeg-cvslog] avresample/resample: remove unused variable

2015-09-19 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep 19 13:26:35 2015 -0400| [39ca7641c8c8ce7031dc67584067dc1faecd6a2d] | committer: Michael Niedermayer avresample/resample: remove unused variable This fixes a -Wunused-variable, see e.g http://fate.ffmpeg.org/log.cgi?time=20150919162338&

[FFmpeg-cvslog] avcodec/motion_est_template: fix undefined left shift of negative number

2015-09-19 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep 19 13:18:16 2015 -0400| [11b563ed8f7c1a9183ba77680d9040fc384733d5] | committer: Michael Niedermayer avcodec/motion_est_template: fix undefined left shift of negative number This fixes -Wshift-negative-value reported with clang 3.7+, e.g

[FFmpeg-cvslog] avcodec/mlpdec: fix a undefined left shift of negative number

2015-09-19 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep 19 01:06:46 2015 -0400| [094a1985d618e29283b435ec2f9ebca38fc03e09] | committer: Michael Niedermayer avcodec/mlpdec: fix a undefined left shift of negative number This fixes a -Wshift-negative-value reported with clang 3.7+, e.g http

[FFmpeg-cvslog] swscale/output: fix undefined left shifts of negative numbers

2015-09-19 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep 19 13:10:44 2015 -0400| [7cf22c79706d23d40d16cee37eb32d5797adcc2c] | committer: Michael Niedermayer swscale/output: fix undefined left shifts of negative numbers This fixes -Wshift-negative-value reported with clang 3.7+, e.g http

[FFmpeg-cvslog] avformat/format: silence -Wdiscarded-qualifiers

2015-09-19 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep 19 17:37:14 2015 -0400| [6ea457f76d9771e5669305ac71e3f436ad4f6dfc] | committer: Michael Niedermayer avformat/format: silence -Wdiscarded-qualifiers lpd.buf is non-const and discards the const qualifier of zerobuffer. This fixes

[FFmpeg-cvslog] avcodec/x86/hpeldsp_rnd_template: silence -Wunused-function on --disable-mmx

2015-09-19 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep 19 11:38:59 2015 -0400| [92fabca427ff2d8fffa4bd4f09839d8d3822ef31] | committer: Michael Niedermayer avcodec/x86/hpeldsp_rnd_template: silence -Wunused-function on --disable-mmx This silences some of the -Wunused-function warnings when

[FFmpeg-cvslog] avcodec/hevc_mp4toannexb_bsf: silence -Wdiscarded-qualifiers

2015-09-20 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sun Sep 20 09:10:51 2015 -0400| [198110d702daf11a9f7db7b0ee53cc4a28ac5869] | committer: Michael Niedermayer avcodec/hevc_mp4toannexb_bsf: silence -Wdiscarded-qualifiers *poutbuf is non-const, so this casts it explicitly. This suppresses

Re: [FFmpeg-cvslog] [FFmpeg-devel] configure: Reenable colorized warnings and check for tput's existence

2015-09-20 Thread Ganesh Ajjanagadde
On Sun, Sep 20, 2015 at 9:29 PM, James Darnley wrote: > On 2015-09-08 05:42, Timothy Gu wrote: >> ffmpeg | branch: master | Timothy Gu | Mon Sep 7 >> 19:11:16 2015 -0700| [617d53f4c7e43b5df6f99b363b550ff7b0007c6e] | committer: >> Timothy Gu >> >> configure: Reenable colorized warnings and chec

[FFmpeg-cvslog] configure: silence error if tput not found

2015-09-21 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sun Sep 20 21:50:17 2015 -0400| [a0e6e471db25498a09586cfb0861e7753b460ebe] | committer: Michael Niedermayer configure: silence error if tput not found If tput is not found for colorizing, error message should be squashed. Signed-off-by: Ganesh

[FFmpeg-cvslog] avcodec/x86/mpegaudiodsp: silence -Wunused-variable on --disable-mmx

2015-09-22 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep 19 10:47:38 2015 -0400| [0544c95fd6d0e3c1072554f9d13baf45af7fbf56] | committer: Michael Niedermayer avcodec/x86/mpegaudiodsp: silence -Wunused-variable on --disable-mmx This silences -Wunused-variable when compiled with --disable-mmx, e.g

[FFmpeg-cvslog] avcodec/x86/rv40dsp_init: silence -Wunused-variable on --disable-mmx

2015-09-22 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep 19 10:43:37 2015 -0400| [4f90818ea12e5af7677dc80d315354024e16815f] | committer: Michael Niedermayer avcodec/x86/rv40dsp_init: silence -Wunused-variable on --disable-mmx This silences -Wunused-variable when compiled with --disable-mmx, e.g

[FFmpeg-cvslog] avcodec/x86/cavsdsp: silence -Wunused-variable on --disable-mmx

2015-09-23 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep 19 10:34:22 2015 -0400| [07cd8d5676a72d80661e9bfde0a26d83aca4d029] | committer: Michael Niedermayer avcodec/x86/cavsdsp: silence -Wunused-variable on --disable-mmx This silences -Wunused-variable when compiled with --disable-mmx, e.g http

[FFmpeg-cvslog] avcodec/ac3enc: use long long after switch to 64 bit bitrate

2015-09-23 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep 19 09:57:56 2015 -0400| [7179add427f38e14acf72368ec87a11c46848bd2] | committer: Michael Niedermayer avcodec/ac3enc: use long long after switch to 64 bit bitrate Commit 7404f3bdb switched bitrate to 64 bits. This triggers -Wabsolute-value

[FFmpeg-cvslog] avformat/hls: remove unused function

2015-09-26 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Sep 16 20:26:42 2015 -0400| [db9de9b954a7dd453e928d17d7521915afe86764] | committer: wm4 avformat/hls: remove unused function Fixes -Wunused-function from http://fate.ffmpeg.org/report.cgi?time=20150820031140&slot=arm64-darwin-clang-apple

[FFmpeg-cvslog] ffplay: introduce key repeats

2015-09-26 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep 26 11:37:03 2015 -0400| [265b106b9296d20c60cfb1cab64388e62150d066] | committer: Marton Balint ffplay: introduce key repeats Key repeats have been introduced simply because they improve usability in my experience for volume, brightness

[FFmpeg-cvslog] ffplay: dynamically allocate filename buffer

2015-09-26 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep 26 17:09:52 2015 -0400| [23acb982a3c79e993ed45bffde4b1cfc574402df] | committer: Marton Balint ffplay: dynamically allocate filename buffer filename was set to an arbitrary 1024 characters. ffplay would thus be unable to play files whose

[FFmpeg-cvslog] ffplay: add support for interactive volume control

2015-09-27 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sun Sep 27 10:41:37 2015 -0400| [f1a9583305d90533acb54c9cadf6afac2c4dc3fa] | committer: Marton Balint ffplay: add support for interactive volume control This is a feature heavily inspired by the mpv player. At the moment, methods for adjusting

[FFmpeg-cvslog] doc/ffplay, ffplay: add information regarding volume control

2015-09-27 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sun Sep 27 12:38:34 2015 -0400| [fd44892073cc9a5737ee230b0528aba3d555378c] | committer: Marton Balint doc/ffplay, ffplay: add information regarding volume control ffplay now supports dynamic volume control. This documents the supported behavior

[FFmpeg-cvslog] avcodec/videotoolbox: fix -Wunused-but-set-variable

2015-09-28 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep 19 17:41:30 2015 -0400| [b3066be0e460d915db344c21d092b5554b1b68e8] | committer: Michael Niedermayer avcodec/videotoolbox: fix -Wunused-but-set-variable pix_fmt was declared presumably to shorten the argument passed to the function

[FFmpeg-cvslog] avcodec/apedec: fix undefined left shifts of negative numbers

2015-09-29 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep 19 22:18:54 2015 -0400| [d3e5fbb1406995e07fccbff3ca8c1e24f57a1f7b] | committer: Michael Niedermayer avcodec/apedec: fix undefined left shifts of negative numbers This fixes -Wshift-negative-value reported with clang 3.7+, e.g http

[FFmpeg-cvslog] motion_est_template: Fix undefined left shift of negative number

2015-09-29 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep 26 16:24:01 2015 +0200| [4885bde3187a2bb0cae85b67796e07db233bf77f] | committer: Vittorio Giovara motion_est_template: Fix undefined left shift of negative number This fixes a -Wshift-negative-value warning reported with clang 3.7

[FFmpeg-cvslog] mlpdec: Fix a undefined left shift of negative number

2015-09-29 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep 26 16:24:00 2015 +0200| [977f41e274a66c9d257186ca1df8373a09cc4d40] | committer: Vittorio Giovara mlpdec: Fix a undefined left shift of negative number This fixes a -Wshift-negative-value warning reported with clang 3.7+. Signed-off-by

[FFmpeg-cvslog] avresample: Remove an unused variable

2015-09-29 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep 26 16:24:02 2015 +0200| [84dfc426cea7242099aea9d47121cea65dffd936] | committer: Vittorio Giovara avresample: Remove an unused variable This fixes a -Wunused-variable warning. Signed-off-by: Ganesh Ajjanagadde > http://git.videolan.

[FFmpeg-cvslog] avcodec/x86/rnd_template: silence -Wunused-function on --disable-mmx

2015-09-29 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep 19 11:39:59 2015 -0400| [308e7484a3b1954072871a4090e5c672d1097fa5] | committer: Michael Niedermayer avcodec/x86/rnd_template: silence -Wunused-function on --disable-mmx This silences some of the -Wunused-function warnings when compiled

[FFmpeg-cvslog] avcodec/x86/hpeldsp_rnd_template: silence -Wunused-function on --disable-mmx

2015-10-03 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Tue Sep 29 19:28:28 2015 -0400| [0493e42eb2f9fbf42d0aee0b48a84f81f19fb7fa] | committer: Michael Niedermayer avcodec/x86/hpeldsp_rnd_template: silence -Wunused-function on --disable-mmx This silences some of the -Wunused-function warnings when

[FFmpeg-cvslog] ffplay: more robust mutex, condition variable handling

2015-10-03 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Oct 3 07:34:49 2015 -0500| [8dc6e92c3dc67a85026f3010045c7a28b1c0adc8] | committer: Marton Balint ffplay: more robust mutex, condition variable handling SDL_CreateMutex and SDL_CreateCond can fail: https://wiki.libsdl.org/SDL_CreateMutex

[FFmpeg-cvslog] cmdutils: silence unused warnings under --disable-swscale, --disable-swresample

2015-10-03 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Sep 19 10:20:26 2015 -0400| [254c64c574dfc427721942fa84e4d24d6b6cc4c2] | committer: Paul B Mahol cmdutils: silence unused warnings under --disable-swscale, --disable-swresample This patch silences such warnings by placing initializations

[FFmpeg-cvslog] configure: silence preprocessor noise from dependency generation

2015-10-03 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Fri Sep 18 15:28:47 2015 -0400| [8d1226e623b270969a04e455a14ed036dc8466bc] | committer: Michael Niedermayer configure: silence preprocessor noise from dependency generation Currently, errors are thrown for various macros while building that are

[FFmpeg-cvslog] avcodec/apedec: fix bug introduced in commit d3e5fbb1406995e07fccbff3ca8c1e24f57a1f7b

2015-10-03 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Oct 3 14:48:14 2015 -0400| [c4c389aa146a8a4e6fb8cfe43ddeea537e9cb510] | committer: Michael Niedermayer avcodec/apedec: fix bug introduced in commit d3e5fbb1406995e07fccbff3ca8c1e24f57a1f7b Signed-off-by: Ganesh Ajjanagadde Signed-off-by

[FFmpeg-cvslog] ffplay: more robust thread creation

2015-10-04 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Oct 3 18:50:06 2015 -0400| [c3e8de1c248f8c742dd9e61a0c71ee56bba22c28] | committer: Marton Balint ffplay: more robust thread creation SDL_CreateThread can fail: https://wiki.libsdl.org/SDL_CreateThread. This patch makes thread creation more

[FFmpeg-cvslog] Changelog: add note on ffplay dynamic volume control

2015-10-04 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Oct 3 22:36:06 2015 -0400| [59594b11f9629e80f8d38f6b963afc390b26dbdb] | committer: Marton Balint Changelog: add note on ffplay dynamic volume control Signed-off-by: Ganesh Ajjanagadde Signed-off-by: Marton Balint > http://git.videolan.

[FFmpeg-cvslog] all: add _DEFAULT_SOURCE locally wherever needed

2015-10-04 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Oct 3 07:41:00 2015 -0500| [26e8895b7395ed180dcb7e30465058c45050b5e2] | committer: Ronald S. Bultje all: add _DEFAULT_SOURCE locally wherever needed Glibc 2.20 onwards generates a deprecation warning for usage of _BSD_SOURCE and

[FFmpeg-cvslog] avcodec: use HAVE_THREADS header guards to silence -Wunused-function

2015-10-04 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Sep 16 22:22:27 2015 -0400| [2cbaa078d18a8cf0ca28e5bb2ee9398a3e08b7b6] | committer: Ronald S. Bultje avcodec: use HAVE_THREADS header guards to silence -Wunused-function When compiled with --disable-pthreads, e.g http://fate.ffmpeg.org

[FFmpeg-cvslog] ffplay: more robust mutex creation

2015-10-04 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sun Oct 4 12:04:41 2015 -0400| [7c6dd90eed48bf4eaec6a576dc6a3078337c8d27] | committer: Marton Balint ffplay: more robust mutex creation SDL_CreateMutex can fail: https://wiki.libsdl.org/SDL_CreateMutex. This patch makes creation more robust in

[FFmpeg-cvslog] avutil/attributes: add av_warn_unused_result

2015-10-05 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Mon Oct 5 01:45:12 2015 -0400| [1d4af04adf99301e21d7364d72f5570f5219083a] | committer: Michael Niedermayer avutil/attributes: add av_warn_unused_result GCC 3.4 introduced an attribute warn_unused_result to warn when a programmer discards the

[FFmpeg-cvslog] ffplay: log SDL error messages

2015-10-05 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sun Oct 4 20:37:39 2015 -0400| [4802b8368a707669b2dc0a4cdbebb27d4a519b36] | committer: Marton Balint ffplay: log SDL error messages This logs the SDL error messages on failure of creation of SDL_CreateMutex, SDL_CreateCond, and SDL_CreateThread

[FFmpeg-cvslog] ffplay: use correct context for av_log

2015-10-05 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sun Oct 4 20:38:24 2015 -0400| [4c2bfabc3a82f976aa6f63d572a0040701bae7c2] | committer: Marton Balint ffplay: use correct context for av_log Recent commits c3e8de1c248f8c742dd9e61a0c71ee56bba22c28 and 8dc6e92c3dc67a85026f3010045c7a28b1c0adc8 used

[FFmpeg-cvslog] ffplay: more robust condition variable creation

2015-10-05 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sun Oct 4 20:38:06 2015 -0400| [b67c1ab58cb1a9933d01ad91c2c58d019e215c3d] | committer: Marton Balint ffplay: more robust condition variable creation SDL_CreateCond can fail: https://wiki.libsdl.org/SDL_CreateCond. This patch makes creation more

[FFmpeg-cvslog] README: replace http with https

2015-10-06 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Mon Oct 5 23:39:08 2015 -0400| [9ecfcfe481ff38ef8af87bfcab74d87943edc880] | committer: Michael Niedermayer README: replace http with https Signed-off-by: Ganesh Ajjanagadde Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] doc/developer: use https instead of http

2015-10-07 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Tue Oct 6 23:15:49 2015 -0400| [2d8ef1b6902dcf9e8afe9a4d6c5c459c6b5b705c] | committer: Michael Niedermayer doc/developer: use https instead of http Change to https for FFmpeg websites. Signed-off-by: Ganesh Ajjanagadde Signed-off-by: Michael

[FFmpeg-cvslog] avcodec/libx264: silence -Waddress

2015-10-07 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Tue Oct 6 22:48:13 2015 -0400| [b3b6665c605328174ef014ae42719d7ab462d0a2] | committer: Ronald S. Bultje avcodec/libx264: silence -Waddress This patch moves the pointer validity check outside the macro, and silences the -Waddress observed with

[FFmpeg-cvslog] avutil/log: fix zero length gnu_printf format string warning

2015-10-08 Thread Ganesh Ajjanagadde
ffmpeg | branch: release/2.8 | Ganesh Ajjanagadde | Thu Sep 17 08:11:39 2015 -0400| [3fedd64d4b4afd55ac9cbfbf3e57984f97b08645] | committer: Michael Niedermayer avutil/log: fix zero length gnu_printf format string warning This should fix warning reported by fate client: http://fate.ffmpeg.org

[FFmpeg-cvslog] configure: add message to avoid manual modification of config.texi

2015-10-08 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Thu Oct 8 09:01:20 2015 -0400| [079d553b9e61b839744fb2688bc842f341f1501e] | committer: Stefano Sabatini configure: add message to avoid manual modification of config.texi Signed-off-by: Ganesh Ajjanagadde > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] doc/writing_filters: miscellaneous grammar and typo fixes

2015-10-08 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Thu Oct 8 09:00:44 2015 -0400| [1460719153e5eba1eac8de0510766cf7397740bf] | committer: Stefano Sabatini doc/writing_filters: miscellaneous grammar and typo fixes Signed-off-by: Ganesh Ajjanagadde > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] doc/faq: use https instead of http

2015-10-08 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Oct 7 21:40:53 2015 -0400| [65e2a5bb3295a8e91de67d786cbc47c6448b4543] | committer: Michael Niedermayer doc/faq: use https instead of http Change to https for FFmpeg websites. Signed-off-by: Ganesh Ajjanagadde Signed-off-by: Michael

[FFmpeg-cvslog] avcodec/pthread_frame: update doxygen for update_context_from_thread

2015-10-09 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Fri Oct 9 09:27:47 2015 -0400| [1e81fd3710a81ca9c5e13647a189a65ff48778b3] | committer: Ronald S. Bultje avcodec/pthread_frame: update doxygen for update_context_from_thread Signed-off-by: Ganesh Ajjanagadde Signed-off-by: Ronald S. Bultje

[FFmpeg-cvslog] ffmpeg: avoid possible undefined behavior

2015-10-09 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Fri Oct 9 10:39:27 2015 -0400| [2f4374fae135afeee84f987c8fab8cbad1c7fcc7] | committer: Michael Niedermayer ffmpeg: avoid possible undefined behavior On lines 1633,1634 FFABS(pts) is performed. However, if av_stream_get_end_pts returns

[FFmpeg-cvslog] avcodec/mpegvideoenc: fix undefined negative left shift

2015-10-09 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Fri Oct 9 14:43:04 2015 -0400| [3be27e07d3c5239f6d53b86aebcd201f722df4d0] | committer: Michael Niedermayer avcodec/mpegvideoenc: fix undefined negative left shift This should fix the first undefined behavior reported in: https://trac.ffmpeg.org

[FFmpeg-cvslog] avcodec/xvmc: apply attribute_deprecated correctly

2015-10-09 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Fri Oct 9 18:44:49 2015 -0400| [99530387283fc58e6c3ac42724955b8569daf548] | committer: Ronald S. Bultje avcodec/xvmc: apply attribute_deprecated correctly This fixes a warning observed on Clang 3.7: "warning: attribute 'deprecated&#

[FFmpeg-cvslog] avcodec/ac3enc: fix undefined negative left shift

2015-10-10 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Fri Oct 9 15:59:04 2015 -0400| [979572365f2133f969f3f49ec6a99cc8739d2eba] | committer: Michael Niedermayer avcodec/ac3enc: fix undefined negative left shift This should fix the undefined behavior reported in: https://trac.ffmpeg.org/ticket/4727

[FFmpeg-cvslog] doc/build_system: miscellaneous typo and consistency fixes

2015-10-10 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Thu Oct 8 09:01:04 2015 -0400| [8881b035d97a5065a648cda34226b3c691e9c4e5] | committer: Stefano Sabatini doc/build_system: miscellaneous typo and consistency fixes Signed-off-by: Ganesh Ajjanagadde > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] doc/developer: minor typo and consistency fixes

2015-10-10 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Thu Oct 8 09:01:38 2015 -0400| [0281ef907519ee395d53d523022100f2634672b3] | committer: Stefano Sabatini doc/developer: minor typo and consistency fixes Signed-off-by: Ganesh Ajjanagadde > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

Re: [FFmpeg-cvslog] [FFmpeg-devel] avconv: Do not try to configure filter outputs without streams

2015-10-10 Thread Ganesh Ajjanagadde
On Sat, Oct 10, 2015 at 9:18 AM, Michael Niedermayer wrote: > Hi > > On Sat, Oct 10, 2015 at 09:43:55AM +0200, Luca Barbato wrote: >> ffmpeg | branch: master | Luca Barbato | Mon Oct 5 >> 20:49:55 2015 +0200| [8b830ee9a26d47b138f12a82085cdb372f407f1e] | committer: >> Luca Barbato >> >> avconv:

[FFmpeg-cvslog] doc/scaler, swscale/options: use proper capitalization

2015-10-10 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Oct 10 12:54:33 2015 -0400| [3b2000c2bf123baef5b934e1d04cc86e5f404a87] | committer: Michael Niedermayer doc/scaler, swscale/options: use proper capitalization Proper names should be capitalized in all user facing API as far as possible. The

[FFmpeg-cvslog] gitignore: ignore object file temporaries

2015-10-10 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Oct 10 12:36:27 2015 -0400| [07c60684a7502b256b1cded08dcdaec3dcdcc719] | committer: Michael Niedermayer gitignore: ignore object file temporaries During a build, a lot of *.o.-hash files are created - had not noticed this as they are usually

[FFmpeg-cvslog] doc/resampler, swresample/options: use proper capitalization

2015-10-10 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Oct 10 12:48:08 2015 -0400| [f3fc103c6a8ed8e7056052c54508470eede46566] | committer: Michael Niedermayer doc/resampler, swresample/options: use proper capitalization Proper names should be capitalized in all user facing API as far as possible

[FFmpeg-cvslog] avutil/mathematics: speed up av_gcd by using Stein's binary GCD algorithm

2015-10-10 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Oct 10 21:58:47 2015 -0400| [971d12b7f9d7be3ca8eb98e6c04ed521f83cbd3c] | committer: Michael Niedermayer avutil/mathematics: speed up av_gcd by using Stein's binary GCD algorithm This uses Stein's binary GCD algorithm: https://en.wik

[FFmpeg-cvslog] avfilter/buffersrc: add av_warn_unused_result attributes

2015-10-11 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Tue Oct 6 18:53:47 2015 -0400| [624057df3fd5b0044eeed94d2b8e14105b8944dc] | committer: Ronald S. Bultje avfilter/buffersrc: add av_warn_unused_result attributes This adds av_warn_unused_result whenever it is relevant. Signed-off-by: Ganesh

[FFmpeg-cvslog] ffmpeg: modify tty state when stderr is redirected

2015-10-11 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Fri Jul 31 08:36:27 2015 -0400| [3ae98497c2fc6409828cdd1f2fad9ab244505581] | committer: Ronald S. Bultje ffmpeg: modify tty state when stderr is redirected Removes unnecessary isatty(), fixes Ticket2964 Signed-off-by: Ganesh Ajjanagadde Signed

[FFmpeg-cvslog] avfilter/af_agate: replace FFABS with fabs

2015-10-13 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Tue Oct 13 09:31:16 2015 +0200| [9ab98b580eb5aab7c188b3f6179f60e4a0bc0314] | committer: Paul B Mahol avfilter/af_agate: replace FFABS with fabs > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9ab98b580eb5aab7c188b3f6179f60e4a0bc0

[FFmpeg-cvslog] avfilter/af_astats: replace FFABS with fabs

2015-10-13 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Tue Oct 13 09:34:39 2015 +0200| [ac6b7c47cc568b0155d332aa1cf1c6c79dfee0f1] | committer: Paul B Mahol avfilter/af_astats: replace FFABS with fabs > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ac6b7c47cc568b0155d332aa1cf1c6c79dfee

[FFmpeg-cvslog] avfilter/af_sidechaincompress: replace FFABS with fabs

2015-10-13 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Tue Oct 13 09:37:18 2015 +0200| [3b336ec2fbd4b9e16144d3247428009c6fb301f0] | committer: Paul B Mahol avfilter/af_sidechaincompress: replace FFABS with fabs > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] ffserver_config: check for INT_MIN before doing FFABS

2015-10-13 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Fri Oct 9 11:25:16 2015 -0400| [4c8ca76965b1c29758246624940cbc529e7141f0] | committer: Ganesh Ajjanagadde ffserver_config: check for INT_MIN before doing FFABS FFABS(INT_MIN) is not safe. Alternative of using FFNABS is not as readable. Reviewed

[FFmpeg-cvslog] avformat/mov: fix integer overflow

2015-10-13 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Oct 10 13:39:28 2015 -0400| [d59bfcd11229300182c672ca734568919a85f773] | committer: Ganesh Ajjanagadde avformat/mov: fix integer overflow Partially fixes Ticket 4727. -duration is not a safe expression, since duration can be INT_MIN. One

[FFmpeg-cvslog] avfilter/all: propagate errors of functions from avfilter/formats

2015-10-14 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sun Oct 4 23:39:25 2015 -0400| [6aaac24d72a7da631173209841a3944fcb4a3309] | committer: Ganesh Ajjanagadde avfilter/all: propagate errors of functions from avfilter/formats Many of the functions from avfilter/formats can return errors, usually

[FFmpeg-cvslog] avfilter/formats: add av_warn_unused_result to function prototypes

2015-10-14 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Mon Oct 5 09:20:33 2015 -0400| [bf0d2d6030c239f91e0368a20fb2dc0705bfec99] | committer: Ganesh Ajjanagadde avfilter/formats: add av_warn_unused_result to function prototypes This uses the av_warn_unused_result attribute liberally to catch some

[FFmpeg-cvslog] avutil/intmath: use de Bruijn based ff_ctz

2015-10-14 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Oct 14 10:26:59 2015 -0400| [55d3e97970888baa173061704a085144c5a014b4] | committer: Ronald S. Bultje avutil/intmath: use de Bruijn based ff_ctz It has already been demonstrated that the de Bruijn method has benefits over the current

[FFmpeg-cvslog] doc/ffmpeg: use stream_loop instead of loop

2015-10-14 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Oct 14 21:51:15 2015 -0400| [76cd82d9257b7eabab806fc7202676d5bd8406c4] | committer: Ganesh Ajjanagadde doc/ffmpeg: use stream_loop instead of loop Commit dbb03b8e47f905f0f7b10c3eb5ac11f9bfc793ff renamed loop to stream_loop. This documents the

[FFmpeg-cvslog] avutil/cast5: update Doxygen for av_cast5_init with return information

2015-10-15 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Thu Oct 15 17:43:25 2015 -0400| [0418541d5d3f4eada6ce6f250f159ce569f180bc] | committer: Ganesh Ajjanagadde avutil/cast5: update Doxygen for av_cast5_init with return information Reviewed-by: Michael Niedermayer Signed-off-by: Ganesh Ajjanagadde

[FFmpeg-cvslog] swresample/swresample_internal: add av_warn_unused_result

2015-10-15 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Thu Oct 15 21:29:43 2015 -0400| [ef62f573ca5ea5284fb77d3acc8c75ec7b00e378] | committer: Ganesh Ajjanagadde swresample/swresample_internal: add av_warn_unused_result This will trigger a few warnings that need to be fixed. Reviewed-by: Michael

[FFmpeg-cvslog] avdevice/alsa: add av_warn_unused_result

2015-10-16 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Thu Oct 15 21:57:38 2015 -0400| [5e80a6cd315debe462feaf30b635c07cb0f44abb] | committer: Ganesh Ajjanagadde avdevice/alsa: add av_warn_unused_result This does not trigger any warnings, but adds robustness. Reviewed-by: Nicolas George Signed-off

[FFmpeg-cvslog] swscale/swscale: add av_warn_unused_result to sws_init_context

2015-10-16 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Thu Oct 15 21:44:22 2015 -0400| [cd8a0a9a9a9ea501367e7f1d17e70cde62e4c746] | committer: Ganesh Ajjanagadde swscale/swscale: add av_warn_unused_result to sws_init_context This should not trigger any warnings; but adds robustness. Reviewed-by

[FFmpeg-cvslog] avutil/internal: add av_warn_unused_result to avpriv_open

2015-10-16 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Thu Oct 15 17:49:48 2015 -0400| [31ed189d5c0583cac118197689b4f3766aa146cb] | committer: Ganesh Ajjanagadde avutil/internal: add av_warn_unused_result to avpriv_open The open syscall can obviously fail, and its return code needs to be checked

[FFmpeg-cvslog] avutil/file: add av_warn_unused_result to av_file_map

2015-10-16 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Thu Oct 15 18:18:02 2015 -0400| [a0b079ac25feda03d41f6b1755a575bd1b80b2aa] | committer: Ganesh Ajjanagadde avutil/file: add av_warn_unused_result to av_file_map The return code here should be checked. Reviewed-by: Michael Niedermayer Signed-off

[FFmpeg-cvslog] avdevice/internal: add av_warn_unused_result

2015-10-16 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Thu Oct 15 21:49:30 2015 -0400| [6d0c8cb79ac0977099e1f6afb28465bd587c5706] | committer: Ganesh Ajjanagadde avdevice/internal: add av_warn_unused_result This does not trigger any warnings but adds robustness. Reviewed-by: Michael Niedermayer

[FFmpeg-cvslog] avutil/mem: add av_warn_unused_result

2015-10-16 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Thu Oct 15 17:38:03 2015 -0400| [cf52ae003b427fbecdf82b7e99b829ccb299a0f4] | committer: Ganesh Ajjanagadde avutil/mem: add av_warn_unused_result This adds av_warn_unused_result to functions whose return codes need to be checked. Reviewed-by

[FFmpeg-cvslog] avfilter/avfiltergraph: fix -Wunused-result warnings

2015-10-16 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Oct 14 22:26:38 2015 -0400| [3835554bf8ed78539a3492c239f979c0ab03a15f] | committer: Ganesh Ajjanagadde avfilter/avfiltergraph: fix -Wunused-result warnings Commit bf0d2d6030c239f91e0368a20fb2dc0705bfec99 introduced av_warn_unused_result to

[FFmpeg-cvslog] avfilter/internal: add av_warn_unused_result

2015-10-17 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Wed Oct 14 23:00:02 2015 -0400| [01790484c130ee6f390a31356906b7337949ef05] | committer: Ganesh Ajjanagadde avfilter/internal: add av_warn_unused_result av_warn_unused_result is added to functions whose return status should be checked. Currently

  1   2   3   4   >