]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/rtpdec.c
O_DIRECT works!!!
[frescor/ffmpeg.git] / libavformat / rtpdec.c
2009-04-14 rbultjeAdd a Vorbis payload parser. Implemented by Colin McQui...
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-03-20 rbultjeAssign the x-pf-asf payload string to be decoded by...
2009-03-03 rbultjeDon't let finalize_packet() touch pkt->stream_index...
2009-03-03 rbultjeReindent after r17764.
2009-03-03 rbultjeIn the current implementation of rtp_parse_packet(...
2009-02-26 rbultjeImplement marker bit, which is used for several RTP...
2009-02-06 lucabeSplit rtp.h in rtp.h, rtpdec.h, and rtpenc.h
2009-02-06 rbultjeAdd "AVFormatContext *ctx" (that being the RTSP demuxer...
2009-01-27 lucabeMerge rtp_internal.h in rtp.h, and remove rtp_internal.h
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2008-12-13 lucabeRename rtp_payload_data_t to avoid clashes with the...
2008-10-04 rbultjeRemove access into RTPDemuxContext in rtsp.c, which...
2008-10-04 rbultjeChange function prototype of RTPDynamicPayloadHandler...
2008-09-29 diegoUniformly define _XOPEN_SOURCE to 600.
2008-09-07 rbultjeGive register_dynamic_payload_handler() in rtpdec.c...
2008-08-22 lucabeDo not set timestamp information for a non existing...
2008-08-14 aurelensure we get explicit definition of various _XOPEN_SOU...
2008-07-13 mruRTP: use dprintf(), allow compilation with -DDEBUG
2008-07-02 lucabeReindent after last commit
2008-07-02 lucabeFix A/V synch for RTP streams that do not contain MPEG1...
2008-05-09 diegoUse full path for #includes from another directory.
2008-03-15 diegotypo fixes
2008-01-18 rbultjeAdd a flags field to the RTPDynamicPayloadPacketHandler...
2008-01-10 rbultjeReindent after r11493 (always use parse_packet() vfunc...
2008-01-10 rbultjeMake rtp_parse_packet() always call the vfunc of the...
2008-01-04 lucabeSplit the RTP demuxing functions out of rtp.c, to simpl...