FFmpeg git repo
Go to file
Martin Storsjö 0ebd4083e1 sdp: Restore the original mp4 format h264 extradata if converted
If the sdp is generated before the rtp muxer is initialized
(e.g. as when called from the rtsp muxer), this has to be done,
otherwise the rtp muxer doesn't know that the input really is
in mp4 format.

Signed-off-by: Martin Storsjö <martin@martin.st>
2011-12-11 01:37:26 +02:00
doc Fix a bunch of common typos. 2011-12-11 00:32:25 +01:00
libavcodec Fix a bunch of common typos. 2011-12-11 00:32:25 +01:00
libavdevice Fix a bunch of common typos. 2011-12-11 00:32:25 +01:00
libavfilter drawtext: remove typo 2011-12-07 20:40:18 +01:00
libavformat sdp: Restore the original mp4 format h264 extradata if converted 2011-12-11 01:37:26 +02:00
libavutil Fix a bunch of common typos. 2011-12-11 00:32:25 +01:00
libpostproc Fix a bunch of common typos. 2011-12-11 00:32:25 +01:00
libswscale swscale: #include "libavutil/mathematics.h" 2011-12-01 19:12:26 +01:00
presets presets: spelling error in libvpx 1080p50_60 2011-10-22 00:28:56 +02:00
tests rawdec: don't set codec timebase. 2011-12-10 22:02:44 +01:00
tools Fix a bunch of common typos. 2011-12-11 00:32:25 +01:00
.gitignore Make a copy of ffmpeg under a new name -- avconv. 2011-08-12 13:27:30 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Dxtory capture format decoder 2011-12-10 11:58:03 +01:00
Doxyfile doxy: change hue value to match our green 2011-12-09 04:20:41 +01:00
INSTALL
LICENSE
Makefile presets: rename presets directory 2011-10-19 21:20:17 +02:00
README
RELEASE
avconv.c Fix a bunch of common typos. 2011-12-11 00:32:25 +01:00
avplay.c avplay: use avcodec_decode_audio4() 2011-12-04 18:29:51 -05:00
avprobe.c Call avformat_network_init/deinit in the programs 2011-11-06 18:31:39 +02:00
avserver.c Fix a bunch of common typos. 2011-12-11 00:32:25 +01:00
cmdutils.c Add libavutil/mathematics.h #includes for INFINITY 2011-11-22 16:36:44 +00:00
cmdutils.h Fix a bunch of common typos. 2011-12-11 00:32:25 +01:00
cmdutils_common_opts.h avtools: add -v as alias for -loglevel 2011-10-09 16:53:06 +01:00
common.mak build: remove unnecessary FFLDFLAGS variable 2011-07-11 11:39:04 +01:00
configure configure: Store vda lib flags in extralibs instead of ldflags 2011-11-25 15:52:55 +02:00
ffmpeg.c Fix a bunch of common typos. 2011-12-11 00:32:25 +01:00
subdir.mak build: make examples build normally 2011-07-30 13:42:44 +02:00
version.sh Drop git- prefix from version labels 2011-06-19 19:41:23 +01:00

README

Libav README
------------

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.