1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00
Go to file
ChanMin Kim 4293464705 lavf/segment: do not copy codec_tag when not available
Some muxers do not allow stream if codec_tag is incompatible.

Sometimes the passed input codec's codec_tag is not compatible with the
output muxer.

Because the codec_tag field of the segment muxer cannot be set, ffmpeg.c
doesn't know how to handle these cases.

Signed-off-by: ChanMin Kim <kcm1700@gmail.com>
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-20 19:19:31 +01:00
compat
doc the hyperlink to the Developer's Certificate of Origin no longer works; use Linux kernel hyperlink 2012-11-20 19:19:31 +01:00
libavcodec add some planar PCM encoders 2012-11-20 17:29:00 +00:00
libavdevice
libavfilter af_aresample: allocate at least 1 sample buffer. Fix null ptr dereference. 2012-11-19 15:55:54 +01:00
libavformat lavf/segment: do not copy codec_tag when not available 2012-11-20 19:19:31 +01:00
libavresample
libavutil mips: Optimization of AC3 FP encoder and EAC3 FP decoder 2012-11-19 22:24:44 +01:00
libpostproc
libswresample swr: set default channel count options to 0. 2012-11-19 18:49:14 +01:00
libswscale Merge remote-tracking branch 'qatar/master' 2012-11-19 14:24:20 +01:00
presets
tests Merge remote-tracking branch 'qatar/master' 2012-11-20 14:35:27 +01:00
tools
.gitignore
arch.mak
Changelog
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure Merge commit '1c5805521c3e406886341d752ebf38f8d41e1d13' 2012-11-19 14:05:41 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg.c
ffmpeg.h
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.