FFmpeg git repo
Go to file
Justin Ruggles f1e73100d9 siff: do not set AVCodecContext.frame_size
also, properly set AVCodecContext.bits_per_coded_sample, AVStreasm.start_time,
and AVPacket.duration.
2012-03-05 13:08:17 -05:00
doc avcodec: add av_get_audio_frame_duration() function. 2012-03-05 13:08:15 -05:00
libavcodec avcodec: add av_get_audio_frame_duration() function. 2012-03-05 13:08:15 -05:00
libavdevice libcdio: add a forgotten AVClass to the private context. 2012-03-04 21:01:41 +01:00
libavfilter Mark mutable static data const where appropriate. 2012-02-21 09:47:07 -08:00
libavformat siff: do not set AVCodecContext.frame_size 2012-03-05 13:08:17 -05:00
libavutil x86inc: don't "bake" stack_offset in named arguments. 2012-03-03 20:39:59 -08:00
libswscale swscale: remove "cpu flags" from -sws_flags description. 2012-03-04 06:52:06 -08:00
presets
tests aiffdec: do not set AVCodecContext.frame_size 2012-03-05 13:08:17 -05:00
tools ismindex: Fix build on mingw 2012-01-26 00:04:28 +02:00
.gitignore Remove libpostproc. 2012-02-23 19:36:16 +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
Changelog Windows Media Audio Lossless decoder 2012-03-02 19:10:29 +01:00
Doxyfile
INSTALL
LICENSE Remove libpostproc. 2012-02-23 19:36:16 +01:00
Makefile Remove libpostproc. 2012-02-23 19:36:16 +01:00
README
RELEASE
avconv.c avconv: set discard on input streams automatically. 2012-02-26 19:30:50 +01:00
avplay.c avplay: remove an unused variable. 2012-02-29 07:24:34 +01:00
avprobe.c Mark mutable static data const where appropriate. 2012-02-21 09:47:07 -08:00
avserver.c Mark mutable static data const where appropriate. 2012-02-21 09:47:07 -08:00
cmdutils.c cmdutils: use new avcodec_is_decoder/encoder() functions. 2012-03-04 21:09:35 +01:00
cmdutils.h Drop unnecessary prefix from *sink* variable and struct names. 2012-01-25 12:28:36 +01:00
cmdutils_common_opts.h
common.mak
configure lavc: drop libdirac encoder. 2012-02-23 19:50:46 +01:00
library.mak
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.