summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* riff: Add "S263" FourCCPiotr Bandurski2014-04-04
|
* riff: Support XMPG as mpeg1Michael Niedermayer2014-04-04
|
* riff: support BW10 as mpeg1Michael Niedermayer2014-04-04
|
* riff: Add SLDV FourCC for dvvideoPiotr Bandurski2014-04-04
|
* riff: Support NTSC forward dvcpro videosCarl Eugen Hoyos2014-04-04
| | | | PAL looks incorrect.
* riff: add dvis/pdvc FourCCsPiotr Bandurski2014-04-04
|
* riff: add "GXVE" FourCC for WMV2Piotr Bandurski2014-04-04
| | | | Sample-Id: vivd.avi
* riff: add PLV1 fourcc to mpeg4Compn2014-04-04
| | | | Sample-Id: york-water-meteor.avi
* riff: Support decoding ASP variant from QNAP SystemsCarl Eugen Hoyos2014-04-04
|
* riff: add "SM4V" FourCCPiotr Bandurski2014-04-04
|
* riff: add DYM4 mpeg4 fourccCompn2014-04-04
|
* riff: add DM4V FourCCPiotr Bandurski2014-04-04
|
* riff: add G264 to mpeg4, only decodes keyframesCompn2014-04-04
|
* riff: add "lsvm" FourCC for H263.Piotr Bandurski2014-04-04
|
* riff: Support H.264 fourcc UMSVCarl Eugen Hoyos2014-04-04
|
* riff: add FourCC for GeoVision camerasCarl Eugen Hoyos2014-04-04
|
* riff: Add V264 for H264 in CCTV recordingsCarl Eugen Hoyos2014-04-04
|
* riff: add H264 from QNAP SystemsCarl Eugen Hoyos2014-04-04
|
* riff: add SMV2 FourCC for H264Piotr Bandurski2014-04-04
| | | | Sample-Id: smv2.avi
* riff: add ISMP/timecode tagClément Bœsch2014-04-04
|
* riff: Add ITRK tagJames Almer2014-04-04
| | | | | Some players, like foobar2000 or modern versions of WMP, create WAV files using the ITRK tag for track instead of IPRT
* isom: add some BOXX tagsPiotr Bandurski2014-04-04
|
* isom: add 'flic' tagReimar Döffinger2014-04-04
|
* isom: add 'm1v ' tagCarl Eugen Hoyos2014-04-04
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* mxf: Remove typoLuca Barbato2014-04-03
| | | | Reported-By: Vittorio Giovara <vittorio.giovara@gmail.com>
* log: Unbreak windows supportLuca Barbato2014-04-03
| | | | Add the missing define.
* log: Do not assume the TERM variable is always setLuca Barbato2014-04-03
|
* log: Document AV_LOG_C usageLuca Barbato2014-04-03
| | | | And move outside the wrong doxygen group.
* log: Remove undefined behaviourLuca Barbato2014-04-03
|
* log: Support for 256color terminalsLuca Barbato2014-04-03
| | | | | | | | | And provide extended coloring capabilities for debugging. The default colors do not change in 256 more to keep supporting people using Black on White, White on Black and Solarized terminals. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* doc: Fit the graph in 80 colsLuca Barbato2014-04-03
| | | | | | Some man pagers do not reflow the text/graphs on resize and the graphs did not fit the traditional 80cols due the pod2man excessive indent.
* vf_settb: rename to settbKaterina Barone-Adesi2014-04-02
| | | | | | An audio version of settb (asettb) will be added to this file. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* avi: Improve non-interleaved detectionMichael Niedermayer2014-04-02
| | | | | | | | | | | | | | | Additional fixes by Nigel Touati-Evans <nigel.touatievans@gmail.com>. Check the index for streams with a time drift of 2s or a buffer drift of 64MB. Bug-Id: 666 CC: libav-stable@libav.org Sample-Id: yet-another-broken-interleaved-avi.avi Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org> Signed-off-by: Diego Biurrun <diego@biurrun.de>
* swscale: add endianness conversion for AV_PIX_FMT_BGRA64|RGBA64Janne Grunau2014-04-02
|
* vc1dec: fix a possible unitialized variable warningVittorio Giovara2014-04-02
|
* lavf: add supported extension to avi and mov demuxersMarc-Antoine Arnaud2014-04-02
|
* More correct printf format specifiersDiego Biurrun2014-04-02
| | | | This avoids compiler warnings about argument and specifier type mismatch.
* lavu: add missing formats to av_pix_fmt_swap_endiannessJanne Grunau2014-04-02
|
* VP3: K&R formatting cosmeticsVittorio Giovara2014-04-01
|
* fate: Explicitly use gray16le in fate-sgi-gray16Martin Storsjö2014-04-01
| | | | | | This fixes the test on big endian. Signed-off-by: Martin Storsjö <martin@martin.st>
* fate: add SGI testsVittorio Giovara2014-04-01
|
* sgi: decode 16bit RLE imagesVittorio Giovara2014-04-01
|
* sgi: encode images with 4 channels at 8 and 16 bitsVittorio Giovara2014-04-01
|
* sgi: decode images with 4 channels at 8 and 16 bitsCarl Eugen Hoyos2014-04-01
|
* sgi: remove redundant argument from read_uncompressed_sgi()Paul B Mahol2014-04-01
|
* sgi: set the row boundary to the correct valueMichael Niedermayer2014-04-01
|
* sgi: fix end of line boundary detectionMichael Niedermayer2014-04-01
|
* sgi: check maximum supported resolutionPiotr Bandurski2014-04-01
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* sgi: K&R formatting cosmeticsVittorio Giovara2014-04-01
|
* codec_desc: set lossless attribute for SGI and DPXPaul B Mahol2014-04-01
|