mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00:00
c3b6cc61e5
* qatar/master: ffserver: remove unused variable. Remove unused and outdated TODO file. gitignore: Drop individual .d ignore; it is already covered by a wildcard. lavf: deprecate AVStream.quality. bink: pass Bink version to audio decoder through extradata instead of codec_tag. libpostproc: Remove disabled code. flashsv: improve some comments and fix some wrong ones flashsv: Eliminate redundant variable indirection. flashsv: set reference frame type to full frame flashsv: replace bitstream description by a link to the specification flashsv: convert a debug av_log into av_dlog flashsv: simplify condition flashsv: return more meaningful error values flashsv: cosmetics: break some overly long lines flashsv: cosmetics: drop some unnecessary parentheses swscale: amend documentation to mention use of native depth for scaling. eval: add missing comma to tests. eval: fix memleak. H.264: make loopfilter bS const where applicable Conflicts: libavcodec/binkaudio.c libavformat/bink.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
48 lines
665 B
Plaintext
48 lines
665 B
Plaintext
.config
|
|
.version
|
|
*.o
|
|
*.d
|
|
*.exe
|
|
*.ho
|
|
*-example
|
|
*-test
|
|
*_g
|
|
config.*
|
|
doc/*.1
|
|
doc/*.html
|
|
doc/*.pod
|
|
doxy
|
|
ffmpeg
|
|
ffplay
|
|
ffprobe
|
|
ffserver
|
|
libavcodec/*_tablegen
|
|
libavcodec/*_tables.c
|
|
libavcodec/*_tables.h
|
|
libavcodec/libavcodec*
|
|
libavcore/libavcore*
|
|
libavdevice/libavdevice*
|
|
libavfilter/libavfilter*
|
|
libavformat/libavformat*
|
|
libavutil/avconfig.h
|
|
libavutil/libavutil*
|
|
libpostproc/libpostproc*
|
|
libswscale/libswscale*
|
|
tests/audiogen
|
|
tests/base64
|
|
tests/data
|
|
tests/rotozoom
|
|
tests/seek_test
|
|
tests/tiny_psnr
|
|
tests/videogen
|
|
tests/vsynth1
|
|
tests/vsynth2
|
|
tools/cws2fws
|
|
tools/graph2dot
|
|
tools/lavfi-showfiltfmts
|
|
tools/pktdumper
|
|
tools/probetest
|
|
tools/qt-faststart
|
|
tools/trasher
|
|
version.h
|