8695 Commits (e6153f173a49e5bfa70b0c04d2f82930533597b9)

Author SHA1 Message Date
Martin Storsjö 6aa4e88106 mmst: Use AVUNERROR() to convert error codes to the right range for strerror 13 years ago
Martin Storsjö 561687696f network: Pass pointers of the right type to get/setsockopt/ioctlsocket on windows 13 years ago
Samuel Pitoiset 9d811fd80f rtmp: Reduce the number of idle posts sent by sleeping 50ms 13 years ago
Ronald S. Bultje 8703f0140f flvdec: remove incomplete, disabled seeking code 13 years ago
Ronald S. Bultje 51a2b5546b http: replace atoll() with strtoll() 13 years ago
Ronald S. Bultje ae2bb52cd2 mpegts: remove unused/incomplete/broken seeking code 13 years ago
Martin Storsjö 579fd87b46 rtpenc: Support packetizing iLBC 13 years ago
Martin Storsjö 89c3960544 rtpdec: Add a depacketizer for iLBC 13 years ago
Martin Storsjö a2b251a05e Implement the iLBC storage file format 13 years ago
Martin Storsjö 9e74db6850 mov: Support muxing/demuxing iLBC 13 years ago
Samuel Pitoiset 46743a859c rtmp: Don't send every flv packet in a separate HTTP request in RTMPT 13 years ago
Martin Storsjö bbc8038614 rtsp: Send mode=record instead of mode=receive 13 years ago
Martin Storsjö d77f4afa98 rtpenc: Allow requesting H264 RTP packetization mode 0 13 years ago
Samuel Pitoiset 8e50c57dcb RTMPT protocol support 13 years ago
Martin Storsjö 35127bf156 http: Properly handle chunked transfer-encoding for replies to post data 13 years ago
Martin Storsjö eb564b23a3 http: Fail reading if the connection has gone away 13 years ago
Martin Storsjö eb3918c1fd amr: Mark an array const 13 years ago
Martin Storsjö 634e874de5 amr: More space cleanup 13 years ago
Martin Storsjö e9ef88fbd2 rtpenc: Fix memory leaks in the muxer open function 13 years ago
Martin Storsjö 5f26d4d448 amr: Cosmetic cleanup 13 years ago
Martin Storsjö 44fdf37c94 mov_chan: Fix operator precedence by adding parentheses 13 years ago
Jordi Ortiz a7cc78cb11 tcp: Check the listen call 13 years ago
Anton Khirnov ae702edf43 flacdec: read attached pictures. 13 years ago
Anton Khirnov a5db8e4a1a lavf: don't segfault when a NULL filename is passed to avformat_open_input() 13 years ago
Janne Grunau 1cdcf043ca segment: remove unnecessary <strings.h> include 13 years ago
Samuel Pitoiset 7dc747f50b rtmp: Read and handle incoming packets while writing data 13 years ago
Martin Storsjö d1beee0701 rtpdec: Don't require frames to start with a Mode A packet 13 years ago
Samuel Pitoiset 8517e9c476 rtmp: Add a new option 'rtmp_buffer', for setting the client buffer time 13 years ago
Samuel Pitoiset 9477c035a7 rtmp: Set the client buffer time to 3s instead of 0.26s 13 years ago
Samuel Pitoiset c2d38beab2 rtmp: Handle server bandwidth packets 13 years ago
Samuel Pitoiset 9ff930aace rtmp: Display a verbose message when an unknown packet type is received 13 years ago
Martin Storsjö 0533868642 rtmp: Tokenize the AMF connection parameters manually instead of using strtok_r 13 years ago
Samuel Pitoiset 0a9a225733 rtmp: Fix a possible access to invalid memory location when the playpath is too short. 13 years ago
Samuel Pitoiset f862537de8 rtmp: Do not send extension for flv files 13 years ago
Samuel Pitoiset 8ee3e1874e rtmp: support connection parameters 13 years ago
Mans Rullgard 8aa93e9004 mov: set AVCodecContext.width/height for h264 13 years ago
Alex Converse a8656cd425 mpegts: Remove disabled extension matching probe. 13 years ago
Alex Converse f0ff9eb493 avformat: Probe codecs at score 0 on buffer exhaustion conditions. 13 years ago
Alex Converse 62bebf6edb avformat: Factorize codec probing. 13 years ago
Kostya Shishkov c6061443f7 Indeo Audio decoder 13 years ago
Alex Converse 41e9682af2 movenc: Write chan atom for all audio tracks in mov mode movies. 13 years ago
Jindřich Makovička 84e430dd7b mpegtsenc: use avio_open_dyn_buf(), zero pointers after freeing 13 years ago
Anton Khirnov a982e5a031 avidec: make scale and rate unsigned. 13 years ago
Anton Khirnov 19dfbf1915 librtmp: return AVERROR_UNKNOWN instead of -1. 13 years ago
Anton Khirnov a91943bcef librtmp: don't abuse a variable for two unrelated things. 13 years ago
Anton Khirnov 007aedeebf librtmp: add rtmp_app and rtmp_playpath private options. 13 years ago
Luca Barbato 21e2dc9fb7 flv: support stream text data as onTextData 13 years ago
Jindrich Makovicka 2439bd8681 mpegtsenc: Support LATM packetization for AAC 13 years ago
Jindrich Makovicka 485d3ea064 adtsenc: Don't expose the muxer internals to the rest of lavf 13 years ago
Jindrich Makovicka b1c56eabe8 mpegtsenc: use AVFormatContext for AAC packetization 13 years ago