FFmpeg git repo
Go to file
Andrey Utkin c22e2ec9d1 avconv: set AVFormatContext.duration from '-t'
Set output files duration to recording_time option, if given.
Rationale: to save duration into metadata for file that is written to
non-seekable output, for formats like FLV (with metadata at beginning).

Signed-off-by: Anton Khirnov <anton@khirnov.net>
2012-02-12 17:15:41 +01:00
doc cosmetics: Delete empty lines at end of file. 2012-02-09 12:26:45 +01:00
libavcodec cljr: implement encode2. 2012-02-12 08:05:57 +01:00
libavdevice 4xm, timefilter: K&R formatting cosmetics 2012-02-10 15:48:50 +01:00
libavfilter yadif: specify array size outside DECLARE_ALIGNED 2012-02-09 21:28:37 +01:00
libavformat cafdec: Check return value of avio_seek and avoid modifying state if it fails 2012-02-10 15:27:50 -05:00
libavutil build: Add missing directories to DIRS declarations. 2012-02-09 12:26:48 +01:00
libpostproc
libswscale swscale: enforce a minimum filtersize. 2012-02-11 10:06:50 -08:00
presets
tests cljr: set the properties of the coded_frame, not input frame. 2012-02-12 08:05:38 +01:00
tools
.gitignore
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
Changelog
Doxyfile
INSTALL
LICENSE
Makefile
README
RELEASE
avconv.c avconv: set AVFormatContext.duration from '-t' 2012-02-12 17:15:41 +01:00
avplay.c
avprobe.c
avserver.c
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure
library.mak
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.