FFmpeg git repo
Go to file
Pavel Koshevoy 277e52845e Modified to generate PAT/PMT for video keyframes
This is so that TS fragments produced by
http://code.google.com/p/httpsegmenter/
would be compatible with JW Player.

A new member variable prev_payload_key was added to MpegTSWriteStream
to help detect transition from non-key to key frame, so that
PAT/PMT would not be produced for every keyframe in intra-only videos.

Signed-off-by: Pavel Koshevoy <pkoshevoy@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-02-11 23:57:35 +01:00
doc Merge remote-tracking branch 'qatar/master' 2012-02-10 01:20:07 +01:00
ffpresets
libavcodec lagarith: Fix out of array reads. 2012-02-11 23:57:35 +01:00
libavdevice Merge remote-tracking branch 'qatar/master' 2012-02-11 01:22:22 +01:00
libavfilter Merge remote-tracking branch 'qatar/master' 2012-02-10 01:20:07 +01:00
libavformat Modified to generate PAT/PMT for video keyframes 2012-02-11 23:57:35 +01:00
libavutil Merge remote-tracking branch 'qatar/master' 2012-02-10 01:20:07 +01:00
libpostproc
libswresample
libswscale Merge remote-tracking branch 'qatar/master' 2012-02-10 01:20:07 +01:00
mt-work
presets
tests Modified to generate PAT/PMT for video keyframes 2012-02-11 23:57:35 +01:00
tools
.gitignore
Changelog
cmdutils_common_opts.h
cmdutils.c cmdutils: update copyright year to 2012. 2012-02-08 10:31:14 -08:00
cmdutils.h
common.mak
configure Add missing swscale dependency for MP-filters. 2012-02-10 17:39:36 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1 cosmetics: Delete empty lines at end of file. 2012-02-09 12:26:45 +01:00
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c Merge remote-tracking branch 'qatar/master' 2012-02-11 01:22:22 +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.

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

* See the LICENSE file.