1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-28 20:53:54 +02:00
Go to file
Janne Grunau 66a71d989f aacdec: refactor the actual aac decoding code into its own function
aac_decode_frame() remains as AVPacket handling a wrapper. The actual
decoding function takes a GetBitContext as input and will be used be the
AAC LATM decoder to avoid copying the unaligned AAC bitstream.

Originally committed as revision 25640 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-11-02 08:29:43 +00:00
doc ffmpeg.c: extend map_meta_data to allow advanced mappings 2010-11-02 06:01:28 +00:00
ffpresets
libavcodec aacdec: refactor the actual aac decoding code into its own function 2010-11-02 08:29:43 +00:00
libavcore
libavdevice
libavfilter
libavformat Document url_write(). 2010-10-31 16:11:56 +00:00
libavutil Make strmatch() return 1 only if the string compared against the 2010-11-01 09:34:21 +00:00
libpostproc
libswscale Store src/dstFormat after calling handle_jpeg 2010-10-29 13:48:12 +00:00
tests
tools
Changelog
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c ffmpeg.c: reindent 2010-11-02 06:12:56 +00:00
ffplay.c
ffprobe.c
ffserver.c
ffserver.h
INSTALL
LICENSE
MAINTAINERS
Makefile
README
subdir.mak
version.sh

FFmpeg README
-------------

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.