1
0
mirror of https://git.ffmpeg.org/ffmpeg.git synced 2025-03-05 12:07:49 +00:00
FFmpeg git repo
Go to file
Martin Storsjö 0fb3e1c6ce movenc: Check for errors from mov_create_chapter_track
On failures in the write_trailer function, we could also ignore
the errors and try to finish the file despite these errors (which
would only leave an incomplete chapters track). It's probably better
to signal the error clearly to the caller though (and if this
function failed there's no guarantee that there's enough memory to
finish the trailer either).

Signed-off-by: Martin Storsjö <martin@martin.st>
2013-08-27 10:26:10 +03:00
compat w32pthread: help compiler figure out undeeded code 2013-08-21 14:20:33 +01:00
doc movenc: add faststart option for web streaming 2013-08-21 14:20:33 +01:00
libavcodec imc: support mode 1 2013-08-26 09:23:45 +02:00
libavdevice libavutil: Make avpriv_open a library-internal function on msvcrt 2013-08-10 00:53:33 +03:00
libavfilter vf_fps: add 'start_time' option 2013-08-20 14:10:02 -04:00
libavformat movenc: Check for errors from mov_create_chapter_track 2013-08-27 10:26:10 +03:00
libavresample
libavutil libavutil: Make avpriv_open a library-internal function on msvcrt 2013-08-10 00:53:33 +03:00
libswscale swscale: Move extern declarations for tables to swscale_internal.h 2013-08-15 14:38:03 +02:00
presets
tests movenc: Make tkhd "enabled" flag QuickTime compatible 2013-08-23 09:55:42 +02:00
tools
.gitignore
arch.mak
avconv_filter.c
avconv_opt.c
avconv.c
avconv.h
avplay.c
avprobe.c
avserver.c
Changelog Voxware MetaSound decoder 2013-08-08 10:52:44 +02:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure Add a libfdk-aac decoder 2013-08-20 14:27:27 -04:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
INSTALL
library.mak
LICENSE
Makefile
README
RELEASE
version.sh

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.