FFmpeg git repo
Go to file
Justin Ruggles 44d2a982ac dsicin: fix several audio-related fields in the CIN demuxer
bits_per_coded_sample should be 8.
block_align is calculated incorrectly, but it is not needed anyway.
packet pts should be calculated in samples.
packet duration can be set.
2011-10-29 16:43:40 -04:00
doc avcodec: remove avcodec_parse_frame and deprecate associated elements. 2011-10-27 22:06:32 -04:00
libavcodec flacdec: use av_get_bytes_per_sample() to get sample size 2011-10-29 16:05:25 -04:00
libavdevice pulse: introduce pulseaudio input 2011-10-26 16:39:33 -07:00
libavfilter
libavformat dsicin: fix several audio-related fields in the CIN demuxer 2011-10-29 16:43:40 -04:00
libavutil
libpostproc
libswscale
presets
tests remove the zork pcm seek test 2011-10-26 18:48:02 -04:00
tools tools/pktdumper: update to recent avformat api 2011-10-28 19:08:38 +02:00
.gitignore
avconv.c
avplay.c
avprobe.c
avserver.c
Changelog pulse: introduce pulseaudio input 2011-10-26 16:39:33 -07:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure pulse: introduce pulseaudio input 2011-10-26 16:39:33 -07:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c
INSTALL
LICENSE
Makefile
README
RELEASE
subdir.mak
version.sh

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.