FFmpeg git repo
Go to file
James Almer c994b42830 lavf/adtsenc: Add support for APE tags
Should fix ticket #2269

Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-23 16:13:23 +02:00
compat
doc avplay: Accept cpuflags option 2013-10-22 10:49:31 +02:00
libavcodec avcodec/vc1dec: use logical operation instead of bitwise for twomv 2013-10-23 14:32:04 +02:00
libavdevice lavd/pulse_audio_enc: add support for flushing 2013-10-20 19:15:30 +02:00
libavfilter avfilter/vf_scale: Correct vf_scale mappings from arguments to color range 2013-10-23 15:44:31 +02:00
libavformat lavf/adtsenc: Add support for APE tags 2013-10-23 16:13:23 +02:00
libavresample
libavutil fix order of operations in comments 2013-10-23 14:32:04 +02:00
libpostproc
libswresample
libswscale swscale/utils: check mprotect() return code 2013-10-23 10:14:05 +02:00
presets
tests Merge remote-tracking branch 'qatar/master' 2013-10-22 19:43:32 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog movenc: Add an F4V muxer 2013-10-23 11:17:03 +03:00
INSTALL
LICENSE
MAINTAINERS MAINTAINERS: add lavd/fbdev_enc entry 2013-10-20 19:23:31 +02:00
Makefile
README
RELEASE
arch.mak
cmdutils.c Merge commit 'f825d42bccdb9f89669a586951de7f66a81e80a5' 2013-10-22 19:07:28 +02:00
cmdutils.h Merge commit 'f825d42bccdb9f89669a586951de7f66a81e80a5' 2013-10-22 19:07:28 +02:00
cmdutils_common_opts.h Merge commit 'f825d42bccdb9f89669a586951de7f66a81e80a5' 2013-10-22 19:07:28 +02:00
common.mak
configure movenc: Add an F4V muxer 2013-10-23 11:17:03 +03:00
ffmpeg.c ffmpeg: Dont crash on unconnected output pads before an error is printed 2013-10-23 11:39:43 +02:00
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c make it possible to compile ffmpeg without swscale 2013-10-21 13:57:00 +00:00
ffplay.c
ffprobe.c ffprobe: fix consistency checks in parse_read_intervals() 2013-10-21 13:33:06 +02:00
ffserver.c
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.