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-04-14Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoCRonald S. Bultje
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-03-20Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add aRonald S. Bultje
2009-03-03Don't let finalize_packet() touch pkt->stream_index. Instead, let individualRonald S. Bultje
2009-03-03Reindent after r17764.Ronald S. Bultje
2009-03-03In the current implementation of rtp_parse_packet(), finalize_packet() isRonald S. Bultje
2009-02-26Implement marker bit, which is used for several RTP payloads currentlyRonald S. Bultje
2009-02-06Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni
2009-02-06Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argumentRonald S. Bultje
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