https://github.com/eVRydayVR/ffmpeg-unwarpvr

sort by:
Revision Author Date Message Commit Date
e1ce4f8 update for 2.4.1 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 21 September 2014, 21:37:09 UTC
bb5c0ac avfilter/vf_scale: Allow chroma samples to be above and to the left of luma samples Found-by: Kierank Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit e927682e1b258501f3ddecef85801282267277c7) Conflicts: libavfilter/version.h 21 September 2014, 21:37:09 UTC
d389438 swscale: Allow chroma samples to be above and to the left of luma samples Found-by: Kierank Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 61af6bebb457c8d9bb00baaccd65a39632437bcd) Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 21 September 2014, 21:37:09 UTC
3b57d77 avcodec/libilbc: support for latest git of libilbc in the latest git commits of libilbc developers removed WebRtc_xxx typedefs This commit uses int types instead, it's safe to apply also for previous versions since WebRtc_Word16 was always a typedef of int16_t and WebRtc_UWord16 a typedef of uint16_t Reviewed-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 59af5383c18c8cf3fe2a4b5cc1ebf2f3300bdfe5) Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 21 September 2014, 15:04:04 UTC
b7f2719 libavcodec/webp: treat out-of-bound palette index as translucent black See https://code.google.com/p/webp/issues/detail?id=206 for a description of the problem/fix. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> This patch makes the decoder follow the recommendation of the spec. There is some disagreement (see "[FFmpeg-devel] [PATCH]: libavcodec/webp") about what would be best to be written in the spec, so in case the spec is changed again, this potentially would need to be amended or reverted (cherry picked from commit 4fd21d58a72c38ab63c3a4483b420db260fa7b8d) Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 19 September 2014, 14:37:10 UTC
dc4e34a vf_deshake: rename Transform.vector to Transform.vec to avoid compiler confusion The token 'vector' is a keyword in the Vector/SIMD Multimedia Extension data types and thus should not be used as a variable name. This fixes building on powerpc/ppc64el. Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 739f179dd6a21f3fcbd3d23d3d14cde9bb587ead) Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 17 September 2014, 23:11:33 UTC
d694ab8 avcodec/x86/vp9lpf: Always include x86util.asm Fixes executable stack Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 41d82b85ab0ee8bb2931c1f783e30c38c2fb5206) Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 17 September 2014, 23:11:33 UTC
ab02548 Merge commit 'b45ab61b24a8f2aeafdd4451491b1b30b7875ee5' into release/2.4 * commit 'b45ab61b24a8f2aeafdd4451491b1b30b7875ee5': apetag: Fix APE tag size check Merged-by: Michael Niedermayer <michaelni@gmx.at> 17 September 2014, 23:04:25 UTC
b45ab61 apetag: Fix APE tag size check The size variable is (correctly) unsigned, but is passed to several functions which take signed parameters, such as avio_read, sometimes after having numbers added to it. So ensure that size remains within the bounds that these functions can handle. (cherry picked from commit c5560e72d0bb69f8a1ac9536570398f84388f396) Signed-off-by: Diego Biurrun <diego@biurrun.de> 17 September 2014, 14:07:22 UTC
cc73b4f tools/crypto_bench: fix build when AV_READ_TIME is unavailable Found-by: Andreas Cadhalpun <andreas.cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 4a99134f1a71994a0dc4542a0d6bee8e36146b60) Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 16 September 2014, 16:27:33 UTC
8ac3b2c RELEASE_NOTES: add H.261 & HEVC RTP support Suggested-by: Thomas Volkert <silvo@gmx.net> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 16 September 2014, 09:34:50 UTC
ace90ee avcodec/mjpegenc: the AMV encoder doesnt support yuv422 Fixes Ticket3883 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit b227be34db76541db0269a769dad90c20793353f) Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 14 September 2014, 15:46:33 UTC
703bd31 Changelog: add 2.4 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 808db3e68778b77e020aab1b838d32e63a38ae63) Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 14 September 2014, 14:53:20 UTC
c16e80e doc/examples: remove unneeded NULL checks dst_file cannot be NULL Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 68bca03951b36755f46d75a5bcfcbba95ced21c4) Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 14 September 2014, 14:53:19 UTC
66ac5b9 MAINTAINERS: Add 2.4 to maintained releases, drop 2.3 2.2 is used by 4 distributions, 2.3 by none, thus continuing maintaining 2.2 makes more sense than 2.3 see: https://trac.ffmpeg.org/wiki/Downstreams Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit da2186be81b5cb2d24da5671e25affbb8f09920d) Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 14 September 2014, 14:00:15 UTC
547cad8 Merge commit 'f851477889ae48e2f17073cf7486e1d5561b7ae4' into release/2.4 * commit 'f851477889ae48e2f17073cf7486e1d5561b7ae4': (26 commits) Prepare for 11 release doc: Fix syntax and logical errors in avconv stream combination example Fix RELEASE identification Mark 11 release in the changelog Add release notes for 11. avcodec: fix missing doxygen comment marker Prepare for 11_beta2 Release license: Mention that vf_interlace is GPL, not LGPL matroskaenc: convert avstream stereo3d side data during encoding matroskadec: parse stereo mode on decoding avcodec: add stream-level stereo3d side data matroska: list supported extensions doc/APIchanges: fill in missing hashes and dates pulse: Add a wallclock option to be compatible with other other captures vc1: Initialize start_code_found to 0 avconv: fix parsing the AVOptions for -target avconv: fix the muxrate values for -target mpegenc: limit the maximum muxrate vc1: Fix the skip condition vfwcap: Add fallback define for HWND_MESSAGE ... Conflicts: Changelog LICENSE.md RELEASE doc/APIchanges doc/RELEASE_NOTES doc/ffmpeg.texi ffmpeg_opt.c libavcodec/avcodec.h libavcodec/error_resilience.c libavcodec/utils.c libavcodec/vc1_parser.c libavcodec/version.h libavdevice/pulse_audio_dec.c libavfilter/setpts.c libavfilter/src_movie.c libavformat/electronicarts.c libavformat/matroska.c libavformat/matroskadec.c libavformat/matroskaenc.c libavformat/mpegenc.c Merge for metadata only, all these backports are already present in release/2.4 as its branched off from master at a later point so that all these changes where in master already. Merged-by: Michael Niedermayer <michaelni@gmx.at> 14 September 2014, 13:57:32 UTC
55b1a1e update for 2.4 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 14 September 2014, 13:37:11 UTC
5eef704 Changelog/RELEASE_NOTES: prepare for 2.4 14 September 2014, 11:41:49 UTC
fa1b563 doc/APIchanges: Update hashes and dates Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 14 September 2014, 10:45:36 UTC
b97e270 doc/APIchanges: attempt to split releases Based on several git show origin/release/X.Y:doc/APIchanges. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 14 September 2014, 10:44:06 UTC
365b9cf doc: mention important API changes in the RELEASE_NOTES Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 14 September 2014, 01:09:35 UTC
2638af2 ffserver: drop custom skip_spaces() impl Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> 14 September 2014, 00:01:01 UTC
4c8be33 ffserver: use correct error for stream not found Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> 14 September 2014, 00:01:01 UTC
8f53742 doc: mention in APIChanges that AVProbeData must be initialized due to the new mime_type field Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 13 September 2014, 23:13:25 UTC
5312fb1 RELEASE_NOTES: add version numbers Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 13 September 2014, 22:14:58 UTC
c2a7607 RELEASE_NOTES: Add next versions name (Fresnel) The name is "randomly" picked from previous suggestions If people prefer something else, suggest it quickly Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 13 September 2014, 21:51:00 UTC
36ea35b avformat/utils: free s->pb for image2 as it can be used with and without a file Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 13 September 2014, 21:25:17 UTC
89d42da avformat/assenc: honor ReadOrder 13 September 2014, 21:02:51 UTC
52c85b1 avdevice/lavfi: dont assign variables to themselfs Fixes "warning: explicitly assigning a variable of type int to itself" Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 13 September 2014, 20:32:21 UTC
8407cbb Fix "passing argument 1 of av_free discards const qualifier from pointer target type" Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 13 September 2014, 20:32:20 UTC
296cd9c avformat/mpegts: Improve probe heuristic by considering the overall frequency of 0x47 headers Fixes Ticket3939 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 13 September 2014, 20:08:21 UTC
b96d864 avcodec/mjpegdec: Fix chroma width rounding Fixes vertical line at the right side Fixes Ticket 3929 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 13 September 2014, 18:25:27 UTC
f851477 Prepare for 11 release 13 September 2014, 18:14:46 UTC
ceb2fe0 avcodec/bmp_parser: delay frame end detection to the next header or EOF Fixes Ticket3687 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 13 September 2014, 15:46:18 UTC
3c6d824 avcodec/bmp_parser: simplify Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 13 September 2014, 15:21:31 UTC
b11d188 avcodec/bmp_parser: fix parsing a single bmp which has a fsize < its header Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 13 September 2014, 15:10:13 UTC
d86cf4a avformat/vobsub: fix NULL dereference 13 September 2014, 13:15:32 UTC
8572dbc avcodec/ac3en: use FF_ALLOC(Z)_ARRAY() Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 13 September 2014, 11:28:38 UTC
bcac0f4 lavf/format.c: use AVPROBE_SCORE_MIME instead of AVPROBE_SCORE_EXTENSION for matching mime types Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 12 September 2014, 22:37:35 UTC
d5e8026 doc: document the addition of the AVProbeData.mime_type field and it's implications Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 12 September 2014, 22:36:14 UTC
cdb3eee configure: Fix miscompilation for i586 If the CPU is 386, 486 or pentium, we must not use cmov in inline assembler. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 12 September 2014, 20:57:31 UTC
b3fd2b1 avformat/img2dec: Fail probing when no data is yet available and the filename contains no number/glob patterns either. Fixes Ticket3901 the seek test error codes change due to a change in the failure path, this could be avoided by changing the respective error codes to EINVAL Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 12 September 2014, 17:01:44 UTC
917d14e avformat/format: Run image2 probe again when file content data is available Reviewed-by: Benoit Fouet <benoit.fouet@free.fr> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 12 September 2014, 16:20:38 UTC
321c3cd avformat/img2dec: reduce bmppipe probe score bmp pipe needs the bmp parser which is not bug free and should thus not be favored over the bmp image2 demuxer that also means this change could be reverted in case bmp pipe is improved so it handles all single bmp images correctly Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 12 September 2014, 16:19:11 UTC
e3fb2b0 docs: add example around the suggested commit message format It gets rendered inline in HTML and becomes not very clear. Reviewed-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 11 September 2014, 23:59:44 UTC
453944c configure: fix check_cmd in check_host_cpp Use correct cpp and c flags variables for the host libc. Signed-off-by: Jörg Krause <jkrause@posteo.de> Reviewed-by: Benoit Fouet <benoit.fouet@free.fr> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 11 September 2014, 16:42:23 UTC
8e8db16 avutil/ppc/float_dsp_altivec: ppc: Fix bug in ff_vector_fmul_add_altivec() affecting little endian environments on POWER8 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 11 September 2014, 16:36:34 UTC
4a203b7 avcodec/png_parser: Return the buffered data at the end Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 11 September 2014, 14:47:01 UTC
a6153bd avcodec/pngdec: print the actual number of bytes left in the error case Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 11 September 2014, 14:47:01 UTC
de4a4ca avformat/img2_alias_pix: Add AVClass and image2 AVOptions This fixes the default timebase and allows overriding the framerate Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 11 September 2014, 13:34:13 UTC
8b47146 avformat/img2_alias & brender_pix: fix function names Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 11 September 2014, 13:16:24 UTC
646d663 avformat/img2_brender_pix: Add AVClass and image2 AVOptions This fixes the default timebase and allows overriding the framerate Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 11 September 2014, 13:10:59 UTC
5303a64 avformat/img2: Make AVOptions available to img* demuxers defined in other files Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 11 September 2014, 13:10:15 UTC
ea7ebad avformat/rmdec: very basic MLTI support Fixes Ticket2152 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 11 September 2014, 12:13:03 UTC
16de4d9 ffmpeg: Do av_buffersink_set_frame_size() when reconfiguring the filtergraph not just when changing audio resample parameters Fixes Ticket3562 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 11 September 2014, 02:55:58 UTC
5e3da25 Merge commit '775a0b04f0cf8102fe322b2ee03fe1a0633dea04' * commit '775a0b04f0cf8102fe322b2ee03fe1a0633dea04': doc: Fix syntax and logical errors in avconv stream combination example Conflicts: doc/ffmpeg.texi Merged-by: Michael Niedermayer <michaelni@gmx.at> 10 September 2014, 23:27:38 UTC
3e56ae6 avcodec/h264: Use FF_ALLOCZ_ARRAY_OR_GOTO() Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 10 September 2014, 20:37:35 UTC
7258b5e avcodec/dnxhdenc: Use FF_ALLOCZ_ARRAY_OR_GOTO() Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 10 September 2014, 20:37:35 UTC
4f2d4b9 doc: Fix syntax and logical errors in avconv stream combination example Bug-Id: 661 CC: libav-stable@libav.org (cherry picked from commit 775a0b04f0cf8102fe322b2ee03fe1a0633dea04) Signed-off-by: Diego Biurrun <diego@biurrun.de> 10 September 2014, 19:01:16 UTC
743d489 avcodec/mpegvideo: Use FF_ALLOCZ_ARRAY_OR_GOTO() Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 10 September 2014, 18:50:32 UTC
6f48c60 avcodec/twinvq: Use FF_ALLOC_ARRAY_OR_GOTO() Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 10 September 2014, 18:44:19 UTC
775a0b0 doc: Fix syntax and logical errors in avconv stream combination example Bug-Id: 661 CC: libav-stable@libav.org 10 September 2014, 18:30:36 UTC
c4a0c64 avcodec/aacenc: Use FF_ALLOCZ_ARRAY_OR_GOTO() Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 10 September 2014, 13:18:29 UTC
7fe59ee avcodec/ac3enc_template: Use FF_ALLOC_ARRAY_OR_GOTO() Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 10 September 2014, 13:18:29 UTC
8b7a39d avcodec/adpcmenc: Use FF_ALLOC_ARRAY_OR_GOTO() Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 10 September 2014, 13:18:29 UTC
3294fc8 avformat/concatdec: fix "warning: explicitly assigning a variable of type int to itself" Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 10 September 2014, 09:48:39 UTC
1b5ccae avformat/mp3dec: Improve seeking frame sync code Fixes Ticket3884 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 10 September 2014, 00:32:41 UTC
649b7a9 av_filter/x86/idet: use HADDD where appropriate Signed-off-by: James Almer <jamrial@gmail.com> 09 September 2014, 22:02:49 UTC
c7d8dba avformat: remove FF_API_ASS_SSA dead code 09 September 2014, 19:34:23 UTC
35a9959 avcodec/snow: make new_picture const Fixes "assignment discards const qualifier from pointer target type" Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 09 September 2014, 19:02:37 UTC
96b0694 Merge commit 'ee0ebd3c1412fdd9d80aa97c98d1a20b893f1f47' * commit 'ee0ebd3c1412fdd9d80aa97c98d1a20b893f1f47': dv: K&R formatting cosmetics Conflicts: libavcodec/dv.c libavcodec/dv.h libavcodec/dv_profile.c libavcodec/dvdec.c libavcodec/dvenc.c Merged-by: Michael Niedermayer <michaelni@gmx.at> 09 September 2014, 17:30:55 UTC
5309e7e Merge commit 'f629705b0239c80fddc1b0b15ed4bb9042c77d23' * commit 'f629705b0239c80fddc1b0b15ed4bb9042c77d23': x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflags See: 428aa14a4851711ea1aa3f9b2d5bac867434993f Merged-by: Michael Niedermayer <michaelni@gmx.at> 09 September 2014, 17:10:29 UTC
d2f1f2c Merge commit 'ec217218c27d53c5b323323e6ef862bcdbcabe5f' * commit 'ec217218c27d53c5b323323e6ef862bcdbcabe5f': x86inc: Free up variable name "n" in global namespace See: a4dbabc8b3c123c071c925d2d749a50e4895ebcd Merged-by: Michael Niedermayer <michaelni@gmx.at> 09 September 2014, 17:08:32 UTC
8712021 Merge commit '176a0fca3fd64f91d585f96137388e00d8c101b6' * commit '176a0fca3fd64f91d585f96137388e00d8c101b6': x86inc: Make ym# behave the same way as xm# See: 720c21d11ff0742989bae3e763fc0a85a587fdb6 Merged-by: Michael Niedermayer <michaelni@gmx.at> 09 September 2014, 16:59:01 UTC
e3fd6a3 av_filter/x86/idet: MMX/SSE2 implementation of 16bits filter_line() tested on http://ps-auxw.de/10bit-h264-sample/10bit-eldorado.mkv MMX: ~30% faster decoding overall SSE2:~40% faster Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 09 September 2014, 14:47:22 UTC
ee0ebd3 dv: K&R formatting cosmetics Signed-off-by: Diego Biurrun <diego@biurrun.de> 09 September 2014, 12:30:28 UTC
881f96c avcodec/rawenc: drop sizeof(AVFrame) dependency Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 09 September 2014, 11:22:33 UTC
b630528 Merge commit '9752d07d33d5370f7819865fbb5e582b982aad06' * commit '9752d07d33d5370f7819865fbb5e582b982aad06': dirac: K&R formatting cosmetics Conflicts: libavcodec/dirac.c libavcodec/dirac_parser.c Merged-by: Michael Niedermayer <michaelni@gmx.at> 09 September 2014, 10:12:29 UTC
f629705 x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflags Previously there was a limit of two cpuflags. Signed-off-by: Diego Biurrun <diego@biurrun.de> 09 September 2014, 09:00:25 UTC
ec21721 x86inc: Free up variable name "n" in global namespace Signed-off-by: Diego Biurrun <diego@biurrun.de> 09 September 2014, 09:00:19 UTC
176a0fc x86inc: Make ym# behave the same way as xm# This makes more sense for future implementations of templates with zmm registers. Signed-off-by: Diego Biurrun <diego@biurrun.de> 09 September 2014, 08:45:14 UTC
9752d07 dirac: K&R formatting cosmetics Signed-off-by: Diego Biurrun <diego@biurrun.de> 09 September 2014, 08:39:47 UTC
7d8ebb8 Fix RELEASE identification This was accidentally left over in b5d4f49e3cb1a13642542f08c8c54791c3d54dfb 09 September 2014, 00:58:45 UTC
f7bbe0f avformat/mpeg: update comment on probe score Found-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 09 September 2014, 00:51:59 UTC
69c34a6 avdevice/x11grab: fix cursor drawing in multi-screen setup The code uses XFixes to retrieve the cursor coordinates, but XFixes gives no information of what screen the pointer is on; this results in always drawing the cursor on the captured screen even if the mouse pointer was on another screen. For example, when capturing from screen 1 (i.e. -f x11grab -i ":0.1") the cursor was being drawn in the captured image even when the mouse pointer was actually on screen 0, which is wrong and visually confusing. Use XQueryPointer to check that the pointer is actually on the screen which is being captured. Signed-off-by: Antonio Ospite <ao2@ao2.it> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 09 September 2014, 00:22:06 UTC
5a8e51f avdevice/x11grab: rename the "w" Window to "root" in paint_mouse_pointer This specifies better the meaning of the variable, and is also in preparation of a subsequent change which will introduce a temporary Window variable for which "w" is an good name. Signed-off-by: Antonio Ospite <ao2@ao2.it> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 09 September 2014, 00:22:01 UTC
0294612 avfilter/vf_cropdetect: Do not check lines or columns twice on black frames Idea from patch by: hjiodjf 97xgw46 <jfbvxt@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 09 September 2014, 00:06:17 UTC
5109ce2 avformat/mpeg: increase score for short mpeg-ps by 1 Fixes Ticket 3855 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 08 September 2014, 23:10:55 UTC
6daff3b Merge commit '1ec335513f95bf2441f81d761ea127325ecd81a0' * commit '1ec335513f95bf2441f81d761ea127325ecd81a0': time: Add missing zero Conflicts: libavutil/time.c See: ebef9f5a56d7df91e010a177a80cfc8dbe394305 Merged-by: Michael Niedermayer <michaelni@gmx.at> 08 September 2014, 20:14:32 UTC
1ec3355 time: Add missing zero Leftover of 56d7df91e010a177a80cfc8dbe394305 Signed-off-by: Luca Barbato <lu_zero@gentoo.org> 08 September 2014, 19:46:12 UTC
1360db7 avcodec/mpeg4videodec: fix 'libavcodec/mpeg4videodec.c:2762:22: warning: unused variable mpeg4_vdpau_class [-Wunused-const-variable]' Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 08 September 2014, 19:31:47 UTC
a67b6c9 avcodec/cabac_functions: fix "warning: UNCHECKED_BITSTREAM_READER is not defined, evaluates to 0" Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 08 September 2014, 19:06:47 UTC
baee313 avcodec/diracdec: Fix "warning: comparison of constant 4 with expression of type enum dirac_subband is always true [-Wtautological-constant-out-of-range-compare]" Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 08 September 2014, 18:47:47 UTC
552ce68 Revert the default for ffplay to -noautoexit. Reviewed-by: Marton Balint 08 September 2014, 15:51:12 UTC
42b4da7 Print bits_per_raw_sample for ffprobe -show_streams. Fixes ticket #3919. 08 September 2014, 15:49:20 UTC
2b1f6a3 Print the actual bit depth for audio if it is different from the sample_fmt bit depth. This is already done for video. 08 September 2014, 15:49:11 UTC
5a6dd92 avcodec/ac3dec_fixed: remove unused arrays Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 08 September 2014, 14:59:16 UTC
951f6fa avformat/rtpdec_qt: Fix 'warning: passing argument 2 of ffio_init_context discards const qualifier from pointer target type' Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 08 September 2014, 14:56:19 UTC
24db666 MAINTAINERS: add myself as segment maintainer 08 September 2014, 13:23:04 UTC
f51de9c lavf/segment: abort in case of invalid segment format options 08 September 2014, 13:22:55 UTC
back to top