5774 Commits (8eecdc8b789e3fa5b640ddd26e29e9254a1dffe3)

Author SHA1 Message Date
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
Anton Khirnov 83a6c1a69c Strings in extended content header are UTF16, 15 years ago
Anton Khirnov 4a3104a96a workaround for broken files created by previous versions of asfenc. 15 years ago
Reimar Döffinger 4130f7393b Reindent 15 years ago
Reimar Döffinger 3adcfbbeb5 Optimize h261_probe function, since it is far slower than all others. 15 years ago
Ben Littler 4bf2b9e8f3 add netspeak gsm and truespeech wav format tags to riff.c 15 years ago
Måns Rullgård f2a4f12cb6 Do not call lseek() with invalid whence value 15 years ago
Michael Niedermayer ab5a0175f5 Add flag so muxers not needing width/height can signal this. 15 years ago
Peter Ross cbd3441eec Make DeluxePaint Animation demuxer actually return the find_record() error code (issue 1739). 15 years ago
Michael Niedermayer 86d58bcfd9 Add GEOV fourcc (issue971). 15 years ago
Michael Niedermayer f2d56513d7 Fix timestamps. 15 years ago
Daniel Verkamp f45a27dc52 Reindent 15 years ago
Daniel Verkamp b7e0f88f2b Fix demuxing of wav files with broken data header 15 years ago
Reimar Döffinger f0cb55af88 Use av_compare_ts from libavutil instead of the locale compare_ts, the 15 years ago
Timo Teräs 4e8052ddad Fix syncronisation for streams with a high encoding delay. 15 years ago
Ronald S. Bultje 7515ed0c1d Reindent after r21741. 15 years ago
Ronald S. Bultje 170870b77c Don't forget to set known audio parameters (samplerate, etc.) if the codec is 15 years ago
Ronald S. Bultje 556aa7a102 RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>. 15 years ago
Michael Niedermayer 0332324a48 Dont give up after 100kb of zero bytes but returnd EAGAIN 15 years ago
Andreas Öman 80242f9bdb mp3: ftell() file offset for VBR tags before ID3v1 parser messes it up. 15 years ago
Stefano Sabatini fe4fbb583d Doxument url_fopen(). 15 years ago
Reimar Döffinger be4a113264 Make sure the header value used to avoid repeating headers on seeking to the 15 years ago
Ronald S. Bultje 04a2b04b98 Implement gai_strerror() for systems lacking such functionality. Patch 15 years ago
David Conrad ecc0027bc6 Fix playback with invalid files that don't set the continuation flag for 15 years ago
Michael Niedermayer e6406939a8 Directly use av_rescale_rnd() instead of av_convert_ts() as this cuts the 15 years ago
Michael Niedermayer e5026c36d4 Use av_compare_ts() for interleaving per dts. 15 years ago
Michele Orrù 084eb95fd5 Implement a physical concatenation protocol. 15 years ago
Anton Khirnov 04d2540c4b Add AVI metadata conversion table. 15 years ago
Stefano Sabatini 4e38c09433 Doxument url_fdopen(). 15 years ago
Michael Niedermayer ffdf0d48fc strn muxing in avi support. 15 years ago
Michael Niedermayer 7a9af8ec19 Support strn tag in avidec. 15 years ago