FFmpeg git repo
Go to file
Clément Bœsch f7c46d251c ffserver: fix seeking with ?date=...
Regression since 5f847bf61d.

After this commit, timestamps pushed by FFmpeg won't be relative
anymore, but absolute (based on the date/time at the beginning of the
push). This will allow seeking to work properly. Before this patch, the
seek was done, but ffm timestamps were way smallers than the absolute
requested timestamp (based on a date), so the seek was done, but to the
end of the stream (which was similar to no effect at all).
2012-10-08 09:03:19 +02:00
compat
doc doc/RELEASE_NOTES: update for the 9 release. 2012-10-06 13:55:18 +02:00
libavcodec Fix build failure on osx 10.5.8 ppc 2012-10-08 05:40:26 +02:00
libavdevice Merge remote-tracking branch 'qatar/master' 2012-10-06 13:45:08 +02:00
libavfilter vf_tile: fix typos/grammar in comments 2012-10-06 11:34:10 -05:00
libavformat ffserver: fix seeking with ?date=... 2012-10-08 09:03:19 +02:00
libavresample Merge remote-tracking branch 'qatar/master' 2012-10-06 13:45:08 +02:00
libavutil xtea: give constants the correct type 2012-10-08 03:44:18 +02:00
libpostproc
libswresample swr-test: avoid VLA 2012-10-06 13:48:47 +02:00
libswscale Merge remote-tracking branch 'qatar/master' 2012-10-06 13:45:08 +02:00
presets
tests Merge remote-tracking branch 'qatar/master' 2012-10-07 11:28:38 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Pinnacle TARGA CineWave YUV16 decoder (fourcc Y216). 2012-10-06 06:20:52 +02:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h Merge remote-tracking branch 'qatar/master' 2012-10-06 13:45:08 +02:00
cmdutils_common_opts.h
common.mak
configure configure: enable -Werror=vla 2012-10-06 14:03:32 +02:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c ffserver: fix seeking with ?date=... 2012-10-08 09:03:19 +02:00
ffplay.c
ffprobe.c ffprobe: reindent after previous commit 2012-10-05 23:58:23 +02:00
ffserver.c
library.mak
version.sh

README

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.