Go to file
Martin Storsjö abb810db03 Revert "rtpenc_chain: Don't copy the time_base back to the caller"
While it strictly isn't necessary to copy the time base (since
any use of it is scaled in ff_write_chained), it still is better
to signal the actual time base to the caller, avoiding one
unnecessary rescaling. This also lets the caller know what the
actual internal time base is, in case that is useful info
for some caller.

This reverts commit 397ffde115.

Signed-off-by: Martin Storsjö <martin@martin.st>
2014-05-30 22:45:42 +03:00
compat
doc avresample: Add avresample_get_out_samples 2014-05-28 22:04:56 +02:00
libavcodec dsputil: Split off quarterpel bits into their own context 2014-05-29 06:48:31 -07:00
libavdevice build: handle library dependencies in configure 2014-05-13 20:02:01 +02:00
libavfilter af_resample: Use avresample_get_out_samples 2014-05-28 22:50:55 +02:00
libavformat Revert "rtpenc_chain: Don't copy the time_base back to the caller" 2014-05-30 22:45:42 +03:00
libavresample avresample: Add avresample_get_out_samples 2014-05-28 22:04:56 +02:00
libavutil aarch64: Use the correct syntax for relocations 2014-05-29 14:47:25 +03:00
libswscale build: handle library dependencies in configure 2014-05-13 20:02:01 +02:00
presets
tests matroskaenc: set the stream timebase earlier 2014-05-29 08:01:58 +02:00
tools
.gitignore
arch.mak
avconv_dxva2.c avconv_dxva2: define all used GUIDs directly instead of relying on the dxva2api.h header 2014-04-29 16:50:43 +02:00
avconv_filter.c
avconv_opt.c avconv: Support VDA hwaccel 2014-05-11 15:00:03 +02:00
avconv_vda.c avconv: Support VDA hwaccel 2014-05-11 15:00:03 +02:00
avconv_vdpau.c
avconv.c avconv: do not use poorly defined and undocumented AVStream.pts 2014-05-19 07:14:11 +02:00
avconv.h avconv: Support VDA hwaccel 2014-05-11 15:00:03 +02:00
avplay.c
avprobe.c
avserver.c
Changelog Add transformation matrix API. 2014-05-19 13:13:10 +02:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak build: export library dependencies in ${name}_FFLIBS 2014-05-20 00:43:51 +02:00
configure dsputil: Split off quarterpel bits into their own context 2014-05-29 06:48:31 -07:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
INSTALL
library.mak
LICENSE
Makefile build: add avresample after avcodec to FFLIBS 2014-05-15 17:53:55 +02:00
README
RELEASE
version.sh

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.