FFmpeg git repo
Go to file
Reimar Döffinger 912a838efe latmenc: fix muxing of byte-aligned DSE.
This will only work for DSEs that are first in a packet, but
that is enough to fix handling of the reference files in
fate-suite/aac (though most of them still have other issues).

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2012-04-12 20:27:47 +02:00
doc ffmpeg: add -benchmark_all option. 2012-04-12 09:35:09 +02:00
ffpresets
libavcodec ratecontrol: Use ticks_per_frame to calculate fps. 2012-04-12 12:54:54 +02:00
libavdevice
libavfilter vf_lut: fix rgba map regression 2012-04-12 02:02:30 +02:00
libavformat latmenc: fix muxing of byte-aligned DSE. 2012-04-12 20:27:47 +02:00
libavutil
libpostproc
libswresample swr: add a swr_flags AVOption 2012-04-11 14:10:22 +02:00
libswscale
mt-work
presets
tests latmenc: fix muxing of byte-aligned DSE. 2012-04-12 20:27:47 +02:00
tools
.gitignore
Changelog ffmpeg: add -benchmark_all option. 2012-04-12 09:35:09 +02:00
cmdutils_common_opts.h
cmdutils.c cmdutils: parse options for swr 2012-04-11 14:10:21 +02:00
cmdutils.h cmdutils: parse options for swr 2012-04-11 14:10:21 +02:00
common.mak
configure
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c ffmpeg: fix ticks_per_frame for the avi stream copy case 2012-04-12 12:57:22 +02:00
ffplay.c Merge remote-tracking branch 'qatar/master' 2012-04-11 22:50:22 +02:00
ffprobe.c
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS
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.