8645 Commits (36ef5369ee9b336febc2c270f8718cec4476cb85)

Author SHA1 Message Date
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Justin Ruggles 2fa57c9daf mpc8: set packet duration and stream start time instead of tracking frames 12 years ago
Martin Storsjö 6c071a2b38 lavf: Declare an AVRational struct without a struct literal 12 years ago
Alex Rønne Petersen 150adea6da rtmppkt: Add missing libavcodec/bytestream.h include. 12 years ago
Jordi Ortiz 50468f93e3 rtmp: add functions for reading AMF values 12 years ago
Derek Buitenhuis 45eaac02cb Canopus Lossless decoder 12 years ago
Diego Biurrun 19cf7163c1 dca: Switch dca_sample_rates to avpriv_ prefix; it is used across libs 12 years ago
Diego Biurrun 9e4bca16f8 dca: Move tables used outside of dcadec.c to a separate file. 12 years ago
Anton Khirnov 921063877e apetag: change a forgotten return to return 0 12 years ago
Anton Khirnov f2ed006c90 mpc8: return more meaningful error codes. 12 years ago
Anton Khirnov 263dbe9d95 mpc: return more meaningful error codes. 12 years ago
Anton Khirnov 782e64fbe1 wv,mpc8: don't return apetag data in packets. 12 years ago
Samuel Pitoiset 9c9c21eaa1 rtmp: do not warn about receiving metadata packets 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 12 years ago
Anton Khirnov 29d70274ec wv: K&R formatting cosmetics 12 years ago
Luca Barbato 41f43202cf flvdec: remove spurious use of stream id 12 years ago
Anton Khirnov aba232cfa9 lavf: deprecate r_frame_rate. 12 years ago
Anton Khirnov f66eeff1c8 lavf: round estimated average fps to a "standard" fps. 12 years ago
Anton Khirnov fe1c1198e6 lavf: use dts difference instead of AVPacket.duration in find_stream_info() 12 years ago
Luca Barbato 681ed00099 avf: introduce nobuffer option 12 years ago
Anton Khirnov c1d865d563 wv: return meaningful error codes. 12 years ago
Anton Khirnov ccc10acb5b wv: return AVERROR_EOF on EOF, not EIO. 12 years ago
Anton Khirnov f73e3938ac mp3dec: forward errors for av_get_packet(). 12 years ago
Anton Khirnov 67b1156fe8 mp3dec: remove a pointless local variable. 12 years ago
Anton Khirnov 61f8bb74f3 mp3dec: remove commented out cruft. 12 years ago
Anton Khirnov efd34918ba lavf: remove commented out cruft in avformat_find_stream_info() 12 years ago
Anton Khirnov c4ef6a3e4b Add missing libavutil/time.h includes. 12 years ago
Martin Storsjö 8ebacfb598 hls: Proceed to the next segment at any error code 12 years ago
Martin Storsjö 41ecbbc7aa tls: Return AVERROR_EOF if the TLS_read/write functions return 0 12 years ago
Samuel Pitoiset 8ea1459bc3 rtmp: Check the buffer length of ping packets 12 years ago
Samuel Pitoiset e49e6b6451 rtmp: Allow having more unknown data at the end of a chunk size packet without failing 12 years ago
Samuel Pitoiset 2357f60687 rtmp: Prevent reading outside of an allocate buffer when receiving server bandwidth packets 12 years ago
Antti Seppälä 5423e908c9 Support urlencoded http authentication credentials 12 years ago
Samuel Pitoiset abf77a247b rtmp: Return an error when the client bandwidth is incorrect 12 years ago
Samuel Pitoiset be8f949219 rtmp: Return proper error code in handle_server_bw 12 years ago
Samuel Pitoiset 088a82bb33 rtmp: Return proper error code in handle_client_bw 12 years ago
Samuel Pitoiset e7ea6883bf rtmp: Return proper error codes in handle_chunk_size 12 years ago
Samuel Pitoiset 6d1c9945dd rtmp: Factorize the code by adding handle_invoke 12 years ago
Samuel Pitoiset 7be2a7d8ff rtmp: Factorize the code by adding handle_chunk_size 12 years ago
Samuel Pitoiset 0ffd5161c4 rtmp: Factorize the code by adding handle_ping 12 years ago
Samuel Pitoiset 912ecc9a19 rtmp: Factorize the code by adding handle_client_bw 12 years ago
Samuel Pitoiset 9b498148ca rtmp: Factorize the code by adding handle_server_bw 12 years ago
Samuel Pitoiset 758377a2b7 rtmp: Add a new option 'rtmp_pageurl' 12 years ago
Samuel Pitoiset 63ffa154e9 rtmp: Make the description of the rtmp_tcurl option more generic 12 years ago
Jordi Ortiz ecfff0e992 sctp: add port missing error message 12 years ago
Jordi Ortiz f9a9a14862 tcp: add port missing error message 12 years ago
Martin Storsjö 6a433fdba8 rtmp: Add credit/copyright to librtmp authors for parts of the RTMPE code 12 years ago
Samuel Pitoiset f7bfb126cd rtmp: Move the CONFIG_ condition into the if conditions 12 years ago
Diego Biurrun 6b80142144 build: Skip compiling rtmpdh.h if ffrtmpcrypt protocol is not enabled 12 years ago