updated: internal ffmpeg to c3beafa0f1
authorAnssi Hannula <anssi@xbmc.org>
Tue, 1 Feb 2011 23:29:29 +0000 (01:29 +0200)
committerAnssi Hannula <anssi@xbmc.org>
Wed, 2 Feb 2011 22:16:55 +0000 (00:16 +0200)
commit1a6a927ec5a0c305f58fa44bc0d023e007820b64
tree480da2a288b605711c96a7315937c33ccf6c8257
parent4d8e27ceb8c6218f4dd62b381ec786650f594ac9
updated: internal ffmpeg to c3beafa0f1

Update internal FFmpeg to c3beafa0f1 from
git://git.ffmpeg.org/ffmpeg.git.

This update adds a new library, libavcore, which contains common
multimedia utilities. Build scripts are updated to handle it (both
internal and external). FFmpeg is no longer built with libfaad as it
now supports LATM AAC audio natively. The unused build_xbmc.sh script is
removed.

The patchset in ffmpeg/patches has been updated, removals and additions
are documented below.

The following patches have been removed as no longer necessary:
- Ticket #5481 - added support for LATM encapsulated AAC audio streams
  within FFmpeg (thanks Paul Kendall).
- re-add libfaad wrapper to ffmpeg for now
- added: ffmpeg spdif demuxer (fixes ac3-in-wav)
- ffmpeg issue2137 patch for MKV (fixes #9014)
- ffmpeg issue2137 patch for AVI (fixes #9014)
- fixed: bitstream mode improperly set. Ticket #10981.
- Add av_popcount() to libavutil/common.h and bump minor version
- added: export DTS profile information in ffmpeg
- Add av_get_profile_name() to get profile names.
- Show profile in avcodec_string().
- libfaac: add recognized profiles array
- dca: add profile names
- h264: add profile names for the existing defines
- dca: consider a stream with XXCh/X96 in ExSS as DTS-HD HRA
- added: metadata support to oggenc with vorbis streams (submitted
  upstream Issue #555)

The following patch has been removed as its purpose is unclear and
upstream code has diverged (passthrough works even without it):
- Setup wanted pkt size in spdif muxers header parser

The following patch:
- When PMT is found, we have found mpegts header information, and
  av_find_stream_info doesn't need to read more to find streams
has been re-replaced with
- Speed up mpegts av_find_stream_info.
The latter was apparently accidentally reverted in the previous FFmpeg
update.

The following patch has been added to fix a build regression with the
configure flags we use on darwin:
- swscale: fix build with --enable-runtime-cpudetect
  --disable-mmx/mmx2/amd3dnow
1383 files changed:
configure.in
lib/DllAvCodec.h
lib/DllAvCore.h [new file with mode: 0644]
lib/DllAvFormat.h
lib/Makefile.in
lib/ffmpeg/.gitignore
lib/ffmpeg/CREDITS
lib/ffmpeg/Changelog
lib/ffmpeg/LICENSE
lib/ffmpeg/MAINTAINERS
lib/ffmpeg/Makefile
lib/ffmpeg/build_xbmc.sh [deleted file]
lib/ffmpeg/build_xbmc_win32.sh
lib/ffmpeg/cmdutils.c
lib/ffmpeg/cmdutils.h
lib/ffmpeg/common.mak
lib/ffmpeg/configure
lib/ffmpeg/doc/APIchanges
lib/ffmpeg/doc/bitstream_filters.texi [new file with mode: 0644]
lib/ffmpeg/doc/build_system.txt [new file with mode: 0644]
lib/ffmpeg/doc/demuxers.texi [new file with mode: 0644]
lib/ffmpeg/doc/developer.texi
lib/ffmpeg/doc/eval.texi [new file with mode: 0644]
lib/ffmpeg/doc/faq.texi
lib/ffmpeg/doc/ffmpeg-doc.texi [deleted file]
lib/ffmpeg/doc/ffmpeg.texi [new file with mode: 0644]
lib/ffmpeg/doc/ffplay-doc.texi [deleted file]
lib/ffmpeg/doc/ffplay.texi [new file with mode: 0644]
lib/ffmpeg/doc/ffprobe-doc.texi [deleted file]
lib/ffmpeg/doc/ffprobe.texi [new file with mode: 0644]
lib/ffmpeg/doc/ffserver-doc.texi [deleted file]
lib/ffmpeg/doc/ffserver.texi [new file with mode: 0644]
lib/ffmpeg/doc/fftools-common-opts.texi
lib/ffmpeg/doc/filters.texi
lib/ffmpeg/doc/general.texi
lib/ffmpeg/doc/git-howto.txt [new file with mode: 0644]
lib/ffmpeg/doc/indevs.texi [new file with mode: 0644]
lib/ffmpeg/doc/libavfilter.texi
lib/ffmpeg/doc/metadata.texi [new file with mode: 0644]
lib/ffmpeg/doc/muxers.texi [new file with mode: 0644]
lib/ffmpeg/doc/optimization.txt
lib/ffmpeg/doc/outdevs.texi [new file with mode: 0644]
lib/ffmpeg/doc/protocols.texi [new file with mode: 0644]
lib/ffmpeg/doc/t2h.init [new file with mode: 0644]
lib/ffmpeg/doc/texi2pod.pl
lib/ffmpeg/ffmpeg.c
lib/ffmpeg/ffplay.c
lib/ffmpeg/ffpresets/libx264-default.ffpreset [deleted file]
lib/ffmpeg/ffpresets/libx264-fastfirstpass.ffpreset [deleted file]
lib/ffmpeg/ffpresets/libx264-hq.ffpreset [deleted file]
lib/ffmpeg/ffpresets/libx264-max.ffpreset [deleted file]
lib/ffmpeg/ffpresets/libx264-normal.ffpreset [deleted file]
lib/ffmpeg/ffpresets/libx264-slowfirstpass.ffpreset [deleted file]
lib/ffmpeg/ffprobe.c
lib/ffmpeg/ffserver.c
lib/ffmpeg/include/dxva2/dxva2api.h [deleted file]
lib/ffmpeg/include/libavutil/avconfig.h [deleted file]
lib/ffmpeg/libavcodec/4xm.c
lib/ffmpeg/libavcodec/8bps.c
lib/ffmpeg/libavcodec/8svx.c
lib/ffmpeg/libavcodec/Makefile
lib/ffmpeg/libavcodec/a64colors.h [new file with mode: 0644]
lib/ffmpeg/libavcodec/a64enc.h [new file with mode: 0644]
lib/ffmpeg/libavcodec/a64multienc.c [new file with mode: 0644]
lib/ffmpeg/libavcodec/a64tables.h [new file with mode: 0644]
lib/ffmpeg/libavcodec/aac.h
lib/ffmpeg/libavcodec/aac_adtstoasc_bsf.c
lib/ffmpeg/libavcodec/aac_parser.c
lib/ffmpeg/libavcodec/aac_tablegen_decl.h
lib/ffmpeg/libavcodec/aacadtsdec.h
lib/ffmpeg/libavcodec/aaccoder.c
lib/ffmpeg/libavcodec/aacdec.c
lib/ffmpeg/libavcodec/aacdectab.h
lib/ffmpeg/libavcodec/aacenc.c
lib/ffmpeg/libavcodec/aacpsy.c
lib/ffmpeg/libavcodec/aacsbr.c
lib/ffmpeg/libavcodec/aasc.c
lib/ffmpeg/libavcodec/ac3.c
lib/ffmpeg/libavcodec/ac3.h
lib/ffmpeg/libavcodec/ac3_parser.c
lib/ffmpeg/libavcodec/ac3_parser.h
lib/ffmpeg/libavcodec/ac3dec.c
lib/ffmpeg/libavcodec/ac3dec.h
lib/ffmpeg/libavcodec/ac3dec_data.c
lib/ffmpeg/libavcodec/ac3dec_data.h
lib/ffmpeg/libavcodec/ac3enc.c
lib/ffmpeg/libavcodec/ac3enc_fixed.c [new file with mode: 0644]
lib/ffmpeg/libavcodec/ac3enc_fixed.h [new file with mode: 0644]
lib/ffmpeg/libavcodec/ac3enc_float.c [new file with mode: 0644]
lib/ffmpeg/libavcodec/ac3enc_float.h [new file with mode: 0644]
lib/ffmpeg/libavcodec/ac3tab.c
lib/ffmpeg/libavcodec/ac3tab.h
lib/ffmpeg/libavcodec/acelp_filters.h
lib/ffmpeg/libavcodec/acelp_pitch_delay.h
lib/ffmpeg/libavcodec/acelp_vectors.h
lib/ffmpeg/libavcodec/adpcm.c
lib/ffmpeg/libavcodec/adxdec.c
lib/ffmpeg/libavcodec/adxenc.c
lib/ffmpeg/libavcodec/alac.c
lib/ffmpeg/libavcodec/alacenc.c
lib/ffmpeg/libavcodec/allcodecs.c
lib/ffmpeg/libavcodec/alsdec.c
lib/ffmpeg/libavcodec/amr.h [new file with mode: 0644]
lib/ffmpeg/libavcodec/amrnbdec.c
lib/ffmpeg/libavcodec/amrwbdata.h [new file with mode: 0644]
lib/ffmpeg/libavcodec/amrwbdec.c [new file with mode: 0644]
lib/ffmpeg/libavcodec/anm.c
lib/ffmpeg/libavcodec/ansi.c [new file with mode: 0644]
lib/ffmpeg/libavcodec/apedec.c
lib/ffmpeg/libavcodec/arm/Makefile
lib/ffmpeg/libavcodec/arm/asm-offsets.h
lib/ffmpeg/libavcodec/arm/asm.S
lib/ffmpeg/libavcodec/arm/dcadsp_init_arm.c
lib/ffmpeg/libavcodec/arm/dcadsp_neon.S
lib/ffmpeg/libavcodec/arm/dsputil_init_arm.c
lib/ffmpeg/libavcodec/arm/dsputil_init_neon.c
lib/ffmpeg/libavcodec/arm/dsputil_init_vfp.c
lib/ffmpeg/libavcodec/arm/dsputil_iwmmxt.c
lib/ffmpeg/libavcodec/arm/dsputil_neon.S
lib/ffmpeg/libavcodec/arm/dsputil_vfp.S
lib/ffmpeg/libavcodec/arm/fft_init_arm.c
lib/ffmpeg/libavcodec/arm/fft_neon.S
lib/ffmpeg/libavcodec/arm/fmtconvert_init_arm.c [new file with mode: 0644]
lib/ffmpeg/libavcodec/arm/fmtconvert_neon.S [new file with mode: 0644]
lib/ffmpeg/libavcodec/arm/fmtconvert_vfp.S [new file with mode: 0644]
lib/ffmpeg/libavcodec/arm/h264dsp_init_arm.c
lib/ffmpeg/libavcodec/arm/h264dsp_neon.S
lib/ffmpeg/libavcodec/arm/h264idct_neon.S
lib/ffmpeg/libavcodec/arm/h264pred_neon.S
lib/ffmpeg/libavcodec/arm/mpegvideo_iwmmxt.c
lib/ffmpeg/libavcodec/arm/mpegvideo_neon.S
lib/ffmpeg/libavcodec/arm/synth_filter_neon.S
lib/ffmpeg/libavcodec/ass.c [new file with mode: 0644]
lib/ffmpeg/libavcodec/ass.h [new file with mode: 0644]
lib/ffmpeg/libavcodec/assdec.c [new file with mode: 0644]
lib/ffmpeg/libavcodec/assenc.c [new file with mode: 0644]
lib/ffmpeg/libavcodec/asv1.c
lib/ffmpeg/libavcodec/atrac.c
lib/ffmpeg/libavcodec/atrac.h
lib/ffmpeg/libavcodec/atrac1.c
lib/ffmpeg/libavcodec/atrac3.c
lib/ffmpeg/libavcodec/audioconvert.c
lib/ffmpeg/libavcodec/audioconvert.h
lib/ffmpeg/libavcodec/aura.c
lib/ffmpeg/libavcodec/avcodec.h
lib/ffmpeg/libavcodec/avpacket.c
lib/ffmpeg/libavcodec/avs.c
lib/ffmpeg/libavcodec/bethsoftvideo.c
lib/ffmpeg/libavcodec/bfi.c
lib/ffmpeg/libavcodec/bgmc.c
lib/ffmpeg/libavcodec/bgmc.h
lib/ffmpeg/libavcodec/bink.c
lib/ffmpeg/libavcodec/binkaudio.c
lib/ffmpeg/libavcodec/bmp.c
lib/ffmpeg/libavcodec/bmpenc.c
lib/ffmpeg/libavcodec/c93.c
lib/ffmpeg/libavcodec/cavs.c
lib/ffmpeg/libavcodec/cavs.h
lib/ffmpeg/libavcodec/cavs_parser.c
lib/ffmpeg/libavcodec/cavsdec.c
lib/ffmpeg/libavcodec/cavsdsp.c
lib/ffmpeg/libavcodec/cavsdsp.h [new file with mode: 0644]
lib/ffmpeg/libavcodec/cdgraphics.c
lib/ffmpeg/libavcodec/celp_filters.h
lib/ffmpeg/libavcodec/cga_data.c
lib/ffmpeg/libavcodec/cga_data.h
lib/ffmpeg/libavcodec/chomp_bsf.c
lib/ffmpeg/libavcodec/cinepak.c
lib/ffmpeg/libavcodec/cljr.c
lib/ffmpeg/libavcodec/cook.c
lib/ffmpeg/libavcodec/cscd.c
lib/ffmpeg/libavcodec/cyuv.c
lib/ffmpeg/libavcodec/dca.c
lib/ffmpeg/libavcodec/dca_parser.c
lib/ffmpeg/libavcodec/dcadata.h
lib/ffmpeg/libavcodec/dcadsp.c
lib/ffmpeg/libavcodec/dcadsp.h
lib/ffmpeg/libavcodec/dct-test.c
lib/ffmpeg/libavcodec/dirac.c
lib/ffmpeg/libavcodec/dirac_parser.c
lib/ffmpeg/libavcodec/dnxhd_parser.c
lib/ffmpeg/libavcodec/dnxhddec.c
lib/ffmpeg/libavcodec/dnxhdenc.c
lib/ffmpeg/libavcodec/dpcm.c
lib/ffmpeg/libavcodec/dpx.c
lib/ffmpeg/libavcodec/dsicinav.c
lib/ffmpeg/libavcodec/dsputil.c
lib/ffmpeg/libavcodec/dsputil.h
lib/ffmpeg/libavcodec/dump_extradata_bsf.c
lib/ffmpeg/libavcodec/dv.c
lib/ffmpeg/libavcodec/dvbsub.c
lib/ffmpeg/libavcodec/dvbsub_parser.c
lib/ffmpeg/libavcodec/dvbsubdec.c
lib/ffmpeg/libavcodec/dvdata.c
lib/ffmpeg/libavcodec/dvdsub_parser.c
lib/ffmpeg/libavcodec/dvdsubdec.c
lib/ffmpeg/libavcodec/dvdsubenc.c
lib/ffmpeg/libavcodec/dwt.c
lib/ffmpeg/libavcodec/dwt.h
lib/ffmpeg/libavcodec/dxa.c
lib/ffmpeg/libavcodec/dxva2_h264.c
lib/ffmpeg/libavcodec/dxva2_mpeg2.c
lib/ffmpeg/libavcodec/dxva2_vc1.c
lib/ffmpeg/libavcodec/eacmv.c
lib/ffmpeg/libavcodec/eamad.c
lib/ffmpeg/libavcodec/eatgq.c
lib/ffmpeg/libavcodec/eatgv.c
lib/ffmpeg/libavcodec/eatqi.c
lib/ffmpeg/libavcodec/escape124.c
lib/ffmpeg/libavcodec/fft-test.c
lib/ffmpeg/libavcodec/fft.c
lib/ffmpeg/libavcodec/fft.h
lib/ffmpeg/libavcodec/ffv1.c
lib/ffmpeg/libavcodec/flac.c
lib/ffmpeg/libavcodec/flac.h
lib/ffmpeg/libavcodec/flac_parser.c [new file with mode: 0644]
lib/ffmpeg/libavcodec/flacdec.c
lib/ffmpeg/libavcodec/flacenc.c
lib/ffmpeg/libavcodec/flashsv.c
lib/ffmpeg/libavcodec/flashsvenc.c
lib/ffmpeg/libavcodec/flicvideo.c
lib/ffmpeg/libavcodec/flvdec.c
lib/ffmpeg/libavcodec/flvenc.c
lib/ffmpeg/libavcodec/fmtconvert.c [new file with mode: 0644]
lib/ffmpeg/libavcodec/fmtconvert.h [new file with mode: 0644]
lib/ffmpeg/libavcodec/fraps.c
lib/ffmpeg/libavcodec/frwu.c
lib/ffmpeg/libavcodec/g722.c [new file with mode: 0644]
lib/ffmpeg/libavcodec/g726.c
lib/ffmpeg/libavcodec/g729dec.c
lib/ffmpeg/libavcodec/get_bits.h
lib/ffmpeg/libavcodec/gif.c
lib/ffmpeg/libavcodec/gifdec.c
lib/ffmpeg/libavcodec/gsmdec.c
lib/ffmpeg/libavcodec/gsmdec_data.c [new file with mode: 0644]
lib/ffmpeg/libavcodec/gsmdec_data.h [new file with mode: 0644]
lib/ffmpeg/libavcodec/gsmdec_template.c [new file with mode: 0644]
lib/ffmpeg/libavcodec/h261_parser.c
lib/ffmpeg/libavcodec/h261dec.c
lib/ffmpeg/libavcodec/h261enc.c
lib/ffmpeg/libavcodec/h263_parser.c
lib/ffmpeg/libavcodec/h263dec.c
lib/ffmpeg/libavcodec/h264.c
lib/ffmpeg/libavcodec/h264.h
lib/ffmpeg/libavcodec/h264_cabac.c
lib/ffmpeg/libavcodec/h264_cavlc.c
lib/ffmpeg/libavcodec/h264_mp4toannexb_bsf.c
lib/ffmpeg/libavcodec/h264_parser.c
lib/ffmpeg/libavcodec/h264_parser.h [deleted file]
lib/ffmpeg/libavcodec/h264_ps.c
lib/ffmpeg/libavcodec/h264dsp.c
lib/ffmpeg/libavcodec/h264dsp.h
lib/ffmpeg/libavcodec/h264dspenc.c [deleted file]
lib/ffmpeg/libavcodec/h264enc.c [deleted file]
lib/ffmpeg/libavcodec/h264idct.c
lib/ffmpeg/libavcodec/h264pred.c
lib/ffmpeg/libavcodec/h264pred.h
lib/ffmpeg/libavcodec/huffyuv.c
lib/ffmpeg/libavcodec/idcinvideo.c
lib/ffmpeg/libavcodec/iff.c
lib/ffmpeg/libavcodec/iff.h [deleted file]
lib/ffmpeg/libavcodec/iirfilter.c
lib/ffmpeg/libavcodec/iirfilter.h
lib/ffmpeg/libavcodec/imc.c
lib/ffmpeg/libavcodec/imgconvert.c
lib/ffmpeg/libavcodec/imgconvert.h
lib/ffmpeg/libavcodec/imx_dump_header_bsf.c
lib/ffmpeg/libavcodec/indeo2.c
lib/ffmpeg/libavcodec/indeo3.c
lib/ffmpeg/libavcodec/indeo5.c
lib/ffmpeg/libavcodec/intelh263dec.c
lib/ffmpeg/libavcodec/interplayvideo.c
lib/ffmpeg/libavcodec/inverse.c [new file with mode: 0644]
lib/ffmpeg/libavcodec/ituh263dec.c
lib/ffmpeg/libavcodec/ituh263enc.c
lib/ffmpeg/libavcodec/ivi_common.c
lib/ffmpeg/libavcodec/ivi_common.h
lib/ffmpeg/libavcodec/ivi_dsp.h
lib/ffmpeg/libavcodec/jpeglsdec.c
lib/ffmpeg/libavcodec/jpeglsenc.c
lib/ffmpeg/libavcodec/kgv1dec.c
lib/ffmpeg/libavcodec/kmvc.c
lib/ffmpeg/libavcodec/lagarith.c [new file with mode: 0644]
lib/ffmpeg/libavcodec/lagarithrac.c [new file with mode: 0644]
lib/ffmpeg/libavcodec/lagarithrac.h [new file with mode: 0644]
lib/ffmpeg/libavcodec/latm_parser.c
lib/ffmpeg/libavcodec/latmaac.c [deleted file]
lib/ffmpeg/libavcodec/lcldec.c
lib/ffmpeg/libavcodec/lclenc.c
lib/ffmpeg/libavcodec/libavcodec.v
lib/ffmpeg/libavcodec/libdiracdec.c
lib/ffmpeg/libavcodec/libdiracenc.c
lib/ffmpeg/libavcodec/libfaac.c
lib/ffmpeg/libavcodec/libfaad.c [deleted file]
lib/ffmpeg/libavcodec/libgsm.c
lib/ffmpeg/libavcodec/libmp3lame.c
lib/ffmpeg/libavcodec/libopencore-amr.c
lib/ffmpeg/libavcodec/libopenjpeg.c
lib/ffmpeg/libavcodec/libschroedingerdec.c
lib/ffmpeg/libavcodec/libschroedingerenc.c
lib/ffmpeg/libavcodec/libspeexdec.c
lib/ffmpeg/libavcodec/libtheoraenc.c
lib/ffmpeg/libavcodec/libvorbis.c
lib/ffmpeg/libavcodec/libvpxdec.c
lib/ffmpeg/libavcodec/libvpxenc.c
lib/ffmpeg/libavcodec/libx264.c
lib/ffmpeg/libavcodec/libxavs.c [new file with mode: 0644]
lib/ffmpeg/libavcodec/libxvidff.c
lib/ffmpeg/libavcodec/ljpegenc.c
lib/ffmpeg/libavcodec/loco.c
lib/ffmpeg/libavcodec/lpc.c
lib/ffmpeg/libavcodec/lpc.h
lib/ffmpeg/libavcodec/lsp.c
lib/ffmpeg/libavcodec/lsp.h
lib/ffmpeg/libavcodec/mace.c
lib/ffmpeg/libavcodec/mdec.c
lib/ffmpeg/libavcodec/mimic.c
lib/ffmpeg/libavcodec/mips/mathops.h
lib/ffmpeg/libavcodec/mjpeg2jpeg_bsf.c [new file with mode: 0644]
lib/ffmpeg/libavcodec/mjpeg_parser.c
lib/ffmpeg/libavcodec/mjpega_dump_header_bsf.c
lib/ffmpeg/libavcodec/mjpegbdec.c
lib/ffmpeg/libavcodec/mjpegdec.c
lib/ffmpeg/libavcodec/mjpegdec.h
lib/ffmpeg/libavcodec/mjpegenc.c
lib/ffmpeg/libavcodec/mlp_parser.c
lib/ffmpeg/libavcodec/mlpdec.c
lib/ffmpeg/libavcodec/mmvideo.c
lib/ffmpeg/libavcodec/motion-test.c
lib/ffmpeg/libavcodec/motionpixels.c
lib/ffmpeg/libavcodec/movsub_bsf.c
lib/ffmpeg/libavcodec/mp3_header_compress_bsf.c
lib/ffmpeg/libavcodec/mp3_header_decompress_bsf.c
lib/ffmpeg/libavcodec/mpc.c
lib/ffmpeg/libavcodec/mpc.h
lib/ffmpeg/libavcodec/mpc7.c
lib/ffmpeg/libavcodec/mpc8.c
lib/ffmpeg/libavcodec/mpeg12.c
lib/ffmpeg/libavcodec/mpeg12.h
lib/ffmpeg/libavcodec/mpeg12enc.c
lib/ffmpeg/libavcodec/mpeg4video_parser.c
lib/ffmpeg/libavcodec/mpeg4videodec.c
lib/ffmpeg/libavcodec/mpeg4videoenc.c
lib/ffmpeg/libavcodec/mpegaudio.h
lib/ffmpeg/libavcodec/mpegaudio_parser.c
lib/ffmpeg/libavcodec/mpegaudiodec.c
lib/ffmpeg/libavcodec/mpegaudiodec_float.c
lib/ffmpeg/libavcodec/mpegaudiodecheader.c
lib/ffmpeg/libavcodec/mpegaudioenc.c
lib/ffmpeg/libavcodec/mpegvideo.c
lib/ffmpeg/libavcodec/mpegvideo.h
lib/ffmpeg/libavcodec/mpegvideo_common.h
lib/ffmpeg/libavcodec/mpegvideo_enc.c
lib/ffmpeg/libavcodec/mpegvideo_parser.c
lib/ffmpeg/libavcodec/mpegvideo_xvmc.c
lib/ffmpeg/libavcodec/msgsmdec.c [new file with mode: 0644]
lib/ffmpeg/libavcodec/msgsmdec.h [new file with mode: 0644]
lib/ffmpeg/libavcodec/msmpeg4.c
lib/ffmpeg/libavcodec/msrle.c
lib/ffmpeg/libavcodec/msrledec.c
lib/ffmpeg/libavcodec/msvideo1.c
lib/ffmpeg/libavcodec/nellymoserdec.c
lib/ffmpeg/libavcodec/nellymoserenc.c
lib/ffmpeg/libavcodec/noise_bsf.c
lib/ffmpeg/libavcodec/nuv.c
lib/ffmpeg/libavcodec/opt.c
lib/ffmpeg/libavcodec/opt.h
lib/ffmpeg/libavcodec/options.c
lib/ffmpeg/libavcodec/pamenc.c
lib/ffmpeg/libavcodec/parser.c
lib/ffmpeg/libavcodec/pcm-mpeg.c
lib/ffmpeg/libavcodec/pcm.c
lib/ffmpeg/libavcodec/pcx.c
lib/ffmpeg/libavcodec/pcxenc.c
lib/ffmpeg/libavcodec/pgssubdec.c
lib/ffmpeg/libavcodec/pictordec.c
lib/ffmpeg/libavcodec/png.c
lib/ffmpeg/libavcodec/png.h
lib/ffmpeg/libavcodec/pngdec.c
lib/ffmpeg/libavcodec/pngenc.c
lib/ffmpeg/libavcodec/pnm.c
lib/ffmpeg/libavcodec/pnm_parser.c
lib/ffmpeg/libavcodec/pnmdec.c
lib/ffmpeg/libavcodec/pnmenc.c
lib/ffmpeg/libavcodec/ppc/Makefile
lib/ffmpeg/libavcodec/ppc/check_altivec.c [deleted file]
lib/ffmpeg/libavcodec/ppc/dsputil_altivec.c
lib/ffmpeg/libavcodec/ppc/dsputil_altivec.h
lib/ffmpeg/libavcodec/ppc/dsputil_ppc.c
lib/ffmpeg/libavcodec/ppc/fft_altivec_s.S
lib/ffmpeg/libavcodec/ppc/float_altivec.c
lib/ffmpeg/libavcodec/ppc/fmtconvert_altivec.c [new file with mode: 0644]
lib/ffmpeg/libavcodec/ppc/h264_altivec.c
lib/ffmpeg/libavcodec/ppc/mpegvideo_altivec.c
lib/ffmpeg/libavcodec/ppc/vp8dsp_altivec.c
lib/ffmpeg/libavcodec/psymodel.c
lib/ffmpeg/libavcodec/psymodel.h
lib/ffmpeg/libavcodec/ptx.c
lib/ffmpeg/libavcodec/qcelpdec.c
lib/ffmpeg/libavcodec/qdm2.c
lib/ffmpeg/libavcodec/qdrw.c
lib/ffmpeg/libavcodec/qpeg.c
lib/ffmpeg/libavcodec/qtrle.c
lib/ffmpeg/libavcodec/qtrleenc.c
lib/ffmpeg/libavcodec/r210dec.c
lib/ffmpeg/libavcodec/ra144.c
lib/ffmpeg/libavcodec/ra144.h
lib/ffmpeg/libavcodec/ra144dec.c
lib/ffmpeg/libavcodec/ra144enc.c
lib/ffmpeg/libavcodec/ra288.c
lib/ffmpeg/libavcodec/ratecontrol.c
lib/ffmpeg/libavcodec/rawdec.c
lib/ffmpeg/libavcodec/rawenc.c
lib/ffmpeg/libavcodec/rdft.c
lib/ffmpeg/libavcodec/remove_extradata_bsf.c
lib/ffmpeg/libavcodec/resample.c
lib/ffmpeg/libavcodec/rl2.c
lib/ffmpeg/libavcodec/roqaudioenc.c
lib/ffmpeg/libavcodec/roqvideo.c
lib/ffmpeg/libavcodec/roqvideodec.c
lib/ffmpeg/libavcodec/roqvideoenc.c
lib/ffmpeg/libavcodec/rpza.c
lib/ffmpeg/libavcodec/rv10.c
lib/ffmpeg/libavcodec/rv10enc.c
lib/ffmpeg/libavcodec/rv20enc.c
lib/ffmpeg/libavcodec/rv30.c
lib/ffmpeg/libavcodec/rv34.c
lib/ffmpeg/libavcodec/rv40.c
lib/ffmpeg/libavcodec/sgidec.c
lib/ffmpeg/libavcodec/sgienc.c
lib/ffmpeg/libavcodec/shorten.c
lib/ffmpeg/libavcodec/sipr.c
lib/ffmpeg/libavcodec/smacker.c
lib/ffmpeg/libavcodec/smc.c
lib/ffmpeg/libavcodec/snow.c
lib/ffmpeg/libavcodec/sonic.c
lib/ffmpeg/libavcodec/sp5xdec.c
lib/ffmpeg/libavcodec/srtdec.c [new file with mode: 0644]
lib/ffmpeg/libavcodec/sunrast.c
lib/ffmpeg/libavcodec/svq1dec.c
lib/ffmpeg/libavcodec/svq1enc.c
lib/ffmpeg/libavcodec/svq3.c
lib/ffmpeg/libavcodec/synth_filter.c
lib/ffmpeg/libavcodec/synth_filter.h
lib/ffmpeg/libavcodec/targa.c
lib/ffmpeg/libavcodec/targa.h [new file with mode: 0644]
lib/ffmpeg/libavcodec/targaenc.c
lib/ffmpeg/libavcodec/tiertexseqv.c
lib/ffmpeg/libavcodec/tiff.c
lib/ffmpeg/libavcodec/tiffenc.c
lib/ffmpeg/libavcodec/tmv.c
lib/ffmpeg/libavcodec/truemotion1.c
lib/ffmpeg/libavcodec/truemotion2.c
lib/ffmpeg/libavcodec/truespeech.c
lib/ffmpeg/libavcodec/truespeech_data.h
lib/ffmpeg/libavcodec/tscc.c
lib/ffmpeg/libavcodec/tta.c
lib/ffmpeg/libavcodec/twinvq.c
lib/ffmpeg/libavcodec/txd.c
lib/ffmpeg/libavcodec/ulti.c
lib/ffmpeg/libavcodec/utils.c
lib/ffmpeg/libavcodec/v210dec.c
lib/ffmpeg/libavcodec/v210enc.c
lib/ffmpeg/libavcodec/v210x.c
lib/ffmpeg/libavcodec/vaapi.c
lib/ffmpeg/libavcodec/vaapi_h264.c
lib/ffmpeg/libavcodec/vaapi_mpeg2.c
lib/ffmpeg/libavcodec/vaapi_mpeg4.c
lib/ffmpeg/libavcodec/vaapi_vc1.c
lib/ffmpeg/libavcodec/vb.c
lib/ffmpeg/libavcodec/vc1.c
lib/ffmpeg/libavcodec/vc1.h
lib/ffmpeg/libavcodec/vc1_parser.c
lib/ffmpeg/libavcodec/vc1dec.c
lib/ffmpeg/libavcodec/vc1dsp.c
lib/ffmpeg/libavcodec/vcr1.c
lib/ffmpeg/libavcodec/vmdav.c
lib/ffmpeg/libavcodec/vmnc.c
lib/ffmpeg/libavcodec/vorbis_dec.c
lib/ffmpeg/libavcodec/vorbis_enc.c
lib/ffmpeg/libavcodec/vp3.c
lib/ffmpeg/libavcodec/vp3_parser.c
lib/ffmpeg/libavcodec/vp5.c
lib/ffmpeg/libavcodec/vp56.c
lib/ffmpeg/libavcodec/vp56.h
lib/ffmpeg/libavcodec/vp56dsp.c
lib/ffmpeg/libavcodec/vp56dsp.h
lib/ffmpeg/libavcodec/vp56rac.c [new file with mode: 0644]
lib/ffmpeg/libavcodec/vp6.c
lib/ffmpeg/libavcodec/vp6dsp.c
lib/ffmpeg/libavcodec/vp8.c
lib/ffmpeg/libavcodec/vp8_parser.c
lib/ffmpeg/libavcodec/vp8data.h
lib/ffmpeg/libavcodec/vp8dsp.c
lib/ffmpeg/libavcodec/vp8dsp.h
lib/ffmpeg/libavcodec/vqavideo.c
lib/ffmpeg/libavcodec/wavpack.c
lib/ffmpeg/libavcodec/wma.c
lib/ffmpeg/libavcodec/wma.h
lib/ffmpeg/libavcodec/wmadec.c
lib/ffmpeg/libavcodec/wmaenc.c
lib/ffmpeg/libavcodec/wmaprodec.c
lib/ffmpeg/libavcodec/wmavoice.c
lib/ffmpeg/libavcodec/wmv2.c
lib/ffmpeg/libavcodec/wmv2dec.c
lib/ffmpeg/libavcodec/wmv2enc.c
lib/ffmpeg/libavcodec/wnv1.c
lib/ffmpeg/libavcodec/ws-snd1.c
lib/ffmpeg/libavcodec/x86/Makefile
lib/ffmpeg/libavcodec/x86/cavsdsp_mmx.c
lib/ffmpeg/libavcodec/x86/cpuid.c [deleted file]
lib/ffmpeg/libavcodec/x86/dct32_sse.c
lib/ffmpeg/libavcodec/x86/deinterlace.asm [new file with mode: 0644]
lib/ffmpeg/libavcodec/x86/dnxhd_mmx.c
lib/ffmpeg/libavcodec/x86/dsputil_h264_template_mmx.c [deleted file]
lib/ffmpeg/libavcodec/x86/dsputil_h264_template_ssse3.c [deleted file]
lib/ffmpeg/libavcodec/x86/dsputil_mmx.c
lib/ffmpeg/libavcodec/x86/dsputil_mmx.h
lib/ffmpeg/libavcodec/x86/dsputil_mmx_avg_template.c
lib/ffmpeg/libavcodec/x86/dsputil_mmx_qns_template.c
lib/ffmpeg/libavcodec/x86/dsputil_mmx_rnd_template.c
lib/ffmpeg/libavcodec/x86/dsputil_yasm.asm
lib/ffmpeg/libavcodec/x86/dsputilenc_mmx.c
lib/ffmpeg/libavcodec/x86/dsputilenc_yasm.asm [new file with mode: 0644]
lib/ffmpeg/libavcodec/x86/fdct_mmx.c
lib/ffmpeg/libavcodec/x86/fft.c
lib/ffmpeg/libavcodec/x86/fft_3dn2.c
lib/ffmpeg/libavcodec/x86/fft_mmx.asm
lib/ffmpeg/libavcodec/x86/fft_sse.c
lib/ffmpeg/libavcodec/x86/fmtconvert.asm [new file with mode: 0644]
lib/ffmpeg/libavcodec/x86/fmtconvert_mmx.c [new file with mode: 0644]
lib/ffmpeg/libavcodec/x86/h264_chromamc.asm [new file with mode: 0644]
lib/ffmpeg/libavcodec/x86/h264_deblock.asm [new file with mode: 0644]
lib/ffmpeg/libavcodec/x86/h264_deblock_sse2.asm [deleted file]
lib/ffmpeg/libavcodec/x86/h264_idct.asm [new file with mode: 0644]
lib/ffmpeg/libavcodec/x86/h264_idct_sse2.asm [deleted file]
lib/ffmpeg/libavcodec/x86/h264_intrapred.asm
lib/ffmpeg/libavcodec/x86/h264_intrapred_init.c [new file with mode: 0644]
lib/ffmpeg/libavcodec/x86/h264_qpel_mmx.c [new file with mode: 0644]
lib/ffmpeg/libavcodec/x86/h264_weight.asm [new file with mode: 0644]
lib/ffmpeg/libavcodec/x86/h264dsp_mmx.c
lib/ffmpeg/libavcodec/x86/idct_mmx.c
lib/ffmpeg/libavcodec/x86/idct_sse2_xvid.c
lib/ffmpeg/libavcodec/x86/lpc_mmx.c
lib/ffmpeg/libavcodec/x86/mmx.h [deleted file]
lib/ffmpeg/libavcodec/x86/motion_est_mmx.c
lib/ffmpeg/libavcodec/x86/mpegaudiodec_mmx.c
lib/ffmpeg/libavcodec/x86/mpegvideo_mmx.c
lib/ffmpeg/libavcodec/x86/mpegvideo_mmx_template.c
lib/ffmpeg/libavcodec/x86/rv40dsp_mmx.c [deleted file]
lib/ffmpeg/libavcodec/x86/simple_idct_mmx.c
lib/ffmpeg/libavcodec/x86/snowdsp_mmx.c
lib/ffmpeg/libavcodec/x86/vc1dsp_mmx.c
lib/ffmpeg/libavcodec/x86/vc1dsp_yasm.asm
lib/ffmpeg/libavcodec/x86/vp3dsp.asm [new file with mode: 0644]
lib/ffmpeg/libavcodec/x86/vp3dsp_mmx.c [deleted file]
lib/ffmpeg/libavcodec/x86/vp3dsp_mmx.h [deleted file]
lib/ffmpeg/libavcodec/x86/vp3dsp_sse2.c [deleted file]
lib/ffmpeg/libavcodec/x86/vp3dsp_sse2.h [deleted file]
lib/ffmpeg/libavcodec/x86/vp56_arith.h [new file with mode: 0644]
lib/ffmpeg/libavcodec/x86/vp56dsp.asm [new file with mode: 0644]
lib/ffmpeg/libavcodec/x86/vp56dsp_init.c [new file with mode: 0644]
lib/ffmpeg/libavcodec/x86/vp6dsp_mmx.c [deleted file]
lib/ffmpeg/libavcodec/x86/vp6dsp_mmx.h [deleted file]
lib/ffmpeg/libavcodec/x86/vp6dsp_sse2.c [deleted file]
lib/ffmpeg/libavcodec/x86/vp6dsp_sse2.h [deleted file]
lib/ffmpeg/libavcodec/x86/vp8dsp-init.c
lib/ffmpeg/libavcodec/x86/vp8dsp.asm
lib/ffmpeg/libavcodec/x86/x86inc.asm
lib/ffmpeg/libavcodec/x86/x86util.asm
lib/ffmpeg/libavcodec/xan.c
lib/ffmpeg/libavcodec/xl.c
lib/ffmpeg/libavcodec/xsubdec.c
lib/ffmpeg/libavcodec/xsubenc.c
lib/ffmpeg/libavcodec/yop.c
lib/ffmpeg/libavcodec/zmbv.c
lib/ffmpeg/libavcodec/zmbvenc.c
lib/ffmpeg/libavcore/Makefile [new file with mode: 0644]
lib/ffmpeg/libavcore/audioconvert.c [new file with mode: 0644]
lib/ffmpeg/libavcore/audioconvert.h [new file with mode: 0644]
lib/ffmpeg/libavcore/avcore.h [new file with mode: 0644]
lib/ffmpeg/libavcore/imgutils.c [new file with mode: 0644]
lib/ffmpeg/libavcore/imgutils.h [new file with mode: 0644]
lib/ffmpeg/libavcore/internal.h [new file with mode: 0644]
lib/ffmpeg/libavcore/libavcore.v [new file with mode: 0644]
lib/ffmpeg/libavcore/parseutils.c [new file with mode: 0644]
lib/ffmpeg/libavcore/parseutils.h [new file with mode: 0644]
lib/ffmpeg/libavcore/samplefmt.c [new file with mode: 0644]
lib/ffmpeg/libavcore/samplefmt.h [new file with mode: 0644]
lib/ffmpeg/libavcore/utils.c [new file with mode: 0644]
lib/ffmpeg/libavdevice/Makefile
lib/ffmpeg/libavdevice/alldevices.c
lib/ffmpeg/libavdevice/alsa-audio-dec.c
lib/ffmpeg/libavdevice/alsa-audio-enc.c
lib/ffmpeg/libavdevice/alsa-audio.h
lib/ffmpeg/libavdevice/avdevice.h
lib/ffmpeg/libavdevice/bktr.c
lib/ffmpeg/libavdevice/dv1394.c
lib/ffmpeg/libavdevice/jack_audio.c
lib/ffmpeg/libavdevice/libdc1394.c
lib/ffmpeg/libavdevice/oss_audio.c
lib/ffmpeg/libavdevice/v4l.c
lib/ffmpeg/libavdevice/v4l2.c
lib/ffmpeg/libavdevice/vfwcap.c
lib/ffmpeg/libavdevice/x11grab.c
lib/ffmpeg/libavfilter/Makefile
lib/ffmpeg/libavfilter/af_anull.c [new file with mode: 0644]
lib/ffmpeg/libavfilter/allfilters.c
lib/ffmpeg/libavfilter/asink_anullsink.c [new file with mode: 0644]
lib/ffmpeg/libavfilter/asrc_anullsrc.c [new file with mode: 0644]
lib/ffmpeg/libavfilter/avfilter.c
lib/ffmpeg/libavfilter/avfilter.h
lib/ffmpeg/libavfilter/avfiltergraph.c
lib/ffmpeg/libavfilter/avfiltergraph.h
lib/ffmpeg/libavfilter/defaults.c
lib/ffmpeg/libavfilter/formats.c
lib/ffmpeg/libavfilter/gradfun.h [new file with mode: 0644]
lib/ffmpeg/libavfilter/graphparser.c
lib/ffmpeg/libavfilter/graphparser.h [deleted file]
lib/ffmpeg/libavfilter/internal.h [new file with mode: 0644]
lib/ffmpeg/libavfilter/parseutils.c [deleted file]
lib/ffmpeg/libavfilter/parseutils.h [deleted file]
lib/ffmpeg/libavfilter/vf_aspect.c
lib/ffmpeg/libavfilter/vf_blackframe.c [new file with mode: 0644]
lib/ffmpeg/libavfilter/vf_copy.c [new file with mode: 0644]
lib/ffmpeg/libavfilter/vf_crop.c
lib/ffmpeg/libavfilter/vf_cropdetect.c [new file with mode: 0644]
lib/ffmpeg/libavfilter/vf_drawbox.c [new file with mode: 0644]
lib/ffmpeg/libavfilter/vf_fifo.c [new file with mode: 0644]
lib/ffmpeg/libavfilter/vf_format.c
lib/ffmpeg/libavfilter/vf_frei0r.c [new file with mode: 0644]
lib/ffmpeg/libavfilter/vf_gradfun.c [new file with mode: 0644]
lib/ffmpeg/libavfilter/vf_hflip.c [new file with mode: 0644]
lib/ffmpeg/libavfilter/vf_hqdn3d.c [new file with mode: 0644]
lib/ffmpeg/libavfilter/vf_libopencv.c [new file with mode: 0644]
lib/ffmpeg/libavfilter/vf_overlay.c [new file with mode: 0644]
lib/ffmpeg/libavfilter/vf_pad.c
lib/ffmpeg/libavfilter/vf_pixdesctest.c
lib/ffmpeg/libavfilter/vf_scale.c
lib/ffmpeg/libavfilter/vf_setpts.c [new file with mode: 0644]
lib/ffmpeg/libavfilter/vf_settb.c [new file with mode: 0644]
lib/ffmpeg/libavfilter/vf_slicify.c
lib/ffmpeg/libavfilter/vf_transpose.c [new file with mode: 0644]
lib/ffmpeg/libavfilter/vf_unsharp.c
lib/ffmpeg/libavfilter/vf_vflip.c
lib/ffmpeg/libavfilter/vf_yadif.c [new file with mode: 0644]
lib/ffmpeg/libavfilter/vsink_nullsink.c
lib/ffmpeg/libavfilter/vsrc_buffer.c
lib/ffmpeg/libavfilter/vsrc_buffer.h
lib/ffmpeg/libavfilter/vsrc_nullsrc.c
lib/ffmpeg/libavfilter/x86/Makefile [new file with mode: 0644]
lib/ffmpeg/libavfilter/x86/gradfun.c [new file with mode: 0644]
lib/ffmpeg/libavfilter/x86/yadif.c [new file with mode: 0644]
lib/ffmpeg/libavfilter/x86/yadif_template.c [new file with mode: 0644]
lib/ffmpeg/libavfilter/yadif.h [new file with mode: 0644]
lib/ffmpeg/libavformat/4xm.c
lib/ffmpeg/libavformat/Makefile
lib/ffmpeg/libavformat/a64.c [new file with mode: 0644]
lib/ffmpeg/libavformat/aacdec.c [new file with mode: 0644]
lib/ffmpeg/libavformat/ac3dec.c [new file with mode: 0644]
lib/ffmpeg/libavformat/adtsenc.c
lib/ffmpeg/libavformat/aea.c
lib/ffmpeg/libavformat/aiffdec.c
lib/ffmpeg/libavformat/aiffenc.c
lib/ffmpeg/libavformat/allformats.c
lib/ffmpeg/libavformat/amr.c
lib/ffmpeg/libavformat/anm.c
lib/ffmpeg/libavformat/apc.c
lib/ffmpeg/libavformat/ape.c
lib/ffmpeg/libavformat/applehttp.c [new file with mode: 0644]
lib/ffmpeg/libavformat/asf.c
lib/ffmpeg/libavformat/asf.h
lib/ffmpeg/libavformat/asfcrypt.c
lib/ffmpeg/libavformat/asfdec.c
lib/ffmpeg/libavformat/asfenc.c
lib/ffmpeg/libavformat/assdec.c
lib/ffmpeg/libavformat/assenc.c
lib/ffmpeg/libavformat/au.c
lib/ffmpeg/libavformat/audiointerleave.h
lib/ffmpeg/libavformat/avformat.h
lib/ffmpeg/libavformat/avidec.c
lib/ffmpeg/libavformat/avienc.c
lib/ffmpeg/libavformat/avio.c
lib/ffmpeg/libavformat/avio.h
lib/ffmpeg/libavformat/aviobuf.c
lib/ffmpeg/libavformat/avisynth.c
lib/ffmpeg/libavformat/avs.c
lib/ffmpeg/libavformat/bethsoftvid.c
lib/ffmpeg/libavformat/bfi.c
lib/ffmpeg/libavformat/bink.c
lib/ffmpeg/libavformat/c93.c
lib/ffmpeg/libavformat/cafdec.c
lib/ffmpeg/libavformat/cavsvideodec.c [new file with mode: 0644]
lib/ffmpeg/libavformat/cdg.c
lib/ffmpeg/libavformat/concat.c
lib/ffmpeg/libavformat/crcenc.c
lib/ffmpeg/libavformat/cutils.c
lib/ffmpeg/libavformat/daud.c
lib/ffmpeg/libavformat/diracdec.c [new file with mode: 0644]
lib/ffmpeg/libavformat/dnxhddec.c [new file with mode: 0644]
lib/ffmpeg/libavformat/dsicin.c
lib/ffmpeg/libavformat/dtsdec.c [new file with mode: 0644]
lib/ffmpeg/libavformat/dv.c
lib/ffmpeg/libavformat/dv.h
lib/ffmpeg/libavformat/dvenc.c
lib/ffmpeg/libavformat/dxa.c
lib/ffmpeg/libavformat/eacdata.c
lib/ffmpeg/libavformat/electronicarts.c
lib/ffmpeg/libavformat/ffmdec.c
lib/ffmpeg/libavformat/ffmenc.c
lib/ffmpeg/libavformat/ffmeta.h [new file with mode: 0644]
lib/ffmpeg/libavformat/ffmetadec.c [new file with mode: 0644]
lib/ffmpeg/libavformat/ffmetaenc.c [new file with mode: 0644]
lib/ffmpeg/libavformat/file.c
lib/ffmpeg/libavformat/filmstripdec.c
lib/ffmpeg/libavformat/filmstripenc.c
lib/ffmpeg/libavformat/flacdec.c
lib/ffmpeg/libavformat/flacenc.c
lib/ffmpeg/libavformat/flic.c
lib/ffmpeg/libavformat/flv.h
lib/ffmpeg/libavformat/flvdec.c
lib/ffmpeg/libavformat/flvenc.c
lib/ffmpeg/libavformat/framecrcenc.c
lib/ffmpeg/libavformat/gif.c
lib/ffmpeg/libavformat/gopher.c
lib/ffmpeg/libavformat/gxf.c
lib/ffmpeg/libavformat/gxfenc.c
lib/ffmpeg/libavformat/h261dec.c [new file with mode: 0644]
lib/ffmpeg/libavformat/h263dec.c [new file with mode: 0644]
lib/ffmpeg/libavformat/h264dec.c [new file with mode: 0644]
lib/ffmpeg/libavformat/http.c
lib/ffmpeg/libavformat/httpauth.c
lib/ffmpeg/libavformat/id3v1.c
lib/ffmpeg/libavformat/id3v2.c
lib/ffmpeg/libavformat/id3v2.h
lib/ffmpeg/libavformat/idcin.c
lib/ffmpeg/libavformat/idroq.c [deleted file]
lib/ffmpeg/libavformat/idroqdec.c [new file with mode: 0644]
lib/ffmpeg/libavformat/idroqenc.c [new file with mode: 0644]
lib/ffmpeg/libavformat/iff.c
lib/ffmpeg/libavformat/img2.c
lib/ffmpeg/libavformat/ingenientdec.c [new file with mode: 0644]
lib/ffmpeg/libavformat/internal.h
lib/ffmpeg/libavformat/ipmovie.c
lib/ffmpeg/libavformat/isom.c
lib/ffmpeg/libavformat/isom.h
lib/ffmpeg/libavformat/iss.c
lib/ffmpeg/libavformat/iv8.c
lib/ffmpeg/libavformat/ivfdec.c
lib/ffmpeg/libavformat/ivfenc.c [new file with mode: 0644]
lib/ffmpeg/libavformat/libavformat.v
lib/ffmpeg/libavformat/libnut.c
lib/ffmpeg/libavformat/librtmp.c
lib/ffmpeg/libavformat/lmlm4.c
lib/ffmpeg/libavformat/lxfdec.c [new file with mode: 0644]
lib/ffmpeg/libavformat/m4vdec.c [new file with mode: 0644]
lib/ffmpeg/libavformat/matroska.c
lib/ffmpeg/libavformat/matroskadec.c
lib/ffmpeg/libavformat/matroskaenc.c
lib/ffmpeg/libavformat/md5enc.c
lib/ffmpeg/libavformat/md5proto.c [new file with mode: 0644]
lib/ffmpeg/libavformat/metadata.c
lib/ffmpeg/libavformat/metadata.h
lib/ffmpeg/libavformat/metadata_compat.c
lib/ffmpeg/libavformat/mm.c
lib/ffmpeg/libavformat/mmf.c
lib/ffmpeg/libavformat/mms.c [new file with mode: 0644]
lib/ffmpeg/libavformat/mms.h [new file with mode: 0644]
lib/ffmpeg/libavformat/mmsh.c [new file with mode: 0644]
lib/ffmpeg/libavformat/mmst.c
lib/ffmpeg/libavformat/mov.c
lib/ffmpeg/libavformat/movenc.c
lib/ffmpeg/libavformat/mp3.c [deleted file]
lib/ffmpeg/libavformat/mp3dec.c [new file with mode: 0644]
lib/ffmpeg/libavformat/mp3enc.c [new file with mode: 0644]
lib/ffmpeg/libavformat/mpc.c
lib/ffmpeg/libavformat/mpc8.c
lib/ffmpeg/libavformat/mpeg.c
lib/ffmpeg/libavformat/mpeg.h
lib/ffmpeg/libavformat/mpegenc.c
lib/ffmpeg/libavformat/mpegts.c
lib/ffmpeg/libavformat/mpegts.h
lib/ffmpeg/libavformat/mpegtsenc.c
lib/ffmpeg/libavformat/mpegvideodec.c [new file with mode: 0644]
lib/ffmpeg/libavformat/mpjpeg.c
lib/ffmpeg/libavformat/msnwc_tcp.c
lib/ffmpeg/libavformat/mtv.c
lib/ffmpeg/libavformat/mvi.c
lib/ffmpeg/libavformat/mxf.c
lib/ffmpeg/libavformat/mxf.h
lib/ffmpeg/libavformat/mxfdec.c
lib/ffmpeg/libavformat/mxfenc.c
lib/ffmpeg/libavformat/mxg.c [new file with mode: 0644]
lib/ffmpeg/libavformat/ncdec.c
lib/ffmpeg/libavformat/network.h
lib/ffmpeg/libavformat/nsvdec.c
lib/ffmpeg/libavformat/nullenc.c [new file with mode: 0644]
lib/ffmpeg/libavformat/nutdec.c
lib/ffmpeg/libavformat/nutenc.c
lib/ffmpeg/libavformat/nuv.c
lib/ffmpeg/libavformat/oggdec.c
lib/ffmpeg/libavformat/oggenc.c
lib/ffmpeg/libavformat/oggparsevorbis.c
lib/ffmpeg/libavformat/oma.c
lib/ffmpeg/libavformat/options.c
lib/ffmpeg/libavformat/os_support.c
lib/ffmpeg/libavformat/os_support.h
lib/ffmpeg/libavformat/output-example.c
lib/ffmpeg/libavformat/pcm.c [new file with mode: 0644]
lib/ffmpeg/libavformat/pcm.h [new file with mode: 0644]
lib/ffmpeg/libavformat/pcmdec.c [new file with mode: 0644]
lib/ffmpeg/libavformat/pcmenc.c [new file with mode: 0644]
lib/ffmpeg/libavformat/psxstr.c
lib/ffmpeg/libavformat/pva.c
lib/ffmpeg/libavformat/qcp.c
lib/ffmpeg/libavformat/r3d.c
lib/ffmpeg/libavformat/raw.c [deleted file]
lib/ffmpeg/libavformat/raw.h [deleted file]
lib/ffmpeg/libavformat/rawdec.c [new file with mode: 0644]
lib/ffmpeg/libavformat/rawdec.h [new file with mode: 0644]
lib/ffmpeg/libavformat/rawenc.c [new file with mode: 0644]
lib/ffmpeg/libavformat/rawenc.h [new file with mode: 0644]
lib/ffmpeg/libavformat/rawvideodec.c [new file with mode: 0644]
lib/ffmpeg/libavformat/rdt.c
lib/ffmpeg/libavformat/rdt.h
lib/ffmpeg/libavformat/riff.c
lib/ffmpeg/libavformat/riff.h
lib/ffmpeg/libavformat/rl2.c
lib/ffmpeg/libavformat/rm.h
lib/ffmpeg/libavformat/rmdec.c
lib/ffmpeg/libavformat/rmenc.c
lib/ffmpeg/libavformat/rpl.c
lib/ffmpeg/libavformat/rso.c [new file with mode: 0644]
lib/ffmpeg/libavformat/rso.h [new file with mode: 0644]
lib/ffmpeg/libavformat/rsodec.c [new file with mode: 0644]
lib/ffmpeg/libavformat/rsoenc.c [new file with mode: 0644]
lib/ffmpeg/libavformat/rtmpproto.c
lib/ffmpeg/libavformat/rtp.c
lib/ffmpeg/libavformat/rtp.h
lib/ffmpeg/libavformat/rtpdec.c
lib/ffmpeg/libavformat/rtpdec.h
lib/ffmpeg/libavformat/rtpdec_amr.c
lib/ffmpeg/libavformat/rtpdec_amr.h [deleted file]
lib/ffmpeg/libavformat/rtpdec_asf.c
lib/ffmpeg/libavformat/rtpdec_asf.h [deleted file]
lib/ffmpeg/libavformat/rtpdec_formats.h [new file with mode: 0644]
lib/ffmpeg/libavformat/rtpdec_h263.c
lib/ffmpeg/libavformat/rtpdec_h263.h [deleted file]
lib/ffmpeg/libavformat/rtpdec_h264.c
lib/ffmpeg/libavformat/rtpdec_h264.h [deleted file]
lib/ffmpeg/libavformat/rtpdec_latm.c [new file with mode: 0644]
lib/ffmpeg/libavformat/rtpdec_mpeg4.c
lib/ffmpeg/libavformat/rtpdec_mpeg4.h [deleted file]
lib/ffmpeg/libavformat/rtpdec_qcelp.c [new file with mode: 0644]
lib/ffmpeg/libavformat/rtpdec_qdm2.c [new file with mode: 0644]
lib/ffmpeg/libavformat/rtpdec_qt.c [new file with mode: 0644]
lib/ffmpeg/libavformat/rtpdec_svq3.c
lib/ffmpeg/libavformat/rtpdec_svq3.h [deleted file]
lib/ffmpeg/libavformat/rtpdec_vp8.c [new file with mode: 0644]
lib/ffmpeg/libavformat/rtpdec_xiph.c
lib/ffmpeg/libavformat/rtpdec_xiph.h [deleted file]
lib/ffmpeg/libavformat/rtpenc.c
lib/ffmpeg/libavformat/rtpenc.h
lib/ffmpeg/libavformat/rtpenc_chain.c [new file with mode: 0644]
lib/ffmpeg/libavformat/rtpenc_chain.h [new file with mode: 0644]
lib/ffmpeg/libavformat/rtpenc_vp8.c [new file with mode: 0644]
lib/ffmpeg/libavformat/rtpenc_xiph.c [new file with mode: 0644]
lib/ffmpeg/libavformat/rtpproto.c
lib/ffmpeg/libavformat/rtsp.c
lib/ffmpeg/libavformat/rtsp.h
lib/ffmpeg/libavformat/rtspdec.c [new file with mode: 0644]
lib/ffmpeg/libavformat/rtspenc.c
lib/ffmpeg/libavformat/sapdec.c [new file with mode: 0644]
lib/ffmpeg/libavformat/sapenc.c [new file with mode: 0644]
lib/ffmpeg/libavformat/sauce.c [new file with mode: 0644]
lib/ffmpeg/libavformat/sauce.h [new file with mode: 0644]
lib/ffmpeg/libavformat/sdp.c
lib/ffmpeg/libavformat/segafilm.c
lib/ffmpeg/libavformat/sierravmd.c
lib/ffmpeg/libavformat/siff.c
lib/ffmpeg/libavformat/smacker.c
lib/ffmpeg/libavformat/sol.c
lib/ffmpeg/libavformat/soxdec.c
lib/ffmpeg/libavformat/soxenc.c
lib/ffmpeg/libavformat/spdif.c
lib/ffmpeg/libavformat/spdif.h [new file with mode: 0644]
lib/ffmpeg/libavformat/spdifdec.c [new file with mode: 0644]
lib/ffmpeg/libavformat/spdifenc.c [new file with mode: 0644]
lib/ffmpeg/libavformat/srtdec.c [new file with mode: 0644]
lib/ffmpeg/libavformat/swfdec.c
lib/ffmpeg/libavformat/swfenc.c
lib/ffmpeg/libavformat/tcp.c
lib/ffmpeg/libavformat/thp.c
lib/ffmpeg/libavformat/tiertexseq.c
lib/ffmpeg/libavformat/tmv.c
lib/ffmpeg/libavformat/tta.c
lib/ffmpeg/libavformat/tty.c [new file with mode: 0644]
lib/ffmpeg/libavformat/txd.c
lib/ffmpeg/libavformat/udp.c
lib/ffmpeg/libavformat/utils.c
lib/ffmpeg/libavformat/vc1test.c
lib/ffmpeg/libavformat/vc1testenc.c
lib/ffmpeg/libavformat/version.h [new file with mode: 0644]
lib/ffmpeg/libavformat/vocdec.c
lib/ffmpeg/libavformat/vocenc.c
lib/ffmpeg/libavformat/vorbiscomment.c
lib/ffmpeg/libavformat/vorbiscomment.h
lib/ffmpeg/libavformat/vqf.c
lib/ffmpeg/libavformat/wav.c
lib/ffmpeg/libavformat/wc3movie.c
lib/ffmpeg/libavformat/westwood.c
lib/ffmpeg/libavformat/wtv.c [new file with mode: 0644]
lib/ffmpeg/libavformat/wv.c
lib/ffmpeg/libavformat/xa.c
lib/ffmpeg/libavformat/yop.c
lib/ffmpeg/libavformat/yuv4mpeg.c
lib/ffmpeg/libavutil/Makefile
lib/ffmpeg/libavutil/arm/cpu.c [new file with mode: 0644]
lib/ffmpeg/libavutil/arm/intreadwrite.h
lib/ffmpeg/libavutil/attributes.h
lib/ffmpeg/libavutil/avassert.h [new file with mode: 0644]
lib/ffmpeg/libavutil/avstring.c
lib/ffmpeg/libavutil/avstring.h
lib/ffmpeg/libavutil/avutil.h
lib/ffmpeg/libavutil/common.h
lib/ffmpeg/libavutil/cpu.c [new file with mode: 0644]
lib/ffmpeg/libavutil/cpu.h [new file with mode: 0644]
lib/ffmpeg/libavutil/error.c
lib/ffmpeg/libavutil/error.h
lib/ffmpeg/libavutil/eval.c
lib/ffmpeg/libavutil/eval.h
lib/ffmpeg/libavutil/file.c [new file with mode: 0644]
lib/ffmpeg/libavutil/file.h [new file with mode: 0644]
lib/ffmpeg/libavutil/internal.h
lib/ffmpeg/libavutil/intfloat_readwrite.c
lib/ffmpeg/libavutil/inverse.c [new file with mode: 0644]
lib/ffmpeg/libavutil/log.c
lib/ffmpeg/libavutil/log.h
lib/ffmpeg/libavutil/lzo.c
lib/ffmpeg/libavutil/mathematics.h
lib/ffmpeg/libavutil/mem.c
lib/ffmpeg/libavutil/mem.h
lib/ffmpeg/libavutil/mips/intreadwrite.h
lib/ffmpeg/libavutil/opt.c [new file with mode: 0644]
lib/ffmpeg/libavutil/opt.h [new file with mode: 0644]
lib/ffmpeg/libavutil/pixdesc.c
lib/ffmpeg/libavutil/pixdesc.h
lib/ffmpeg/libavutil/ppc/cpu.c [new file with mode: 0644]
lib/ffmpeg/libavutil/rational.c
lib/ffmpeg/libavutil/rational.h
lib/ffmpeg/libavutil/x86/cpu.c [new file with mode: 0644]
lib/ffmpeg/libavutil/x86_cpu.h
lib/ffmpeg/libpostproc/postprocess_altivec_template.c
lib/ffmpeg/libswscale/Makefile
lib/ffmpeg/libswscale/colorspace-test.c
lib/ffmpeg/libswscale/mlib/yuv2rgb_mlib.c
lib/ffmpeg/libswscale/options.c
lib/ffmpeg/libswscale/ppc/swscale_altivec_template.c
lib/ffmpeg/libswscale/ppc/yuv2rgb_altivec.c
lib/ffmpeg/libswscale/rgb2rgb.c
lib/ffmpeg/libswscale/rgb2rgb.h
lib/ffmpeg/libswscale/rgb2rgb_template.c
lib/ffmpeg/libswscale/swscale-test.c
lib/ffmpeg/libswscale/swscale.c
lib/ffmpeg/libswscale/swscale.h
lib/ffmpeg/libswscale/swscale_internal.h
lib/ffmpeg/libswscale/swscale_template.c
lib/ffmpeg/libswscale/utils.c
lib/ffmpeg/patches/0001-Added-Ticket-5481-added-support-for-LATM-encapsulate.patch [deleted file]
lib/ffmpeg/patches/0001-changed-allow-reading-of-growing-avi-files-ie-curren.patch [new file with mode: 0644]
lib/ffmpeg/patches/0002-changed-allow-reading-of-growing-avi-files-ie-curren.patch [deleted file]
lib/ffmpeg/patches/0002-w32thread-add-logging.patch [new file with mode: 0644]
lib/ffmpeg/patches/0003-asf-hacks.patch [new file with mode: 0644]
lib/ffmpeg/patches/0003-w32thread-add-logging.patch [deleted file]
lib/ffmpeg/patches/0004-asf-hacks.patch [deleted file]
lib/ffmpeg/patches/0004-support-seeking-in-nuv-files.patch [new file with mode: 0644]
lib/ffmpeg/patches/0005-fixed-5585-Media-file-gets-played-twice.-we-assume-a.patch [new file with mode: 0644]
lib/ffmpeg/patches/0005-support-seeking-in-nuv-files.patch [deleted file]
lib/ffmpeg/patches/0006-added-probe-file-header-for-cdxa.patch [new file with mode: 0644]
lib/ffmpeg/patches/0006-fixed-5585-Media-file-gets-played-twice.-we-assume-a.patch [deleted file]
lib/ffmpeg/patches/0007-added-probe-file-header-for-cdxa.patch [deleted file]
lib/ffmpeg/patches/0007-if-av_read_packet-returns-AVERROR_IO-we-are-done.-ff.patch [new file with mode: 0644]
lib/ffmpeg/patches/0008-added-Ticket-7187-TV-Teletext-support-for-DVB-EBU-Te.patch [new file with mode: 0644]
lib/ffmpeg/patches/0008-if-av_read_packet-returns-AVERROR_IO-we-are-done.-ff.patch [deleted file]
lib/ffmpeg/patches/0009-added-Ticket-7187-TV-Teletext-support-for-DVB-EBU-Te.patch [deleted file]
lib/ffmpeg/patches/0009-additional-HDMV-types-and-reg-descriptors.patch [new file with mode: 0644]
lib/ffmpeg/patches/0010-additional-HDMV-types-and-reg-descriptors.patch [deleted file]
lib/ffmpeg/patches/0010-don-t-reparse-PMT-unless-it-s-version-has-changed-re.patch [new file with mode: 0644]
lib/ffmpeg/patches/0011-don-t-reparse-PMT-unless-it-s-version-has-changed-re.patch [deleted file]
lib/ffmpeg/patches/0011-mingw-workaround.patch [new file with mode: 0644]
lib/ffmpeg/patches/0012-dvdsub-hacks.patch [new file with mode: 0644]
lib/ffmpeg/patches/0012-mingw-workaround.patch [deleted file]
lib/ffmpeg/patches/0013-dvdsub-hacks.patch [deleted file]
lib/ffmpeg/patches/0013-fixed-compile-with-VDPAU-header-versions-without-MPE.patch [new file with mode: 0644]
lib/ffmpeg/patches/0014-changed-check-some-more-url_fseeks-in-asf-demuxer-to.patch [new file with mode: 0644]
lib/ffmpeg/patches/0014-fixed-compile-with-VDPAU-header-versions-without-MPE.patch [deleted file]
lib/ffmpeg/patches/0015-Fix-7956-Adds-DTS-detection-to-MOV-files-ffmpeg-issu.patch [new file with mode: 0644]
lib/ffmpeg/patches/0015-changed-check-some-more-url_fseeks-in-asf-demuxer-to.patch [deleted file]
lib/ffmpeg/patches/0016-Fix-7956-Adds-DTS-detection-to-MOV-files-ffmpeg-issu.patch [deleted file]
lib/ffmpeg/patches/0016-changed-only-require-first-packet-to-be-known-for-al.patch [new file with mode: 0644]
lib/ffmpeg/patches/0017-Don-t-assume-reading-more-frames-in-av_find_stream_i.patch [new file with mode: 0644]
lib/ffmpeg/patches/0017-added-metadata-support-to-oggenc-with-vorbis-streams.patch [deleted file]
lib/ffmpeg/patches/0018-Setup-wanted-pkt-size-in-spdif-muxers-header-parser.patch [deleted file]
lib/ffmpeg/patches/0018-changed-don-t-override-file-duration-with-bitrate-du.patch [new file with mode: 0644]
lib/ffmpeg/patches/0019-changed-check-for-seek-error-when-attempting-to-read.patch [new file with mode: 0644]
lib/ffmpeg/patches/0019-changed-only-require-first-packet-to-be-known-for-al.patch [deleted file]
lib/ffmpeg/patches/0020-Don-t-assume-reading-more-frames-in-av_find_stream_i.patch [deleted file]
lib/ffmpeg/patches/0020-fixed-wrong-fps-for-rmvb-files-patch-by-taxigps.patch [new file with mode: 0644]
lib/ffmpeg/patches/0021-changed-don-t-override-file-duration-with-bitrate-du.patch [deleted file]
lib/ffmpeg/patches/0021-fixed-when-playing-mpegts-over-rtp-rtsp-sdp-lavf-mus.patch [new file with mode: 0644]
lib/ffmpeg/patches/0022-changed-check-for-seek-error-when-attempting-to-read.patch [deleted file]
lib/ffmpeg/patches/0022-don-t-hardcode-subtitle-colors-to-16.patch [new file with mode: 0644]
lib/ffmpeg/patches/0023-fixed-wrong-fps-for-rmvb-files-patch-by-taxigps.patch [deleted file]
lib/ffmpeg/patches/0023-improved-mpegts-seeking.-NEEDS-REVIEW.patch [new file with mode: 0644]
lib/ffmpeg/patches/0024-fixed-when-playing-mpegts-over-rtp-rtsp-sdp-lavf-mus.patch [deleted file]
lib/ffmpeg/patches/0024-get-accurate-estimate-from-the-PTSes.patch [new file with mode: 0644]
lib/ffmpeg/patches/0025-When-PMT-is-found-we-have-found-mpegts-header-inform.patch [deleted file]
lib/ffmpeg/patches/0025-include-stdint.h.patch [new file with mode: 0644]
lib/ffmpeg/patches/0026-add-build-scripts.patch [new file with mode: 0644]
lib/ffmpeg/patches/0026-don-t-hardcode-subtitle-colors-to-16.patch [deleted file]
lib/ffmpeg/patches/0027-changed-check-return-value-of-seeks-to-avoid-messing.patch [new file with mode: 0644]
lib/ffmpeg/patches/0027-improved-mpegts-seeking.-NEEDS-REVIEW.patch [deleted file]
lib/ffmpeg/patches/0028-fixed-if-lavc-s-mpeg2-decoder-was-asked-to-drop-a-fr.patch [new file with mode: 0644]
lib/ffmpeg/patches/0028-get-accurate-estimate-from-the-PTSes.patch [deleted file]
lib/ffmpeg/patches/0029-fixed-if-container-doesn-t-contain-timestamps-for-al.patch [new file with mode: 0644]
lib/ffmpeg/patches/0029-include-stdint.h.patch [deleted file]
lib/ffmpeg/patches/0030-aacenc-add-recognized-profiles-array.patch [new file with mode: 0644]
lib/ffmpeg/patches/0030-add-build-scripts.patch [deleted file]
lib/ffmpeg/patches/0031-changed-check-return-value-of-seeks-to-avoid-messing.patch [deleted file]
lib/ffmpeg/patches/0031-fixed-vp3-decoder-should-set-key_frame-field-of-AVFr.patch [new file with mode: 0644]
lib/ffmpeg/patches/0032-changed-allow-8-second-skew-between-streams-in-mov-b.patch [new file with mode: 0644]
lib/ffmpeg/patches/0032-re-add-libfaad-wrapper-to-ffmpeg-for-now.patch [deleted file]
lib/ffmpeg/patches/0033-added-ffmpeg-spdif-demuxer-fixes-ac3-in-wav.patch [deleted file]
lib/ffmpeg/patches/0033-fixed-memleak-in-mpegts-demuxer-on-some-malformed-mp.patch [new file with mode: 0644]
lib/ffmpeg/patches/0034-fixed-dvd-still-frames-as-first-frame-caused-lavf-to.patch [new file with mode: 0644]
lib/ffmpeg/patches/0034-mkv-dca-fix.patch [deleted file]
lib/ffmpeg/patches/0035-Speed-up-mpegts-av_find_stream_info.patch [new file with mode: 0644]
lib/ffmpeg/patches/0035-dts-in-avi-fix.patch [deleted file]
lib/ffmpeg/patches/0036-fixed-if-lavc-s-mpeg2-decoder-was-asked-to-drop-a-fr.patch [deleted file]
lib/ffmpeg/patches/0036-swscale-fix-build-with-enable-runtime-cpudetect-disa.patch [new file with mode: 0644]
lib/ffmpeg/patches/0037-fixed-if-container-doesn-t-contain-timestamps-for-al.patch [deleted file]
lib/ffmpeg/patches/0038-fixed-bitstream-mode-improperly-set.-Ticket-10981.patch [deleted file]
lib/ffmpeg/patches/0039-Add-av_popcount-to-libavutil-common.h-and-bump-minor.patch [deleted file]
lib/ffmpeg/patches/0040-added-export-DTS-profile-information-in-ffmpeg.patch [deleted file]
lib/ffmpeg/patches/0041-Add-av_get_profile_name-to-get-profile-names.patch [deleted file]
lib/ffmpeg/patches/0042-Show-profile-in-avcodec_string.patch [deleted file]
lib/ffmpeg/patches/0043-h264-add-profile-names-for-the-existing-defines.patch [deleted file]
lib/ffmpeg/patches/0044-aacenc-add-recognized-profiles-array.patch [deleted file]
lib/ffmpeg/patches/0045-libfaac-add-recognized-profiles-array.patch [deleted file]
lib/ffmpeg/patches/0046-dca-add-profile-names.patch [deleted file]
lib/ffmpeg/patches/0047-dca-consider-a-stream-with-XXCh-X96-in-ExSS-as-DTS-H.patch [deleted file]
lib/ffmpeg/patches/0048-fixed-vp3-decoder-should-set-key_frame-field-of-AVFr.patch [deleted file]
lib/ffmpeg/patches/0049-changed-allow-8-second-skew-between-streams-in-mov-b.patch [deleted file]
lib/ffmpeg/patches/0050-fixed-memleak-in-mpegts-demuxer-on-some-malformed-mp.patch [deleted file]
lib/ffmpeg/patches/0051-fixed-dvd-still-frames-as-first-frame-caused-lavf-to.patch [deleted file]
lib/ffmpeg/subdir.mak
lib/ffmpeg/tests/audiogen.c
lib/ffmpeg/tests/base64.c [new file with mode: 0644]
lib/ffmpeg/tests/codec-regression.sh
lib/ffmpeg/tests/fate-run.sh
lib/ffmpeg/tests/fate-update.sh
lib/ffmpeg/tests/fate.mak
lib/ffmpeg/tests/fate.sh [new file with mode: 0755]
lib/ffmpeg/tests/fate/aac.mak [new file with mode: 0644]
lib/ffmpeg/tests/fate/als.mak [new file with mode: 0644]
lib/ffmpeg/tests/fate/fft.mak [new file with mode: 0644]
lib/ffmpeg/tests/fate/h264.mak [new file with mode: 0644]
lib/ffmpeg/tests/fate/mp3.mak [new file with mode: 0644]
lib/ffmpeg/tests/fate/vorbis.mak [new file with mode: 0644]
lib/ffmpeg/tests/fate/vp8.mak [new file with mode: 0644]
lib/ffmpeg/tests/fate2.mak
lib/ffmpeg/tests/lavf-regression.sh
lib/ffmpeg/tests/lavfi-regression.sh
lib/ffmpeg/tests/md5.sh
lib/ffmpeg/tests/ref/acodec/ac3 [deleted file]
lib/ffmpeg/tests/ref/acodec/ac3_fixed [new file with mode: 0644]
lib/ffmpeg/tests/ref/acodec/g726
lib/ffmpeg/tests/ref/fate/4xm [deleted file]
lib/ffmpeg/tests/ref/fate/4xm-1 [new file with mode: 0644]
lib/ffmpeg/tests/ref/fate/4xm-2 [new file with mode: 0644]
lib/ffmpeg/tests/ref/fate/ansi [new file with mode: 0644]
lib/ffmpeg/tests/ref/fate/dxa-scummvm [new file with mode: 0644]
lib/ffmpeg/tests/ref/fate/fax-g3 [new file with mode: 0644]
lib/ffmpeg/tests/ref/fate/fax-g3s [new file with mode: 0644]
lib/ffmpeg/tests/ref/fate/g722dec-1 [new file with mode: 0644]
lib/ffmpeg/tests/ref/fate/gsm [new file with mode: 0644]
lib/ffmpeg/tests/ref/fate/gsm-ms [new file with mode: 0644]
lib/ffmpeg/tests/ref/fate/h264-extreme-plane-pred [new file with mode: 0644]
lib/ffmpeg/tests/ref/fate/h264-interlace-crop [new file with mode: 0644]
lib/ffmpeg/tests/ref/fate/h264-lossless [new file with mode: 0644]
lib/ffmpeg/tests/ref/fate/mjpegb [new file with mode: 0644]
lib/ffmpeg/tests/ref/fate/msmpeg4v1 [new file with mode: 0644]
lib/ffmpeg/tests/ref/fate/psx-str-v3 [new file with mode: 0644]
lib/ffmpeg/tests/ref/fate/rv30 [new file with mode: 0644]
lib/ffmpeg/tests/ref/fate/sha [new file with mode: 0644]
lib/ffmpeg/tests/ref/fate/smc
lib/ffmpeg/tests/ref/fate/sub-srt [new file with mode: 0644]
lib/ffmpeg/tests/ref/fate/truemotion1-15 [new file with mode: 0644]
lib/ffmpeg/tests/ref/fate/truemotion1-24 [new file with mode: 0644]
lib/ffmpeg/tests/ref/fate/txd-16bpp [new file with mode: 0644]
lib/ffmpeg/tests/ref/fate/txd-pal8 [new file with mode: 0644]
lib/ffmpeg/tests/ref/fate/vc1
lib/ffmpeg/tests/ref/fate/vp3 [new file with mode: 0644]
lib/ffmpeg/tests/ref/fate/vp8-sign-bias [new file with mode: 0644]
lib/ffmpeg/tests/ref/fate/wmv8-drm [new file with mode: 0644]
lib/ffmpeg/tests/ref/fate/wmv8-drm-nodec [new file with mode: 0644]
lib/ffmpeg/tests/ref/fate/ws_snd [new file with mode: 0644]
lib/ffmpeg/tests/ref/lavf/gif
lib/ffmpeg/tests/ref/lavf/gxf
lib/ffmpeg/tests/ref/lavf/mpg
lib/ffmpeg/tests/ref/lavf/png [new file with mode: 0644]
lib/ffmpeg/tests/ref/lavf/rm
lib/ffmpeg/tests/ref/lavf/ts
lib/ffmpeg/tests/ref/lavf/voc_s16 [new file with mode: 0644]
lib/ffmpeg/tests/ref/lavfi/crop
lib/ffmpeg/tests/ref/lavfi/crop_scale
lib/ffmpeg/tests/ref/lavfi/crop_scale_vflip
lib/ffmpeg/tests/ref/lavfi/crop_vflip
lib/ffmpeg/tests/ref/lavfi/null
lib/ffmpeg/tests/ref/lavfi/pixdesc_be [new file with mode: 0644]
lib/ffmpeg/tests/ref/lavfi/pixdesc_le [new file with mode: 0644]
lib/ffmpeg/tests/ref/lavfi/pixfmts_copy_le [new file with mode: 0644]
lib/ffmpeg/tests/ref/lavfi/pixfmts_crop_le [new file with mode: 0644]
lib/ffmpeg/tests/ref/lavfi/pixfmts_hflip_le [new file with mode: 0644]
lib/ffmpeg/tests/ref/lavfi/pixfmts_null_le [new file with mode: 0644]
lib/ffmpeg/tests/ref/lavfi/pixfmts_pad_le [new file with mode: 0644]
lib/ffmpeg/tests/ref/lavfi/pixfmts_scale_le [new file with mode: 0644]
lib/ffmpeg/tests/ref/lavfi/pixfmts_vflip_le [new file with mode: 0644]
lib/ffmpeg/tests/ref/lavfi/scale200
lib/ffmpeg/tests/ref/lavfi/scale500
lib/ffmpeg/tests/ref/lavfi/vflip
lib/ffmpeg/tests/ref/lavfi/vflip_crop
lib/ffmpeg/tests/ref/lavfi/vflip_vflip
lib/ffmpeg/tests/ref/seek/%02d.bmp.ref [deleted file]
lib/ffmpeg/tests/ref/seek/%02d.jpg.ref [deleted file]
lib/ffmpeg/tests/ref/seek/%02d.pcx.ref [deleted file]
lib/ffmpeg/tests/ref/seek/%02d.pgm.ref [deleted file]
lib/ffmpeg/tests/ref/seek/%02d.ppm.ref [deleted file]
lib/ffmpeg/tests/ref/seek/%02d.sgi.ref [deleted file]
lib/ffmpeg/tests/ref/seek/%02d.tga.ref [deleted file]
lib/ffmpeg/tests/ref/seek/%02d.tiff.ref [deleted file]
lib/ffmpeg/tests/ref/seek/ac3.rm.ref [deleted file]
lib/ffmpeg/tests/ref/seek/ac3_rm [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/adpcm_ima.wav.ref [deleted file]
lib/ffmpeg/tests/ref/seek/adpcm_ima_wav [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/adpcm_ms.wav.ref [deleted file]
lib/ffmpeg/tests/ref/seek/adpcm_ms_wav [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/adpcm_qt.aiff.ref [deleted file]
lib/ffmpeg/tests/ref/seek/adpcm_qt_aiff [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/adpcm_swf.flv.ref [deleted file]
lib/ffmpeg/tests/ref/seek/adpcm_swf_flv [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/adpcm_yam.wav.ref [deleted file]
lib/ffmpeg/tests/ref/seek/adpcm_yam_wav [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/alac.m4a.ref [deleted file]
lib/ffmpeg/tests/ref/seek/alac_m4a [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/asv1.avi.ref [deleted file]
lib/ffmpeg/tests/ref/seek/asv1_avi [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/asv2.avi.ref [deleted file]
lib/ffmpeg/tests/ref/seek/asv2_avi [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/dnxhd-1080i.mov.ref [deleted file]
lib/ffmpeg/tests/ref/seek/dnxhd-720p-rd.dnxhd.ref [deleted file]
lib/ffmpeg/tests/ref/seek/dnxhd-720p.dnxhd.ref [deleted file]
lib/ffmpeg/tests/ref/seek/dnxhd_1080i_mov [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/dnxhd_720p_dnxhd [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/dnxhd_720p_rd_dnxhd [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/dv.dv.ref [deleted file]
lib/ffmpeg/tests/ref/seek/dv411.dv.ref [deleted file]
lib/ffmpeg/tests/ref/seek/dv411_dv [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/dv50.dv.ref [deleted file]
lib/ffmpeg/tests/ref/seek/dv50_dv [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/dv_dv [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/error-mpeg4-adv.avi.ref [deleted file]
lib/ffmpeg/tests/ref/seek/error_mpeg4_adv_avi [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/ffv1.avi.ref [deleted file]
lib/ffmpeg/tests/ref/seek/ffv1_avi [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/flac.flac.ref [deleted file]
lib/ffmpeg/tests/ref/seek/flac_flac [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/flashsv.flv.ref [deleted file]
lib/ffmpeg/tests/ref/seek/flashsv_flv [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/flv.flv.ref [deleted file]
lib/ffmpeg/tests/ref/seek/flv_flv [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/g726.wav.ref [deleted file]
lib/ffmpeg/tests/ref/seek/g726_wav [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/h261.avi.ref [deleted file]
lib/ffmpeg/tests/ref/seek/h261_avi [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/h263.avi.ref [deleted file]
lib/ffmpeg/tests/ref/seek/h263_avi [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/h263p.avi.ref [deleted file]
lib/ffmpeg/tests/ref/seek/h263p_avi [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/huffyuv.avi.ref [deleted file]
lib/ffmpeg/tests/ref/seek/huffyuv_avi [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/image_bmp [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/image_jpg [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/image_pcx [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/image_pgm [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/image_ppm [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/image_sgi [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/image_tga [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/image_tiff [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/jpegls.avi.ref [deleted file]
lib/ffmpeg/tests/ref/seek/jpegls_avi [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/lavf.aif.ref [deleted file]
lib/ffmpeg/tests/ref/seek/lavf.al.ref [deleted file]
lib/ffmpeg/tests/ref/seek/lavf.asf.ref [deleted file]
lib/ffmpeg/tests/ref/seek/lavf.au.ref [deleted file]
lib/ffmpeg/tests/ref/seek/lavf.avi.ref [deleted file]
lib/ffmpeg/tests/ref/seek/lavf.dv.ref [deleted file]
lib/ffmpeg/tests/ref/seek/lavf.ffm.ref [deleted file]
lib/ffmpeg/tests/ref/seek/lavf.flv.ref [deleted file]
lib/ffmpeg/tests/ref/seek/lavf.gif.ref [deleted file]
lib/ffmpeg/tests/ref/seek/lavf.gxf.ref [deleted file]
lib/ffmpeg/tests/ref/seek/lavf.mkv.ref [deleted file]
lib/ffmpeg/tests/ref/seek/lavf.mmf.ref [deleted file]
lib/ffmpeg/tests/ref/seek/lavf.mov.ref [deleted file]
lib/ffmpeg/tests/ref/seek/lavf.mpg.ref [deleted file]
lib/ffmpeg/tests/ref/seek/lavf.mxf.ref [deleted file]
lib/ffmpeg/tests/ref/seek/lavf.mxf_d10.ref [deleted file]
lib/ffmpeg/tests/ref/seek/lavf.nut.ref [deleted file]
lib/ffmpeg/tests/ref/seek/lavf.ogg.ref [deleted file]
lib/ffmpeg/tests/ref/seek/lavf.rm.ref [deleted file]
lib/ffmpeg/tests/ref/seek/lavf.swf.ref [deleted file]
lib/ffmpeg/tests/ref/seek/lavf.ts.ref [deleted file]
lib/ffmpeg/tests/ref/seek/lavf.ul.ref [deleted file]
lib/ffmpeg/tests/ref/seek/lavf.voc.ref [deleted file]
lib/ffmpeg/tests/ref/seek/lavf.wav.ref [deleted file]
lib/ffmpeg/tests/ref/seek/lavf.y4m.ref [deleted file]
lib/ffmpeg/tests/ref/seek/lavf_aif [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/lavf_al [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/lavf_asf [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/lavf_au [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/lavf_avi [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/lavf_dv [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/lavf_ffm [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/lavf_flv [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/lavf_gif [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/lavf_gxf [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/lavf_mkv [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/lavf_mmf [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/lavf_mov [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/lavf_mpg [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/lavf_mxf [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/lavf_mxf_d10 [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/lavf_nut [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/lavf_ogg [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/lavf_rm [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/lavf_swf [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/lavf_ts [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/lavf_ul [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/lavf_voc [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/lavf_wav [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/lavf_y4m [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/ljpeg.avi.ref [deleted file]
lib/ffmpeg/tests/ref/seek/ljpeg_avi [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/mjpeg.avi.ref [deleted file]
lib/ffmpeg/tests/ref/seek/mjpeg_avi [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/mp2.mp2.ref [deleted file]
lib/ffmpeg/tests/ref/seek/mp2_mp2 [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/mpeg1.mpg.ref [deleted file]
lib/ffmpeg/tests/ref/seek/mpeg1_mpg [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/mpeg1b.mpg.ref [deleted file]
lib/ffmpeg/tests/ref/seek/mpeg1b_mpg [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/mpeg2.mpg.ref [deleted file]
lib/ffmpeg/tests/ref/seek/mpeg2_422.mpg.ref [deleted file]
lib/ffmpeg/tests/ref/seek/mpeg2_422_mpg [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/mpeg2_mpg [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/mpeg2i.mpg.ref [deleted file]
lib/ffmpeg/tests/ref/seek/mpeg2i_mpg [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/mpeg2ivlc-qprd.mpg.ref [deleted file]
lib/ffmpeg/tests/ref/seek/mpeg2ivlc_qprd_mpg [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/mpeg2reuse.mpg.ref [deleted file]
lib/ffmpeg/tests/ref/seek/mpeg2reuse_mpg [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/mpeg2thread.mpg.ref [deleted file]
lib/ffmpeg/tests/ref/seek/mpeg2thread_mpg [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/mpeg2threadivlc.mpg.ref [deleted file]
lib/ffmpeg/tests/ref/seek/mpeg2threadivlc_mpg [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/mpeg4-Q.avi.ref [deleted file]
lib/ffmpeg/tests/ref/seek/mpeg4-adap.avi.ref [deleted file]
lib/ffmpeg/tests/ref/seek/mpeg4-adv.avi.ref [deleted file]
lib/ffmpeg/tests/ref/seek/mpeg4-nr.avi.ref [deleted file]
lib/ffmpeg/tests/ref/seek/mpeg4-qprd.avi.ref [deleted file]
lib/ffmpeg/tests/ref/seek/mpeg4-rc.avi.ref [deleted file]
lib/ffmpeg/tests/ref/seek/mpeg4-thread.avi.ref [deleted file]
lib/ffmpeg/tests/ref/seek/mpeg4_Q_avi [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/mpeg4_adap_avi [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/mpeg4_adv_avi [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/mpeg4_nr_avi [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/mpeg4_qprd_avi [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/mpeg4_rc_avi [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/mpeg4_thread_avi [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/msmpeg4.avi.ref [deleted file]
lib/ffmpeg/tests/ref/seek/msmpeg4_avi [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/msmpeg4v2.avi.ref [deleted file]
lib/ffmpeg/tests/ref/seek/msmpeg4v2_avi [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/odivx.mp4.ref [deleted file]
lib/ffmpeg/tests/ref/seek/odivx_mp4 [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/pbmpipe.pbm.ref [deleted file]
lib/ffmpeg/tests/ref/seek/pbmpipe_pbm [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/pcm_alaw.wav.ref [deleted file]
lib/ffmpeg/tests/ref/seek/pcm_alaw_wav [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/pcm_f32be.au.ref [deleted file]
lib/ffmpeg/tests/ref/seek/pcm_f32be_au [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/pcm_f32le.wav.ref [deleted file]
lib/ffmpeg/tests/ref/seek/pcm_f32le_wav [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/pcm_f64be.au.ref [deleted file]
lib/ffmpeg/tests/ref/seek/pcm_f64be_au [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/pcm_f64le.wav.ref [deleted file]
lib/ffmpeg/tests/ref/seek/pcm_f64le_wav [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/pcm_mulaw.wav.ref [deleted file]
lib/ffmpeg/tests/ref/seek/pcm_mulaw_wav [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/pcm_s16be.mkv.ref [deleted file]
lib/ffmpeg/tests/ref/seek/pcm_s16be.mov.ref [deleted file]
lib/ffmpeg/tests/ref/seek/pcm_s16be_mkv [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/pcm_s16be_mov [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/pcm_s16le.mkv.ref [deleted file]
lib/ffmpeg/tests/ref/seek/pcm_s16le.wav.ref [deleted file]
lib/ffmpeg/tests/ref/seek/pcm_s16le_mkv [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/pcm_s16le_wav [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/pcm_s24be.mov.ref [deleted file]
lib/ffmpeg/tests/ref/seek/pcm_s24be_mov [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/pcm_s24daud.302.ref [deleted file]
lib/ffmpeg/tests/ref/seek/pcm_s24daud_302 [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/pcm_s24le.wav.ref [deleted file]
lib/ffmpeg/tests/ref/seek/pcm_s24le_wav [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/pcm_s32be.mov.ref [deleted file]
lib/ffmpeg/tests/ref/seek/pcm_s32be_mov [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/pcm_s32le.wav.ref [deleted file]
lib/ffmpeg/tests/ref/seek/pcm_s32le_wav [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/pcm_s8.mov.ref [deleted file]
lib/ffmpeg/tests/ref/seek/pcm_s8_mov [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/pcm_u8.wav.ref [deleted file]
lib/ffmpeg/tests/ref/seek/pcm_u8_wav [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/pcm_zork.wav.ref [deleted file]
lib/ffmpeg/tests/ref/seek/pcm_zork_wav [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/pgmpipe.pgm.ref [deleted file]
lib/ffmpeg/tests/ref/seek/pgmpipe_pgm [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/ppmpipe.ppm.ref [deleted file]
lib/ffmpeg/tests/ref/seek/ppmpipe_ppm [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/rgb.avi.ref [deleted file]
lib/ffmpeg/tests/ref/seek/rgb_avi [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/roqav.roq.ref [deleted file]
lib/ffmpeg/tests/ref/seek/roqav_roq [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/rv10.rm.ref [deleted file]
lib/ffmpeg/tests/ref/seek/rv10_rm [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/rv20.rm.ref [deleted file]
lib/ffmpeg/tests/ref/seek/rv20_rm [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/snow.avi.ref [deleted file]
lib/ffmpeg/tests/ref/seek/snow53.avi.ref [deleted file]
lib/ffmpeg/tests/ref/seek/snow53_avi [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/snow_avi [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/svq1.mov.ref [deleted file]
lib/ffmpeg/tests/ref/seek/svq1_mov [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/wmav1.asf.ref [deleted file]
lib/ffmpeg/tests/ref/seek/wmav1_asf [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/wmav2.asf.ref [deleted file]
lib/ffmpeg/tests/ref/seek/wmav2_asf [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/wmv1.avi.ref [deleted file]
lib/ffmpeg/tests/ref/seek/wmv1_avi [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/wmv2.avi.ref [deleted file]
lib/ffmpeg/tests/ref/seek/wmv2_avi [new file with mode: 0644]
lib/ffmpeg/tests/ref/seek/yuv.avi.ref [deleted file]
lib/ffmpeg/tests/ref/seek/yuv_avi [new file with mode: 0644]
lib/ffmpeg/tests/ref/vsynth1/dnxhd_1080i
lib/ffmpeg/tests/ref/vsynth1/msmpeg4
lib/ffmpeg/tests/ref/vsynth1/qtrle [new file with mode: 0644]
lib/ffmpeg/tests/ref/vsynth1/rgb [new file with mode: 0644]
lib/ffmpeg/tests/ref/vsynth1/rv20
lib/ffmpeg/tests/ref/vsynth1/yuv [new file with mode: 0644]
lib/ffmpeg/tests/ref/vsynth2/dnxhd_1080i
lib/ffmpeg/tests/ref/vsynth2/msmpeg4
lib/ffmpeg/tests/ref/vsynth2/qtrle [new file with mode: 0644]
lib/ffmpeg/tests/ref/vsynth2/rgb [new file with mode: 0644]
lib/ffmpeg/tests/ref/vsynth2/rv20
lib/ffmpeg/tests/ref/vsynth2/yuv [new file with mode: 0644]
lib/ffmpeg/tests/regression-funcs.sh
lib/ffmpeg/tests/seek-regression.sh [deleted file]
lib/ffmpeg/tools/graph2dot.c
lib/ffmpeg/tools/jauche_sortierer.sh [new file with mode: 0755]
lib/ffmpeg/tools/lavfi-showfiltfmts.c
lib/ffmpeg/tools/patcheck
lib/ffmpeg/tools/probetest.c
lib/ffmpeg/version.sh
xbmc/DllPaths_generated.h.in
xbmc/DllPaths_win32.h