1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-28 20:53:54 +02:00
Go to file
Federico Simoncelli b13d6c837f pulse: set time_base as multiple of sample_rate
The stream time_base has been changed to be a multiple of the
device sample_rate. Now the frame_duration computation is simpler
and a message will warn about problematic frame_size values.

Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-05 18:44:06 +01:00
compat
doc doc/protocols/file: fix semantical reverse 2014-01-05 00:43:51 +01:00
libavcodec Merge commit '7f29644108c5fbd80f160930b31b78b8704c1a49' 2014-01-05 02:18:57 +01:00
libavdevice pulse: set time_base as multiple of sample_rate 2014-01-05 18:44:06 +01:00
libavfilter avfilter/lut3d: fix channel order in Iridas format parsing. 2014-01-04 09:42:31 +01:00
libavformat avformat/nutdec: remove unused variable 2014-01-05 17:27:23 +01:00
libavresample Merge commit 'cc976a75dffa148d655b52604331679ff669e8a2' 2014-01-04 02:30:07 +01:00
libavutil avutil/rational: av_add_stable() test code 2014-01-04 15:10:14 +01:00
libpostproc
libswresample
libswscale
presets
tests Merge commit '9d18a7d3ec09d6d933d648570643fde924aa391a' 2014-01-05 02:37:22 +01:00
tools
.gitignore
arch.mak
Changelog Changelog: add nuts side & metadata support 2014-01-04 15:07:52 +01:00
cmdutils_common_opts.h
cmdutils_opencl.c
cmdutils.c
cmdutils.h
common.mak
configure Merge remote-tracking branch 'qatar/master' 2014-01-05 13:29:44 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg: do not fail when options are routed to libavformat and libavcodec and only one can be used 2014-01-03 02:24:27 +01:00
ffmpeg_vdpau.c
ffmpeg.c
ffmpeg.h
ffplay.c
ffprobe.c
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS MAINTAINERS: add myself for spdif* and hls.c 2014-01-03 15:05:48 +02:00
Makefile
README
RELEASE
version.sh

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.