1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-28 20:53:54 +02:00
FFmpeg/libavformat
nu774 6ec688e1bc mp3: enable packed main_data decoding in MP4
14496-3 suggests packing main_data of MP3 that is usually scattered
into multiple frames due to bit reservoir.

However, after packing main_data into a access unit, bitrate index
in the MPEG audio frame header doesn't match with actual frame size.

In order to accept this, this patch removes unnecessary frame size
checking on mp3 decoder.

Also, mov demuxer was changed to use MP3 parser only on special cases
(QT MOV with specific sample description) to avoid re-packetizing.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2015-06-20 12:18:01 +03:00
..
4xm.c
a64.c
aacdec.c
ac3dec.c
adtsenc.c
adxdec.c avformat/adxdec: set avctx->channels in adx_read_header 2015-03-05 15:57:48 +01:00
aea.c
aiff.h
aiffdec.c
aiffenc.c
allformats.c mpjpeg: Initial implementation 2015-06-07 10:14:45 +02:00
amr.c
anm.c
apc.c
ape.c
apetag.c
apetag.h
asf.c
asf.h
asfcrypt.c
asfcrypt.h
asfdec.c Replace av_dlog with normal av_log at trace level 2015-04-19 12:41:59 +01:00
asfenc.c asfenc: fix leaking asf->index_ptr on error 2015-03-11 20:24:59 +01:00
assdec.c Replace av_dlog with normal av_log at trace level 2015-04-19 12:41:59 +01:00
assenc.c
au.c
audiointerleave.c audiointerleave: Always initialize new_pkt 2015-06-08 13:03:10 +01:00
audiointerleave.h
avc.c
avc.h
avformat.h
avi.h
avidec.c avi: Validate sample_size 2015-05-09 15:51:31 +02:00
avienc.c
avio_internal.h avio: Add avio_read wrapper to simplify error checking 2015-05-31 13:05:13 +02:00
avio.c lavf: Explicitly convert types at function pointer assignment 2015-03-11 23:53:13 +01:00
avio.h avio: Add avio_put_str16be 2015-06-07 10:14:45 +02:00
aviobuf.c avio: Add avio_put_str16be 2015-06-07 10:14:45 +02:00
avisynth.c avisynth: Simplify shared library name construction 2015-04-15 14:52:57 +02:00
avlanguage.c
avlanguage.h
avs.c
bethsoftvid.c
bfi.c
bink.c
bmv.c
c93.c
caf.c
caf.h
cafdec.c
cavsvideodec.c
cdg.c
cdxl.c
concat.c
crcenc.c
crypto.c
cutils.c
dashenc.c dashenc: Reduce the segment duration if cutting out parts with edit lists 2015-05-10 22:57:21 +03:00
dauddec.c
daudenc.c
dfa.c
diracdec.c
dnxhddec.c
dsicin.c
dss.c lavf: Add DSS demuxer 2015-02-19 12:05:19 -05:00
dtsdec.c dca: Move syncword definitions to a separate header 2015-03-04 13:29:33 +01:00
dump.c dump: Print AVAudioServiceType side data 2015-05-06 14:57:46 +01:00
dv.c
dv.h
dvenc.c
dxa.c
eacdata.c
electronicarts.c
ffmeta.h
ffmetadec.c
ffmetaenc.c
file_open.c
file.c
filmstripdec.c
filmstripenc.c
flac_picture.c
flac_picture.h
flacdec.c
flacenc_header.c
flacenc.c
flacenc.h
flic.c
flv.h flv: Name an enum and use its type 2015-06-12 17:02:49 +01:00
flvdec.c flv: Name an enum and use its type 2015-06-12 17:02:49 +01:00
flvenc.c flv: Validate and reject unsupported codecs 2015-03-04 18:28:40 +01:00
format.c
framecrcenc.c
framehash.c
g722.c
g723_1.c
gif.c
gopher.c
gsmdec.c
gxf.c
gxf.h
gxfenc.c
h261dec.c
h263dec.c
h264dec.c
hdsenc.c
hevc.c Replace av_dlog with normal av_log at trace level 2015-04-19 12:41:59 +01:00
hevc.h
hevcdec.c
hls.c
hlsenc.c hlsenc: write playlist into a temp file and replace the original atomically 2015-02-20 23:55:28 +02:00
hlsproto.c
hnm.c
http.c Replace av_dlog with normal av_log at trace level 2015-04-19 12:41:59 +01:00
http.h
httpauth.c
httpauth.h
icecast.c
id3v1.c
id3v1.h
id3v2.c id3v2: Do not export empty APIC description 2015-05-09 15:55:50 +02:00
id3v2.h
id3v2enc.c
idcin.c
idroqdec.c
idroqenc.c
iff.c
ilbc.c
img2.c lavf: Open PICT images with Quickdraw 2015-05-06 14:27:34 +01:00
img2dec.c
img2enc.c
ingenientdec.c
internal.h
ipmovie.c Replace av_dlog with normal av_log at trace level 2015-04-19 12:41:59 +01:00
isom.c Replace av_dlog with normal av_log at trace level 2015-04-19 12:41:59 +01:00
isom.h mov: Add option to keep exact packet sequence after seeking 2015-03-18 14:28:56 +00:00
iss.c
iv8.c
ivfdec.c
ivfenc.c
jvdec.c
latmenc.c
libavformat.v
librtmp.c
lmlm4.c
log2_tab.c
lxfdec.c
m4vdec.c
Makefile mpjpeg: Initial implementation 2015-06-07 10:14:45 +02:00
matroska.c matroskadec: export cover art correctly 2015-04-08 12:36:53 +02:00
matroska.h matroskadec: export cover art correctly 2015-04-08 12:36:53 +02:00
matroskadec.c mkv: Print unsupported mov tags when found 2015-05-12 15:28:31 +01:00
matroskaenc.c mkv: Correctly report the latest packet had been flushed 2015-06-09 14:27:54 +02:00
md5enc.c
md5proto.c
metadata.c
metadata.h
mm.c
mmf.c
mms.c mms: Check memory allocation 2015-03-21 23:18:15 +01:00
mms.h
mmsh.c Replace av_dlog with normal av_log at trace level 2015-04-19 12:41:59 +01:00
mmst.c Replace av_dlog with normal av_log at trace level 2015-04-19 12:41:59 +01:00
mov_chan.c mov: abort on EOF in ff_mov_read_chan 2015-05-31 13:05:12 +02:00
mov_chan.h
mov.c mp3: enable packed main_data decoding in MP4 2015-06-20 12:18:01 +03:00
movenc.c movenc: fixes a questionable valgrind uninitialized value warning 2015-06-10 14:32:11 +02:00
movenc.h movenc: Don't assume that fragment durations in pts is equal to duration in dts 2015-03-19 10:27:20 +02:00
movenchint.c libavformat: Use ffio_free_dyn_buf where applicable 2015-02-24 23:07:47 +02:00
mp3dec.c mp3: Properly use AVCodecContext API 2015-03-11 17:57:56 +00:00
mp3enc.c
mpc8.c
mpc.c
mpeg.c Replace av_dlog with normal av_log at trace level 2015-04-19 12:41:59 +01:00
mpeg.h
mpegenc.c Replace av_dlog with normal av_log at trace level 2015-04-19 12:41:59 +01:00
mpegts.c mpegts: Update the PSI/SI table only if the version change 2015-04-28 21:09:59 +02:00
mpegts.h
mpegtsenc.c Replace av_dlog with normal av_log at trace level 2015-04-19 12:41:59 +01:00
mpegvideodec.c
mpjpeg.c
mpjpegdec.c mpjpegdec: don't try to alloc an AVIOContext when probe is guaranteed to fail 2015-06-09 10:07:11 +02:00
msnwc_tcp.c
mtv.c
mux.c mux: Do not leave stale side data pointers in ff_interleave_add_packet() 2015-05-06 15:01:35 +01:00
mvdec.c
mvi.c
mxf.c
mxf.h
mxfdec.c Replace av_dlog with normal av_log at trace level 2015-04-19 12:41:59 +01:00
mxfenc.c Replace av_dlog with normal av_log at trace level 2015-04-19 12:41:59 +01:00
mxg.c
ncdec.c
network.c network: prevent SIGPIPE on OSX 2015-05-31 10:10:16 +03:00
network.h
noproxy-test.c
nsvdec.c Replace av_dlog with normal av_log at trace level 2015-04-19 12:41:59 +01:00
nullenc.c
nut.c
nut.h nut: Drop doxygen markers 2015-06-15 13:39:07 +02:00
nutdec.c nut: Make sure to clean up on read_header failure 2015-05-09 15:55:50 +02:00
nutenc.c libavformat: Use ffio_free_dyn_buf where applicable 2015-02-24 23:07:47 +02:00
nuv.c
oggdec.c ogg: Forward errors further 2015-04-20 12:41:33 +02:00
oggdec.h
oggenc.c
oggparsecelt.c
oggparsedirac.c
oggparseflac.c
oggparseogm.c
oggparseopus.c
oggparseskeleton.c
oggparsespeex.c
oggparsetheora.c
oggparsevorbis.c
oggparsevp8.c
oma.c
oma.h
omadec.c
omaenc.c
options_table.h
options.c avio: Rename avclass symbols relating to avio 2015-02-28 22:07:04 +02:00
os_support.c
os_support.h
paf.c
pcm.c
pcm.h
pcmdec.c
pcmenc.c
pmpdec.c
psxstr.c
pva.c
qcp.c
qtpalette.h
r3d.c Replace av_dlog with normal av_log at trace level 2015-04-19 12:41:59 +01:00
rawdec.c
rawdec.h
rawenc.c
rawenc.h
rawvideodec.c
rdt.c rdt: Use a separate variable to clarify the different value namespaces 2015-03-05 00:26:42 +02:00
rdt.h
replaygain.c
replaygain.h
riff.c riff: Add MNM4 FourCC as mpeg4 2015-06-15 12:29:25 +01:00
riff.h
riffdec.c
riffenc.c
rl2.c
rm.c
rm.h
rmdec.c Replace av_dlog with normal av_log at trace level 2015-04-19 12:41:59 +01:00
rmenc.c rmenc: Drop the temporary buffer for ac3 byteswap 2015-04-20 12:41:33 +02:00
rmsipr.c
rmsipr.h
rpl.c
rso.c
rso.h
rsodec.c
rsoenc.c
rtmp.h
rtmpcrypt.c rtmpdh: Pass the actual buffer size of the output secret key 2015-05-29 09:42:32 +03:00
rtmpcrypt.h
rtmpdh.c rtmpdh: Use GMP functions directly, instead of nettle wrappers 2015-06-01 10:38:54 +03:00
rtmpdh.h rtmpdh: Use GMP functions directly, instead of nettle wrappers 2015-06-01 10:38:54 +03:00
rtmphttp.c
rtmppkt.c
rtmppkt.h
rtmpproto.c Replace av_dlog with normal av_log at trace level 2015-04-19 12:41:59 +01:00
rtp.c
rtp.h
rtpdec_ac3.c rtpdec: Rename the free method to close 2015-02-24 23:07:50 +02:00
rtpdec_amr.c rtpdec: Use .init instead of .alloc to set default values 2015-02-24 23:07:28 +02:00
rtpdec_asf.c rtpdec_asf: Check memory allocation and free memory on error 2015-06-08 13:04:29 +01:00
rtpdec_dv.c rtpdec: Rename the free method to close 2015-02-24 23:07:50 +02:00
rtpdec_formats.h rtpdec: experimental VP9 depacketizer (draft 0) 2015-03-05 10:05:44 +02:00
rtpdec_g726.c
rtpdec_h261.c rtpdec: Rename the free method to close 2015-02-24 23:07:50 +02:00
rtpdec_h263_rfc2190.c rtpdec: Rename the free method to close 2015-02-24 23:07:50 +02:00
rtpdec_h263.c rtpdec: Set need_parsing via a handler field 2015-02-24 16:22:41 +02:00
rtpdec_h264.c rtpdec: Rename the free method to close 2015-02-24 23:07:50 +02:00
rtpdec_hevc.c Replace av_dlog with normal av_log at trace level 2015-04-19 12:41:59 +01:00
rtpdec_ilbc.c rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions 2015-02-24 23:07:22 +02:00
rtpdec_jpeg.c build: Split JPEG-related tables off into a separate component 2015-03-30 17:51:21 +02:00
rtpdec_latm.c rtpdec: Rename the free method to close 2015-02-24 23:07:50 +02:00
rtpdec_mpa_robust.c rtpdec_mpa_robust: Fix incrementing split_pos 2015-03-04 09:34:14 +02:00
rtpdec_mpeg4.c rtpdec: Rename the free method to close 2015-02-24 23:07:50 +02:00
rtpdec_mpeg12.c rtpdec: Set need_parsing via a handler field 2015-02-24 16:22:41 +02:00
rtpdec_mpegts.c rtpdec: Rename the free method to close 2015-02-24 23:07:50 +02:00
rtpdec_qcelp.c rtpdec: Get rid of all trivial .alloc/.free functions 2015-02-24 16:24:19 +02:00
rtpdec_qdm2.c rtpdec: Get rid of all trivial .alloc/.free functions 2015-02-24 16:24:19 +02:00
rtpdec_qt.c rtpdec_qt: Use a local variable instead of RTP_FLAG_KEY 2015-03-05 00:26:42 +02:00
rtpdec_svq3.c rtpdec: Rename the free method to close 2015-02-24 23:07:50 +02:00
rtpdec_vp8.c rtpdec: Rename the free method to close 2015-02-24 23:07:50 +02:00
rtpdec_vp9.c rtpdec_vp9: Drop extra sanity check for size of input packet 2015-03-11 18:01:25 +00:00
rtpdec_xiph.c rtpdec: Rename the free method to close 2015-02-24 23:07:50 +02:00
rtpdec.c Replace av_dlog with normal av_log at trace level 2015-04-19 12:41:59 +01:00
rtpdec.h rtpdec: Rename the free method to close 2015-02-24 23:07:50 +02:00
rtpenc_aac.c rtpenc: Don't set max_frames_per_packet based on the packet frame size or frame rate 2015-02-28 22:54:31 +02:00
rtpenc_amr.c rtpenc: Don't set max_frames_per_packet based on the packet frame size or frame rate 2015-02-28 22:54:31 +02:00
rtpenc_chain.c libavformat: Use ffio_free_dyn_buf where applicable 2015-02-24 23:07:47 +02:00
rtpenc_chain.h
rtpenc_h261.c
rtpenc_h263_rfc2190.c
rtpenc_h263.c
rtpenc_h264_hevc.c rtpenc: Merge the h264 and hevc packetizers 2015-02-24 16:25:43 +02:00
rtpenc_jpeg.c rtpenc_jpeg: Handle case of picture dimensions not dividing by 8 2015-04-23 23:20:03 +03:00
rtpenc_latm.c
rtpenc_mpegts.c rtpenc_mpegts: Set chain->rtp_ctx only after avformat_write_header succeeded 2015-03-10 09:58:41 +02:00
rtpenc_mpv.c
rtpenc_vp8.c
rtpenc_xiph.c rtpenc: Don't set max_frames_per_packet based on the packet frame size or frame rate 2015-02-28 22:54:31 +02:00
rtpenc.c Replace av_dlog with normal av_log at trace level 2015-04-19 12:41:59 +01:00
rtpenc.h rtpenc: Merge the h264 and hevc packetizers 2015-02-24 16:25:43 +02:00
rtpproto.c rtp: Add an option to set the send/receive buffer size 2015-04-01 14:26:35 +02:00
rtpproto.h
rtsp.c rtsp: Make sure we don't write too many transport entries into a fixed-size array 2015-04-24 16:07:14 +03:00
rtsp.h rtsp: Add a buffer_size option 2015-04-01 14:26:35 +02:00
rtspcodes.h
rtspdec.c lavf: split tls.c 2015-05-26 21:48:32 +03:00
rtspenc.c
sapdec.c
sapenc.c
sauce.c
sauce.h
sctp.c sctp: Always initialize outmsg struct 2015-06-08 13:01:33 +01:00
sdp.c
seek-test.c
segafilm.c
segment.c segment: Check open_null_ctx() return value 2015-06-12 17:02:48 +01:00
sierravmd.c
siff.c siff: Use the correct type for packet size variables 2015-03-09 12:58:17 +00:00
smacker.c
smjpeg.c
smjpeg.h
smjpegdec.c
smjpegenc.c
smoothstreamingenc.c
smush.c
sol.c
sox.h
soxdec.c
soxenc.c
spdif.c
spdif.h
spdifdec.c
spdifenc.c dca: Move syncword definitions to a separate header 2015-03-04 13:29:33 +01:00
srtdec.c
srtp.c
srtp.h
srtpproto.c
swf.c
swf.h
swfdec.c
swfenc.c lavf: Explicitly convert types at function pointer assignment 2015-03-11 23:53:13 +01:00
takdec.c
tcp.c libavformat: Handle error return from ff_listen_bind 2015-04-09 14:32:37 +02:00
thp.c
tiertexseq.c
tls_gnutls.c tls_gnutls: fix hang on disconnection 2015-06-14 19:50:03 +03:00
tls_openssl.c lavf: move TLS-related ifdeffery to library specific files 2015-05-26 21:48:51 +03:00
tls.c lavf: split tls.c 2015-05-26 21:48:32 +03:00
tls.h lavf: move TLS-related ifdeffery to library specific files 2015-05-26 21:48:51 +03:00
tmv.c
tta.c
tty.c
txd.c
udp.c udp: Fix pkt_size management 2015-03-29 17:35:59 +02:00
unix.c libavformat: Handle error return from ff_listen_bind 2015-04-09 14:32:37 +02:00
url-test.c
url.c
url.h
urldecode.c
urldecode.h
utils.c lavf: Fix variables constness in ff_iso8601_to_unix_time() 2015-04-20 18:43:33 +01:00
vc1test.c
vc1testenc.c
version.h avio: Add avio_put_str16be 2015-06-07 10:14:45 +02:00
voc.c
voc.h
vocdec.c
vocenc.c
vorbiscomment.c
vorbiscomment.h
vqf.c
wavdec.c
wavenc.c
wc3movie.c
westwood_aud.c
westwood_vqa.c
wtv.c
wv.c
wv.h
wvdec.c
wvenc.c
xa.c
xmv.c
xwma.c
yop.c
yuv4mpeg.h
yuv4mpegdec.c
yuv4mpegenc.c