OSDN Git Service

v210dec: switch to PIX_FMT_422P10
[coroid/libav_saccubus.git] / libavformat / rtsp.c
2011-07-18 Diego Biurrunrtsp: remove disabled code
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-07-03 Diego BiurrunRTSP: Doxygen comment cleanup
2011-06-16 Martin Storsjörtsp: Don't pass string pointer as format string to...
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-06-02 Diego BiurrunReplace custom DEBUG preprocessor trickery by the stand...
2011-05-24 Ilyartsp: use strtoul to parse rtptime and seq values.
2011-05-11 Martin Storsjörtsp: Only do keepalive using GET_PARAMETER if the...
2011-04-23 Martin Storsjörtp: Rename the open/close functions to alloc/free
2011-04-19 Stefano Sabatiniavio: remove AVIO_* access symbols in favor of new...
2011-04-07 Anton Khirnovavio: AVIO_ prefixes for URL_ open flags.
2011-04-04 Anton Khirnovavio: make url_get_file_handle() internal.
2011-04-04 Anton Khirnovavio: make url_close() internal.
2011-04-04 Anton Khirnovavio: make url_write() internal.
2011-04-04 Anton Khirnovavio: make url_read_complete() internal.
2011-04-04 Anton Khirnovavio: make url_read() internal.
2011-04-04 Anton Khirnovavio: make url_open() internal.
2011-04-04 Anton Khirnovavio: make url_connect internal.
2011-04-04 Anton Khirnovavio: make url_alloc internal.
2011-04-03 Anton Khirnovavio: avio_ prefix for url_close_dyn_buf
2011-03-21 Martin Storsjörtsp: Specify unicast for TCP interleaved streams, too
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-15 Nicolas GeorgeUse AVERROR_EXIT with url_interrupt_cb.
2011-02-23 Anton Khirnovavio: rename url_fopen/fclose -> avio_open/close.
2011-02-23 Martin Storsjölibavformat: Remove FF_NETERRNO()
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-20 Anton Khirnovavio: move init_put_byte() to a new private header...
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-16 Anton KhirnovReplace remaining uses of parse_date with av_parse_time.
2011-02-16 Martin Storsjörtsp: udp_read_packet returning 0 doesn't mean success
2011-02-11 Martin Storsjörtsp/rdt: Assign the RTSPStream index to AVStream->id
2011-02-04 Martin StorsjöUse avformat_free_context for cleaning up muxers
2011-02-04 Martin Storsjölibavformat: Use avcodec_copy_context for chained muxers
2011-02-03 Martin StorsjöFree AVStream->info in chained muxers
2011-02-02 Martin Storsjörtsp: Don't store RTSPStream in AVStream->priv_data
2011-02-01 Luca BarbatoFree the RTSPStreams in ff_rtsp_close_streams
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-28 Luca Barbatortsp: make ff_sdp_parse return value forwarded
2011-01-28 Luca Barbatoos: replace select with poll
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-25 Diego Elio PettenòMake ff_rtsp_send_cmd_with_content_async static to...
2011-01-24 Martin Storsjörtspdec: Retry with TCP if UDP failed
2011-01-24 Martin Storsjortsp: Use ff_rtsp_undo_setup in the cleanup code in...
2011-01-24 Martin Storsjortsp: Split out a function undoing the setup made by...
2011-01-24 Martin Storsjortsp: Make make_setup_request a nonstatic function
2011-01-09 Martin Storsjörtsp: Properly fail if unable to open an input RTP...
2011-01-06 Martin Storsjörtsp: Allow requesting of filtering of source packets
2011-01-05 Martin Storsjörtsp: Parse RTP-Info headers
2011-01-02 Martin Storsjörtsp: Store the Content-Base header value straight...
2011-01-02 Martin Storsjörtsp: Pass the method name to ff_rtsp_parse_line
2011-01-02 Martin Storsjörtsp: Pass RTSPState to ff_rtsp_parse_line, instead...
2011-01-02 Martin Storsjörtsp: Add a method parameter to ff_rtsp_read_reply
2011-01-01 Martin Storsjörtpdec: Emit timestamps for packets before the first...
2010-12-27 Martin Storsjörtsp: Check if the rtp stream actually has an RTPDemuxC...
2010-12-23 Martin Storsjörtsp: Require the transport reply from the server to...
2010-12-15 Martin Storsjörtsp: Don't set the RTP time base from the sample rate...
2010-12-07 Martin Storsjörtsp/rtpdec: Set the AVStream time_base directly in...
2010-12-07 Martin Storsjörtsp: Parse RealRTSP sample rate declarations from...
2010-12-05 Martin Storsjörtsp: Look for RTP payload handlers for static payload...
2010-12-05 Martin Storsjörtsp: Factorize code for initializing the rtp payload...
2010-11-28 Martin Storsjörtsp: Do a forgotten reindenting
2010-11-15 Martin Storsjörtsp: Parse and use the Content-Base reply header,...
2010-10-29 Martin Storsjörtsp: Split out the RTSP demuxer functions to a separat...
2010-10-29 Martin Storsjörtsp: Move rtsp_setup_output_streams into rtspenc.c
2010-10-27 Martin Storsjörtsp: Add stub declarations of the setup_in/output_stre...
2010-10-23 Aurelien Jacobsdrop rtsp_default_protocols which is not part of public...
2010-10-23 Aurelien Jacobsuse rtp_get_local_rtp_port() instead of the deprecated...
2010-10-21 Martin Storsjörtsp: Move the rtsp_probe function to the demuxer code...
2010-10-21 Martin Storsjörtsp: Untangle the dependencies between the RTSP/SDP...
2010-10-21 Martin Storsjörtsp: Reorder functions
2010-10-19 Martin StorsjöAdd a demuxer for receiving raw rtp:// URLs without...
2010-10-08 Martin Storsjörtsp: Factorize out code for opening a chained RTP...
2010-10-08 Martin Storsjörtsp: Make rtsp_rtp_mux_open reusable
2010-10-08 Martin Storsjörtsp: Remove the start_time field from RTSPState, use...
2010-10-05 Martin Storsjörtsp/sdp: Move code into correct ifdefs
2010-10-05 Diego BiurrunRemove some pointless CONFIG_RTSP_DEMUXER #ifdefs.
2010-10-05 Diego BiurrunAdd some #endif comments to ease understanding.
2010-10-03 Martin Storsjörtsp: In the muxer, show the generated with verbose...
2010-10-03 Martin Storsjörtsp: Show the received SDP
2010-10-01 Martin Storsjörtsp: Return a queued packet if it has been in the...
2010-10-01 Martin Storsjörtpdec: Reorder received RTP packets according to the...
2010-10-01 Martin StorsjöReindent/rewrap
2010-10-01 Martin Storsjörtsp: Reorganize if statements in rtsp_read_play
2010-10-01 Martin Storsjörtsp/rtpdec: Allow rtp_parse_packet to take ownership...
2010-10-01 Martin Storsjörtsp: Use a dynamically allocated receive buffer
2010-09-15 Martin Storsjörtsp: Handle standard assigned codec names for private...
2010-09-03 Ronald S. BultjeReindent after r25032.
2010-09-03 John WimerSend NAT punching messages to the address specified...
2010-09-03 Martin Storsjörtsp: 10l, try to update the correct rtp stream
2010-08-29 Josh Allmannrtsp: Return AVERROR_EOF when all streams have received...
2010-08-29 Josh Allmannrtsp: Check the RTCP file handle for new packets, too
2010-08-25 Martin StorsjöHandle IPv6 in the RTSP code
2010-08-25 Martin StorsjöHandle IPv6 in the SDP demuxer
2010-08-25 Martin Storsjörtsp: Return EOF if the TCP control channel is closed
2010-08-12 Ronald S. BultjeSend OPTIONS request at a regular basis to standard...
2010-08-09 Aurelien Jacobsget rid of MAX_STREAMS limit in RTSP
2010-08-07 Reinhard TartlerFix spelling in comment(s)
2010-08-07 Josh AllmannAdd RTP packetization of Theora and Vorbis
2010-08-06 Luca BarbatoPreserve status reason
next