FFmpeg git repo
Go to file
Martin Storsjö a78dbada55 movenc: Don't store a nonzero creation time if nothing was set by the caller
If the creation time is stored in the file as a zero, the
mov demuxer skips exporting the creation time. Currently,
files muxed without a creation time get demuxed with a
Jan 1st 1970 creation timestamp.

Signed-off-by: Martin Storsjö <martin@martin.st>
2012-01-10 16:02:07 +02:00
doc doc: fix stray reference to FFmpeg 2012-01-10 05:04:22 +01:00
libavcodec bmpdec: support for rgb444 with bitfields compression 2012-01-10 05:58:19 -08:00
libavdevice v4l2: use C99 struct initializer 2012-01-10 05:04:22 +01:00
libavfilter cosmetics: drop some pointless parentheses 2012-01-07 22:13:07 +01:00
libavformat movenc: Don't store a nonzero creation time if nothing was set by the caller 2012-01-10 16:02:07 +02:00
libavutil mpegaudiodec: optimized iMDCT transform 2012-01-08 17:40:55 -08:00
libpostproc Place some START_TIMER invocations in separate blocks. 2012-01-04 15:05:49 +01:00
libswscale rgb2rgb: allow conversion for <15 bpp 2012-01-09 20:09:41 -08:00
presets
tests fate: Add tests for more AAC features. 2012-01-09 11:21:40 -08:00
tools Fix a bunch of typos. 2012-01-02 16:41:25 +01:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog adx: add an adx muxer 2012-01-03 18:47:42 -05:00
Doxyfile doxy: add website-alike style to the html output 2011-12-25 14:34:32 +01:00
INSTALL
LICENSE
Makefile
README
RELEASE Prepare for 0.8_beta1 snapshot release 2011-12-23 15:38:15 +01:00
avconv.c avconv: add symbolic names for -vsync parameters 2012-01-04 21:25:25 +01:00
avplay.c avplay: Don't call avio_set_interrupt_cb(NULL) 2012-01-04 11:03:45 +02:00
avprobe.c
avserver.c
cmdutils.c cmdutils: K&R reformatting cosmetics 2012-01-03 21:10:09 +01:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure v4l2: list available formats 2012-01-04 13:10:20 +01:00
ffmpeg.c
library.mak
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.