FFmpeg git repo
Go to file
Michael Niedermayer a31547ce2e avutil/avstring: do not lose ascii characters when decoding non utf-8 with av_utf8_decode()
Fixes Ticket3363

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-13 15:33:23 +02:00
compat
doc Merge commit 'aaab192df24a90f4450285cfb73b395cf495b462' 2014-04-13 14:39:51 +02:00
libavcodec avcodec/tiff: remove unused variables 2014-04-13 04:33:20 +02:00
libavdevice lavd/avdevice: fix buildbreak when included to C++ code 2014-04-13 04:59:35 +02:00
libavfilter Merge commit 'aaab192df24a90f4450285cfb73b395cf495b462' 2014-04-13 14:39:51 +02:00
libavformat avformat/iff: indent 2014-04-13 14:48:36 +02:00
libavresample Merge commit 'ac976ed91e323754e9a84509873ebdb437372797' 2014-04-13 14:33:42 +02:00
libavutil avutil/avstring: do not lose ascii characters when decoding non utf-8 with av_utf8_decode() 2014-04-13 15:33:23 +02:00
libpostproc
libswresample swresample/resample: use av_malloc_array() where appropriate 2014-04-08 00:29:26 +02:00
libswscale Merge commit '60c4660ba035bbfbcc84ac34129ce40e037c70ad' 2014-04-13 01:26:49 +02:00
presets
tests Merge commit '13164e479f1c87829096c19003d2cc658ccc1fd4' 2014-04-13 14:24:09 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Add AVFoundation input device. 2014-04-11 17:51:33 +02:00
INSTALL
LICENSE
MAINTAINERS Add AVFoundation input device. 2014-04-11 17:51:33 +02:00
Makefile Merge commit '8675bcb0addb1c7fb0b04682d1f3f95d5b8dae14' 2014-04-07 02:15:18 +02:00
README
RELEASE
arch.mak Merge commit '8675bcb0addb1c7fb0b04682d1f3f95d5b8dae14' 2014-04-07 02:15:18 +02:00
cmdutils.c cmdutils: use av_mallocz_array() 2014-04-08 15:44:32 +02:00
cmdutils.h
cmdutils_common_opts.h
cmdutils_opencl.c
common.mak
configure Add AVFoundation input device. 2014-04-11 17:51:33 +02:00
ffmpeg.c ffmpeg: stop protocols on interrupt when no transcoding has happened yet 2014-04-10 22:29:23 +02:00
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg_vdpau.c
ffplay.c
ffprobe.c ffprobe: do not lose non ascii characters in non utf8 strings 2014-04-13 15:21:20 +02:00
ffserver.c ffserver: don't hardcode RTSP status codes 2014-04-07 00:24:00 -03:00
library.mak
version.sh

README

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory in git.
  You can also view it online at http://ffmpeg.org/documentation.html

2) Licensing
------------

* See the LICENSE file.

3) Build and Install
--------------------

* See the INSTALL file.