Mercurial > libavformat.hg
graph
-
Make avc_find_startcode non-static, so that it can be used from other libavformat2008-01-15, by lucabe
-
Write 0 instead of seeking forward (and leaving bytes uninitalized), libavformat2008-01-12, by michael
-
Do not install rtp.h (which should have never been part of the public API) libavformat2008-01-11, by lucabe
-
Add one more parameter to avc_parse_nal_units so that it allows not to libavformat2008-01-11, by aurel
-
Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()), libavformat2008-01-10, by rbultje
-
Make rtp_parse_packet() always call the vfunc of the dynamic payload handler libavformat2008-01-10, by rbultje
-
Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so it libavformat2008-01-07, by ivo
-
Rename two structures, identifiers starting with _[A-Z] are reserved. libavformat2008-01-06, by diego
-
do not return an error, but warn and recover when encountering an audio packet libavformat2008-01-05, by ivo
-
Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependencies libavformat2008-01-04, by lucabe
-
Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's dependencies libavformat2008-01-04, by lucabe