]> git.sesse.net Git - ffmpeg/history - libavformat/rtpdec.c
Moves the display of metadata to dump_format()
[ffmpeg] / libavformat / rtpdec.c
2009-04-14 Ronald S. BultjeAdd a Vorbis payload parser. Implemented by Colin McQui...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-03-20 Ronald S. BultjeAssign the x-pf-asf payload string to be decoded by...
2009-03-03 Ronald S. BultjeDon't let finalize_packet() touch pkt->stream_index...
2009-03-03 Ronald S. BultjeReindent after r17764.
2009-03-03 Ronald S. BultjeIn the current implementation of rtp_parse_packet(...
2009-02-26 Ronald S. BultjeImplement marker bit, which is used for several RTP...
2009-02-06 Luca AbeniSplit rtp.h in rtp.h, rtpdec.h, and rtpenc.h
2009-02-06 Ronald S. BultjeAdd "AVFormatContext *ctx" (that being the RTSP demuxer...
2009-01-27 Luca AbeniMerge rtp_internal.h in rtp.h, and remove rtp_internal.h
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-12-13 Luca AbeniRename rtp_payload_data_t to avoid clashes with the...
2008-10-04 Ronald S. BultjeRemove access into RTPDemuxContext in rtsp.c, which...
2008-10-04 Ronald S. BultjeChange function prototype of RTPDynamicPayloadHandler...
2008-09-29 Diego BiurrunUniformly define _XOPEN_SOURCE to 600.
2008-09-07 Ronald S. BultjeGive register_dynamic_payload_handler() in rtpdec.c...
2008-08-22 Luca AbeniDo not set timestamp information for a non existing...
2008-08-14 Aurelien Jacobsensure we get explicit definition of various _XOPEN_SOU...
2008-07-13 Måns RullgårdRTP: use dprintf(), allow compilation with -DDEBUG
2008-07-02 Luca AbeniReindent after last commit
2008-07-02 Luca AbeniFix A/V synch for RTP streams that do not contain MPEG1...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-03-15 Diego Biurruntypo fixes
2008-01-18 Ronald S. BultjeAdd a flags field to the RTPDynamicPayloadPacketHandler...
2008-01-10 Ronald S. BultjeReindent after r11493 (always use parse_packet() vfunc...
2008-01-10 Ronald S. BultjeMake rtp_parse_packet() always call the vfunc of the...
2008-01-04 Luca AbeniSplit the RTP demuxing functions out of rtp.c, to simpl...