mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
27744fe439
* qatar/master: mpeg12: fixed parsing in some mpeg2 streams Add SMPTE240M transfer characteristics flag. mpegts: Some additional HDMV types and reg descriptors for mpegts motionpixels: Clip YUV values after applying a gradient. jpeg: handle progressive in second field of interlaced. ituh263dec: Implement enough of Annex O (scalability) to fix a FPE. h263: more strictly forbid frame size changes with frame-mt. h264: additional protection against unsupported size/bitdepth changes. tta: prevents overflows for 32bit integers in header. configure: remove malloc_aligned. vp8: update frame size changes on thread context switches. snowdsp: explicitily state instruction size. wmall: fix reconstructing audio with uncoded channels WMAL cosmetics: fix indentation gitignore: add Win32 library suffixes Conflicts: configure libavcodec/h263dec.c libavcodec/h264.c libavcodec/ituh263dec.c libavcodec/mjpegdec.c libavcodec/wmalosslessdec.c libavcodec/x86/snowdsp_mmx.c libavformat/mpegts.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
59 lines
673 B
Plaintext
59 lines
673 B
Plaintext
.config
|
|
.version
|
|
*.a
|
|
*.o
|
|
*.d
|
|
*.def
|
|
*.dll
|
|
*.exe
|
|
*.ho
|
|
*.lib
|
|
*.pc
|
|
*.so
|
|
*.so.*
|
|
*.ver
|
|
*-example
|
|
*-test
|
|
*_g
|
|
*.def
|
|
*.dll
|
|
*.lib
|
|
*.exp
|
|
config.*
|
|
doc/*.1
|
|
doc/*.html
|
|
doc/*.pod
|
|
doc/fate.txt
|
|
doxy
|
|
ffmpeg
|
|
ffplay
|
|
ffprobe
|
|
ffserver
|
|
avconv
|
|
doc/avoptions_codec.texi
|
|
doc/avoptions_format.texi
|
|
doc/print_options
|
|
libavcodec/*_tablegen
|
|
libavcodec/*_tables.c
|
|
libavcodec/*_tables.h
|
|
libavcodec/codec_names.h
|
|
libavutil/avconfig.h
|
|
tests/audiogen
|
|
tests/base64
|
|
tests/data
|
|
tests/rotozoom
|
|
tests/tiny_psnr
|
|
tests/videogen
|
|
tests/vsynth1
|
|
tests/vsynth2
|
|
tools/aviocat
|
|
tools/cws2fws
|
|
tools/graph2dot
|
|
tools/ismindex
|
|
tools/lavfi-showfiltfmts
|
|
tools/pktdumper
|
|
tools/probetest
|
|
tools/qt-faststart
|
|
tools/trasher
|
|
version.h
|