1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-02 03:06:28 +02:00
Go to file
Björn Axelsson 2947e7b7a7 flvenc: don't write random data if seek fails
The FLV muxer tries to update the header in write_trailer, which is
impossible if writing to a pipe or network stream. Don't write header
data if seek to header fails.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-13 21:54:35 +01:00
compat
doc docs: -asyncts has been replaced by aresample not asyncts in ffmpeg 2012-12-13 21:54:35 +01:00
libavcodec cavsdec: check ff_get_buffer() return value 2012-12-13 14:32:58 +01:00
libavdevice
libavfilter aresample: increase n_out buffer size a bit to reduce delay in some corner cases 2012-12-13 18:17:48 +01:00
libavformat flvenc: don't write random data if seek fails 2012-12-13 21:54:35 +01:00
libavresample Merge remote-tracking branch 'qatar/master' 2012-12-12 10:50:21 +01:00
libavutil Merge remote-tracking branch 'qatar/master' 2012-12-13 12:23:48 +01:00
libpostproc
libswresample
libswscale
presets
tests
tools qt-faststart: Check offset_count 2012-12-13 15:07:20 +01:00
.gitignore
arch.mak
Changelog lavfi: add aselect audio variant of select 2012-12-13 00:10:24 +01:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg.c ffmpeg: sub2video: use start and end time. 2012-12-12 15:05:50 +01:00
ffmpeg.h ffmpeg: sub2video: use start and end time. 2012-12-12 15:05:50 +01:00
ffplay.c
ffprobe.c
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS
Makefile
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.