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
/
rdt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavc: Consistently prefix input buffer defines
Vittorio Giovara
2015-07-27
1
-2
/
+2
*
rdt: Use a separate variable to clarify the different value namespaces
Martin Storsjö
2015-03-05
1
-3
/
+3
*
rtpdec: Rename the free method to close
Martin Storsjö
2015-02-24
1
-2
/
+2
*
rtpdec: Free depacketizers if the init function failed
Martin Storsjö
2015-02-24
1
-3
/
+0
*
rtpdec: Don't free the payload context in the .free function
Martin Storsjö
2015-02-24
1
-1
/
+0
*
rtpdec: Use .init instead of .alloc to set default values
Martin Storsjö
2015-02-24
1
-14
/
+7
*
rmdec: Check memory allocations from ff_rm_alloc_rmstream()
Hugo Beauzée-Luyssen
2015-02-17
1
-0
/
+2
*
rm: Use the correct codec_data_size signedness
Luca Barbato
2014-12-04
1
-1
/
+1
*
rdt: check malloc calls
Nidhi Makhijani
2014-05-24
1
-2
/
+6
*
lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from share...
Anton Khirnov
2013-10-28
1
-1
/
+1
*
lavf: Reset the entry count and allocation size variables on av_reallocp fail...
Martin Storsjö
2013-09-26
1
-1
/
+3
*
avformat: Use av_reallocp() where suitable
Alexandra Khirnova
2013-09-18
1
-7
/
+6
*
avformat: Drop unnecessary ff_ name prefixes from static functions
Diego Biurrun
2013-04-30
1
-5
/
+5
*
rtpdec: Pass the sequence number to depacketizers
Martin Storsjö
2012-12-21
1
-3
/
+3
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-3
/
+3
*
rdt: remove workaround for infinite loop with aac
Justin Ruggles
2012-03-05
1
-3
/
+0
*
Replace all uses of av_close_input_file() with avformat_close_input().
Anton Khirnov
2011-12-12
1
-1
/
+1
*
Fix a bunch of common typos.
Diego Biurrun
2011-12-11
1
-1
/
+1
*
rdt: Check the return value of avformat_open
Martin Storsjö
2011-11-07
1
-1
/
+5
*
lavf: replace av_new_stream->avformat_new_stream part II.
Anton Khirnov
2011-10-19
1
-1
/
+2
*
Deprecate av_open_input_* and remove their uses.
Anton Khirnov
2011-06-16
1
-2
/
+2
*
rtp: Rename the open/close functions to alloc/free
Martin Storsjö
2011-04-24
1
-2
/
+2
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
Anton Khirnov
2011-03-16
1
-3
/
+3
*
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-04
1
-1
/
+1
*
lavf: replace all uses of url_fskip with avio_seek
Anton Khirnov
2011-03-01
1
-3
/
+3
*
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-03-01
1
-1
/
+1
*
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-21
1
-6
/
+6
*
avio: rename av_alloc_put_byte -> avio_alloc_context for consistency
Anton Khirnov
2011-02-21
1
-1
/
+1
*
avio: move init_put_byte() to a new private header and rename it
Anton Khirnov
2011-02-20
1
-2
/
+3
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-2
/
+2
*
rtsp/rdt: Assign the RTSPStream index to AVStream->id
Martin Storsjö
2011-02-11
1
-9
/
+3
*
Remove final semicolon from some macros
Mans Rullgard
2011-02-10
1
-1
/
+1
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet buffer
Martin Storsjö
2010-10-01
1
-1
/
+2
*
get rid of MAX_STREAMS limit in RDT
Aurelien Jacobs
2010-08-09
1
-4
/
+18
*
Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.
Diego Biurrun
2010-07-02
1
-6
/
+6
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Remove dead initialization.
Ronald S. Bultje
2010-04-02
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-4
/
+4
*
Add a lowercase parameter to ff_data_to_hex
Martin Storsjö
2010-03-25
1
-2
/
+1
*
handler can be NULL if we did not support this dynamic format (codec).
Ronald S. Bultje
2010-01-07
1
-1
/
+1
*
Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the function
Ronald S. Bultje
2009-07-30
1
-1
/
+1
*
Use named initializers and use new/free_context() instead of extradata()
Colin McQuillan
2009-07-27
1
-9
/
+9
*
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-13
1
-1
/
+1
*
Reindent after r18010.
Ronald S. Bultje
2009-03-16
1
-3
/
+3
*
Remove packet returning in ff_rm_parse_packet() if we're using the packet
Ronald S. Bultje
2009-03-16
1
-3
/
+5
*
Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothing
Ronald S. Bultje
2009-02-26
1
-2
/
+2
*
Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h
Luca Abeni
2009-02-06
1
-1
/
+1
*
Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argument
Ronald S. Bultje
2009-02-06
1
-3
/
+3
[next]