Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-27Merge rtp_internal.h in rtp.h, and remove rtp_internal.hLuca Abeni
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-12-14Rename rtp_payload_data_t to avoid clashes with the POSIX namespaceLuca Abeni
2008-10-04Remove access into RTPDemuxContext in rtsp.c, which allows making it opaqueRonald S. Bultje
2008-10-04Change function prototype of RTPDynamicPayloadHandler.parse_packet() toRonald S. Bultje
2008-09-29Uniformly define _XOPEN_SOURCE to 600.Diego Biurrun
2008-09-07Give register_dynamic_payload_handler() in rtpdec.c a ff_ prefix and exportRonald S. Bultje
2008-08-22Do not set timestamp information for a non existing AVStreamLuca Abeni
2008-08-15ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs
2008-07-13RTP: use dprintf(), allow compilation with -DDEBUGMåns Rullgård
2008-07-02Reindent after last commitLuca Abeni
2008-07-02Fix A/V synch for RTP streams that do not contain MPEG1 or 2Luca Abeni
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-03-15typo fixesDiego Biurrun
2008-01-18Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*).Ronald S. Bultje
2008-01-10Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()),Ronald S. Bultje
2008-01-10Make rtp_parse_packet() always call the vfunc of the dynamic payload handlerRonald S. Bultje
2008-01-04Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's de...Luca Abeni