8837 Commits (099294577c8ca5d1a7d3403a57b607791997104d)

Author SHA1 Message Date
Anton Khirnov 921063877e apetag: change a forgotten return to return 0 13 years ago
Anton Khirnov f2ed006c90 mpc8: return more meaningful error codes. 13 years ago
Anton Khirnov 263dbe9d95 mpc: return more meaningful error codes. 13 years ago
Anton Khirnov 782e64fbe1 wv,mpc8: don't return apetag data in packets. 13 years ago
Samuel Pitoiset 9c9c21eaa1 rtmp: do not warn about receiving metadata packets 13 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 13 years ago
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 13 years ago
Anton Khirnov 29d70274ec wv: K&R formatting cosmetics 13 years ago
Luca Barbato 41f43202cf flvdec: remove spurious use of stream id 13 years ago
Anton Khirnov aba232cfa9 lavf: deprecate r_frame_rate. 13 years ago
Anton Khirnov f66eeff1c8 lavf: round estimated average fps to a "standard" fps. 13 years ago
Anton Khirnov fe1c1198e6 lavf: use dts difference instead of AVPacket.duration in find_stream_info() 13 years ago
Luca Barbato 681ed00099 avf: introduce nobuffer option 13 years ago
Anton Khirnov c1d865d563 wv: return meaningful error codes. 13 years ago
Anton Khirnov ccc10acb5b wv: return AVERROR_EOF on EOF, not EIO. 13 years ago
Anton Khirnov f73e3938ac mp3dec: forward errors for av_get_packet(). 13 years ago
Anton Khirnov 67b1156fe8 mp3dec: remove a pointless local variable. 13 years ago
Anton Khirnov 61f8bb74f3 mp3dec: remove commented out cruft. 13 years ago
Anton Khirnov efd34918ba lavf: remove commented out cruft in avformat_find_stream_info() 13 years ago
Anton Khirnov c4ef6a3e4b Add missing libavutil/time.h includes. 13 years ago
Martin Storsjö 8ebacfb598 hls: Proceed to the next segment at any error code 13 years ago
Martin Storsjö 41ecbbc7aa tls: Return AVERROR_EOF if the TLS_read/write functions return 0 13 years ago
Samuel Pitoiset 8ea1459bc3 rtmp: Check the buffer length of ping packets 13 years ago
Samuel Pitoiset e49e6b6451 rtmp: Allow having more unknown data at the end of a chunk size packet without failing 13 years ago
Samuel Pitoiset 2357f60687 rtmp: Prevent reading outside of an allocate buffer when receiving server bandwidth packets 13 years ago
Antti Seppälä 5423e908c9 Support urlencoded http authentication credentials 13 years ago
Samuel Pitoiset abf77a247b rtmp: Return an error when the client bandwidth is incorrect 13 years ago
Samuel Pitoiset be8f949219 rtmp: Return proper error code in handle_server_bw 13 years ago
Samuel Pitoiset 088a82bb33 rtmp: Return proper error code in handle_client_bw 13 years ago
Samuel Pitoiset e7ea6883bf rtmp: Return proper error codes in handle_chunk_size 13 years ago
Samuel Pitoiset 6d1c9945dd rtmp: Factorize the code by adding handle_invoke 13 years ago
Samuel Pitoiset 7be2a7d8ff rtmp: Factorize the code by adding handle_chunk_size 13 years ago
Samuel Pitoiset 0ffd5161c4 rtmp: Factorize the code by adding handle_ping 13 years ago
Samuel Pitoiset 912ecc9a19 rtmp: Factorize the code by adding handle_client_bw 13 years ago
Samuel Pitoiset 9b498148ca rtmp: Factorize the code by adding handle_server_bw 13 years ago
Samuel Pitoiset 758377a2b7 rtmp: Add a new option 'rtmp_pageurl' 13 years ago
Samuel Pitoiset 63ffa154e9 rtmp: Make the description of the rtmp_tcurl option more generic 13 years ago
Jordi Ortiz ecfff0e992 sctp: add port missing error message 13 years ago
Jordi Ortiz f9a9a14862 tcp: add port missing error message 13 years ago
Martin Storsjö 6a433fdba8 rtmp: Add credit/copyright to librtmp authors for parts of the RTMPE code 13 years ago
Samuel Pitoiset f7bfb126cd rtmp: Move the CONFIG_ condition into the if conditions 13 years ago
Diego Biurrun 6b80142144 build: Skip compiling rtmpdh.h if ffrtmpcrypt protocol is not enabled 13 years ago
Adriano Pallavicino 999c63e4ca rtp: Only choose static payload types if the sample rate and channels are right 13 years ago
Clément Bœsch 61884b9d1b wav: init st to NULL to avoid a false-positive warning. 13 years ago
Samuel Pitoiset 08cd95e8a3 RTMPTE protocol support 13 years ago
Samuel Pitoiset acd554c103 RTMPE protocol support 13 years ago
Samuel Pitoiset 0e31088b6c rtmp: Add ff_rtmp_calc_digest_pos() 13 years ago
Samuel Pitoiset 3505d5574e rtmp: Rename rtmp_calc_digest to ff_rtmp_calc_digest and make it global 13 years ago
Ronald S. Bultje fd48721849 lavf: use conditional notation for default codec in muxer declarations. 13 years ago
Anton Khirnov 721113bed2 matroskadec: return more correct error code on read error. 13 years ago