5904 Commits (ca6e7708b42e7d33ba3053bcd447d52a077bca25)

Author SHA1 Message Date
Yann Coupin 8d819221db Correctly increment continuity_counter in PCR packets. 15 years ago
Benoit Fouet 6538c0f1c6 asfdec: skip byte array tags. 15 years ago
Benoit Fouet 27e7492771 asfdec: add a debug message about skipped tags. 15 years ago
Benoit Fouet 47794b9d3e asfdec: fix a memleak. 15 years ago
Benoit Fouet 514b73cf0d asfdec: only unicode tags must have even length. 15 years ago
Anton Khirnov 43382b5f13 Introduce metadata conversion table for NUT muxer and demuxer. 15 years ago
Michael Niedermayer ab392695d5 Count all frames with codec_info_nb_frames not just ones with non zero 15 years ago
Michael Niedermayer 6c6e6ef5e2 Put codec_info_nb_frames back in AVStream and print its value. 15 years ago
Peter Ross 02cd6f5426 Set video stream duration for Bink demuxer 15 years ago
Martin Storsjö 9399393333 Cosmetics: reindent 15 years ago
Peter Ross b62c65f23e Bink audio pts starts at 0, not reported_size 15 years ago
Kostya Shishkov a45972a806 Make Bink demuxer pass video flags to decoder 15 years ago
Ronald S. Bultje 3307e6ea86 Prefix non-static RTSP functions with ff_. 15 years ago
Michael Niedermayer b7884740fa Make sure mp1/mp2 get their frame_size set. 15 years ago
Martin Storsjö 6f5a3d0a7b Add an RTSP muxer 15 years ago
Martin Storsjö f86f665623 Free metadata in chained RTP muxers in the RTSP muxer 15 years ago
Martin Storsjö af037f8098 Cosmetics: reindent 15 years ago
Martin Storsjö 15ba23150e Add declarations and doxygen documentation of generic rtsp support functions 15 years ago
Martin Storsjö 2efc97c2fe Cosmetics: reindent after applying patches 15 years ago
Martin Storsjö 35cfd6464e Don't follow RTSP redirects when used as a muxer 15 years ago
Martin Storsjö 3e24c7701c Add a function rtsp_setup_output_streams for announcing the SDP 15 years ago
Martin Storsjö fd450a5177 Create AVFormatContext objects as private transport for output RTSP sessions 15 years ago
Michael Niedermayer 0e5f33f242 Make sure a set r_frame_rate is not overriden by a guess. 15 years ago
Michael Niedermayer 403c545d08 Attempt to fix the completely random values returned by ff_avc_find_startcode(). 15 years ago
Vitor Sessak 044a950d82 Fix memory leak for truncated packets in idCin demuxer 15 years ago
Michael Niedermayer bbdf0d2214 Make sure we dont write more bytes into filename than the array is long. 15 years ago
Michael Niedermayer 6a2459059e Do not attempt to open references through absolute pathes. 15 years ago
Vitor Sessak 2e5195646d Do not leave uninitialized data in the packet in MPC demuxer. Should allow for 15 years ago
Martin Storsjö 4280f9bbcd Split rtsp_read_header() into two functions, so that the main part (now also 15 years ago
Martin Storsjö e23d195deb Split out input-specific parts of rtsp_read_header() into its own, new, 15 years ago
Martin Storsjö 30ff7c5cbc Only send out NAT-punching RTP/RTCP packets when we're in demuxer mode, i.e. 15 years ago
Martin Storsjö 69adcc4ffb Use mode=receive instead of mode=play if in RTSP muxer (instead of demuxer) 15 years ago
Martin Storsjö 52aa4338cc Make rtsp_close_streams() take a AVFormatContext instead of a RTSPState 15 years ago
Kostya Shishkov ce8f750c29 WavPack demuxer also depends on APE tag parser 15 years ago
Kostya Shishkov 8cdfa4747b Make Bink demuxer skip all zero audio tracks, not only the first one 15 years ago
Daniel Verkamp df17dbf73c AEA demuxer requires raw.o for pcm_read_seek 15 years ago
Vitor Sessak cdfc38f43b Fix memory leak for truncated frames 15 years ago
Vitor Sessak df2235a165 Fix memory leak for truncated frames 15 years ago
Martin Storsjö 251f050481 Remove stale function declaration. 15 years ago
Martin Storsjö c02fd3d2e8 Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers the 15 years ago
Kostya Shishkov f4f2160880 WavPack demuxer supports ID3v1 tags, so don't forget id3v1.o dependency for it 15 years ago
Kostya Shishkov bf7c17192f Make RTMP client send bytes read report 15 years ago
Martin Storsjö dfd017bf0a Add functions to send RTSP commands with content attached to them. This will 15 years ago
Ronald S. Bultje fc78b0cb7e Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp, 15 years ago
Martin Storsjö 9c8fa20d7e When using RTP-over-UDP, send dummy packets during stream setup, similar to 15 years ago
Ronald S. Bultje a636b58ce1 Fix two problems (no idea how this ever worked): 15 years ago
Ronald S. Bultje 4abd85141c Revert r21851. 15 years ago
Ronald S. Bultje 298d2fd304 Don't return 0 if buffer setup failed. That signals the RTSP demuxer that 15 years ago
Anton Khirnov ed7694d8cf Set lavf identification string globally in av_write_header(), rather 15 years ago
Peter Ross 899605f150 Support IFF ANNO (annotation) chunk type 15 years ago