index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
rtpdec_mpeg4.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtpdec_mpeg4: validate fmtp fields
Luca Barbato
2016-08-23
1
-3
/
+14
*
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-05-04
1
-2
/
+2
*
lavf: replace AVStream.codec with AVStream.codecpar
Anton Khirnov
2016-02-23
1
-9
/
+9
*
lavc: Consistently prefix input buffer defines
Vittorio Giovara
2015-07-27
1
-1
/
+1
*
rtpdec: Rename the free method to close
Martin Storsjö
2015-02-24
1
-2
/
+2
*
rtpdec: Don't free the payload context in the .free function
Martin Storsjö
2015-02-24
1
-1
/
+0
*
rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions
Martin Storsjö
2015-02-24
1
-1
/
+1
*
rtpdec: Add const to string parameters in internal fmtp parsing functions
Martin Storsjö
2015-02-24
1
-1
/
+1
*
rtpdec: Get rid of all trivial .alloc/.free functions
Martin Storsjö
2015-02-24
1
-6
/
+2
*
rtpdec: Set need_parsing via a handler field
Martin Storsjö
2015-02-24
1
-10
/
+1
*
rtpdec: Add missing trailing commas
Martin Storsjö
2015-02-24
1
-1
/
+1
*
rtpdec_mpeg4: reassemble fragmented AAC frames
Gilles Chanteperdrix
2015-02-21
1
-2
/
+57
*
rtpdec_mpeg4: add more verbose error logging
Gilles Chanteperdrix
2015-02-21
1
-6
/
+18
*
avformat: Don't anonymously typedef structs
Diego Biurrun
2015-02-14
1
-1
/
+1
*
rtpdec: pass an AVFormatContext to ff_parse_fmtp()
Anton Khirnov
2014-07-09
1
-2
/
+3
*
avformat: Add av_cold attributes to init functions missing them
Diego Biurrun
2013-05-05
1
-1
/
+3
*
rtpdec: Move setting the parsing flags to the actual depacketizers
Martin Storsjö
2013-01-20
1
-0
/
+9
*
rtpdec_mpeg4: Return one AAC AU per AVPacket
Martin Storsjö
2013-01-20
1
-12
/
+31
*
rtpdec_mpeg4: Check the remaining amount of data before reading
Martin Storsjö
2013-01-16
1
-2
/
+11
*
rtpdec_mpeg4: Check the return value from malloc
Martin Storsjö
2013-01-15
1
-1
/
+5
*
rtpdec: Pass the sequence number to depacketizers
Martin Storsjö
2012-12-21
1
-1
/
+2
*
rtpdec_mpeg4: Cosmetic cleanup
Martin Storsjö
2012-12-12
1
-12
/
+7
*
rtpdec_mpeg4: au_headers is a single array, simple av_free is enough
Janne Grunau
2012-10-09
1
-9
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-3
/
+3
*
rtsp: Don't expose the MS-RTSP RTX data stream to the caller
Martin Storsjö
2012-04-08
1
-0
/
+3
*
doxygen: Do not include license boilerplates in Doxygen comment blocks.
Diego Biurrun
2012-02-06
1
-1
/
+1
*
Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.
Diego Biurrun
2011-11-28
1
-3
/
+0
*
Replace all usage of strcasecmp/strncasecmp
Reimar Döffinger
2011-11-06
1
-2
/
+1
*
rtp: Rename the open/close functions to alloc/free
Martin Storsjö
2011-04-24
1
-4
/
+4
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Remove a few if (p) av_free(p) forms
Clément Bœsch
2011-02-03
1
-2
/
+1
*
Make hex_to_data a lavf internal function
Martin Storsjö
2010-08-09
1
-31
/
+2
*
Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file
Martin Storsjö
2010-07-30
1
-1
/
+1
*
Move SPACE_CHARS back to libavformat/internal.h
Martin Storsjö
2010-07-16
1
-0
/
+1
*
Reindent
Josh Allmann
2010-06-28
1
-18
/
+18
*
rtpdec: Clean up FMTP parsing code in MPEG-4/AAC RTP depacketizer
Josh Allmann
2010-06-28
1
-19
/
+14
*
rtpdec: Move space_chars from avformat/internal to rtpdec
Josh Allmann
2010-06-28
1
-1
/
+0
*
rtpdec_mpeg4: Rename PayloadContext to be consistently 'data'
Josh Allmann
2010-06-25
1
-24
/
+24
*
RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references...
Josh Allmann
2010-06-25
1
-26
/
+59
*
rtpdec: Move AAC depacketization code in rtpdec to a proper payload handler
Josh Allmann
2010-06-25
1
-1
/
+83
*
RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.c
Josh Allmann
2010-06-25
1
-2
/
+48
*
RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c
Josh Allmann
2010-06-25
1
-0
/
+125