1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-07 11:13:41 +02:00
Go to file
Michael Niedermayer 0fa352623d dvdsubenc: switch to av_assert
we use av_assert0() because the previous code unconditionally
enabled the assert.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-07-28 01:18:04 +02:00
compat
doc Merge remote-tracking branch 'qatar/master' 2012-07-27 23:42:19 +02:00
libavcodec dvdsubenc: switch to av_assert 2012-07-28 01:18:04 +02:00
libavdevice
libavfilter Merge remote-tracking branch 'qatar/master' 2012-07-27 23:42:19 +02:00
libavformat avio: Document that write_packet() is not allowed to change its input 2012-07-28 01:16:09 +02:00
libavresample Merge remote-tracking branch 'qatar/master' 2012-07-27 23:42:19 +02:00
libavutil Merge remote-tracking branch 'qatar/master' 2012-07-27 23:42:19 +02:00
libpostproc
libswresample
libswscale Merge remote-tracking branch 'qatar/master' 2012-07-23 21:25:09 +02:00
mt-work
presets
tests Merge remote-tracking branch 'qatar/master' 2012-07-27 23:42:19 +02:00
tools tools/bisect-create: Support "bisect run" 2012-07-24 01:24:23 +02:00
.gitignore
arch.mak
Changelog SubViewer demuxer and decoder. 2012-07-26 22:22:54 +02:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak Merge remote-tracking branch 'qatar/master' 2012-07-27 23:42:19 +02:00
configure Merge remote-tracking branch 'qatar/master' 2012-07-27 23:42:19 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c ffmpeg: doxyfy some comments and mention the timebase used in various timestamp fields. 2012-07-26 17:58:26 +02:00
ffplay.c
ffprobe.c ffprobe: use av_guess_sample_aspect_ratio() for guessing the aspect ratio 2012-07-25 10:05:02 +02:00
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS
Makefile build: use COMPILE template for HOSTOBJS 2012-07-26 23:58:59 +01:00
README
RELEASE
version.sh

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.