- 04 Apr, 2014 5 commits
-
-
James Darnley authored
Configure will detect the availability of the Windows' console functions and set HAVE_SETCONSOLETEXTATTRIBUTE. Meaning av_log will use those functions to control colours. When ffmpeg is run in Cygwin's mintty terminal emulator it will not use colour highlighting in this case. Mintty responds to the usual escape code colours (it even supports 256 colours). Windows' cmd.exe does not. Fortunately it seems that Cygwin's emulation layer now translates the basic 16 colours into Windows' Console command functions. That means that we can have av_log use the standard colour commands and let ffmpeg print colours in both mintty and cmd. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* qatar/master: (31 commits) riff: Add an additional AAC TwoCC riff: support 0xa100 TwoCC for G723_1 riff: add 0x594a TwoCC for Xan DPCM riff: add 0x64 to g726 riff: add G723_1 wav tag riff: map 0x0038 to amrnb riff: Support FLIC FourCC riff: add escape130 FourCC riff: support 'aas4' FourCC riff: add "YUV8" FourCC riff: Add "S263" FourCC riff: Support XMPG as mpeg1 riff: support BW10 as mpeg1 riff: Add SLDV FourCC for dvvideo riff: Support NTSC forward dvcpro videos riff: add dvis/pdvc FourCCs riff: add "GXVE" FourCC for WMV2 riff: add PLV1 fourcc to mpeg4 riff: Support decoding ASP variant from QNAP Systems riff: add "SM4V" FourCC ... Conflicts: libavformat/riff.c See: various commits, all the merged changes where in ffmpeg already Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '121b5b7e': isom: add some BOXX tags isom: add 'flic' tag isom: add 'm1v ' tag Conflicts: libavformat/isom.c See: ca8623e1 See: 8a3f9764 See: fca62f05Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'ad8f736b': mxf: Remove typo also See: [FFmpeg-devel] [PATCH 3/3] lavf/mxfdec: delete trailing semi-colon Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '9464b69d': log: Unbreak windows support Conflicts: libavutil/log.c No change as we didnt use print_256color() in our implementation Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
- 03 Apr, 2014 35 commits
-
-
James Darnley authored
Would have shown the trailing semi-colon in lavu/log.c that broke detection of 256 colour capable terminals. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Carl Eugen Hoyos authored
Mentioned on http://msdn.microsoft.com/en-us/library/dd341376%28prot.20%29.aspx
-
Piotr Bandurski authored
Sample-Id: 4790b7f1c44f98e35f3b806468fa615f5930a5b3.wav
-
Piotr Bandurski authored
Sample-Id: crusader-no-regret.avi
-
Compn authored
Sample-Id: g726-test1.wav
-
Piotr Bandurski authored
-
Compn authored
Sample-Id: 40709.avi
-
Paul B Mahol authored
-
Michael Niedermayer authored
-
Piotr Bandurski authored
-
Piotr Bandurski authored
Sample-Id: MAILTEST.AVI
-
Piotr Bandurski authored
-
Michael Niedermayer authored
-
Michael Niedermayer authored
-
Piotr Bandurski authored
-
Carl Eugen Hoyos authored
PAL looks incorrect.
-
Piotr Bandurski authored
-
Piotr Bandurski authored
Sample-Id: vivd.avi
-
Compn authored
Sample-Id: york-water-meteor.avi
-
Carl Eugen Hoyos authored
-
Piotr Bandurski authored
-
Compn authored
-
Piotr Bandurski authored
-
Compn authored
-
Piotr Bandurski authored
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
-
Piotr Bandurski authored
Sample-Id: smv2.avi
-
Clément Bœsch authored
-
James Almer authored
Some players, like foobar2000 or modern versions of WMP, create WAV files using the ITRK tag for track instead of IPRT
-
Piotr Bandurski authored
-
Reimar Döffinger authored
-
Carl Eugen Hoyos authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-