1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-28 20:53:54 +02:00
Go to file
Carl Eugen Hoyos 237f13290b movdec: Set frame_size for AMR
Earlier, sc->samples_per_frame was used for setting the frame size,
but all files don't have that set properly. The frame size is a
known constant for these codecs.

If frame_size isn't set, the mov/3gp muxer refuses to mux it.

This fixes stream copy of audio from
https://roundup.libav.org/file1248/Video_With_AMR-NB_Audio.3gp
to another 3gp file (roundup issue 2468).

Signed-off-by: Martin Storsjö <martin@martin.st>
2011-11-05 16:30:18 +02:00
doc avformat: Add functions for doing global network initialization 2011-11-05 12:17:51 +02:00
libavcodec h264_weight: remove duplication functions. 2011-11-05 07:16:30 -07:00
libavdevice pulse: introduce pulseaudio input 2011-10-26 16:39:33 -07:00
libavfilter libavfilter: reindent. 2011-11-05 07:01:39 -07:00
libavformat movdec: Set frame_size for AMR 2011-11-05 16:30:18 +02:00
libavutil Replace some forgotten FFmpeg references by Libav. 2011-11-02 10:42:55 +01:00
libpostproc
libswscale swscale: align vertical filtersize by 2 on x86. 2011-11-05 07:06:38 -07:00
presets presets: spelling error in libvpx 1080p50_60 2011-10-22 00:28:56 +02:00
tests Replace vendor string in Ogg and FLAC muxers. 2011-11-02 10:43:39 +01:00
tools tools/pktdumper: update to recent avformat api 2011-10-28 19:08:38 +02:00
.gitignore
avconv.c avconv: add -dump_attachment option. 2011-11-03 07:29:29 +01:00
avplay.c Replace outdated references to ffmpeg tool with avconv. 2011-11-02 10:42:54 +01:00
avprobe.c cmdutils/avtools: simplify show_help() by using av_opt_child_class_next() 2011-10-12 16:51:17 +02:00
avserver.c Replace outdated references to ffmpeg tool with avconv. 2011-11-02 10:42:54 +01:00
Changelog avformat: Add the https protocol 2011-11-05 12:09:36 +02:00
cmdutils_common_opts.h avtools: add -v as alias for -loglevel 2011-10-09 16:53:06 +01:00
cmdutils.c cmdutils: Rename read_file to cmdutils_read_file 2011-10-31 16:29:29 +02:00
cmdutils.h cmdutils: Rename read_file to cmdutils_read_file 2011-10-31 16:29:29 +02:00
common.mak
configure avformat: Add the https protocol 2011-11-05 12:09:36 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c cmdutils: Rename read_file to cmdutils_read_file 2011-10-31 16:29:29 +02:00
INSTALL
LICENSE
Makefile presets: rename presets directory 2011-10-19 21:20:17 +02:00
README
RELEASE
subdir.mak
version.sh

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.