8765 Commits (b62d4c16c901a7e3fe0296345970bce815ac410e)

Author SHA1 Message Date
Jordi Ortiz f5ce90f2de rtmp: split chunk_size var into in_chunk_size and out_chunk_size 13 years ago
Samuel Pitoiset a8103503b3 rtmp: Factorize the code by adding find_tracked_method 13 years ago
Anton Khirnov 885da7b082 lavf: simplify is_intra_only() by using codec descriptors. 13 years ago
Mans Rullgard 987170cb9d dict: add av_dict_count() 13 years ago
Samuel Pitoiset 3eebc1e174 rtmp: Factorize the code by adding handle_invoke_error 13 years ago
Samuel Pitoiset 71036a3a5e rtmp: Factorize the code by adding handle_invoke_status 13 years ago
Samuel Pitoiset 5e6001db8f rtmp: Factorize the code by adding handle_invoke_result 13 years ago
Mans Rullgard 6d3783d160 ffmenc: replace if/abort with assert() 13 years ago
Diego Biurrun 90f7e61769 swf: Move shared table out of the header file 13 years ago
Diego Biurrun 2804ba6a3b swf: Move swf_audio_codec_tags table to the only place it is used 13 years ago
Samuel Pitoiset f89584ca44 rtmp: Add message tracking 13 years ago
Martin Storsjö 1243c72251 rtsp: Support mpegts in raw udp packets 13 years ago
Martin Storsjö df8cf076c8 rtsp: Support receiving plain data over UDP without any RTP encapsulation 13 years ago
Martin Storsjö c864e461d2 rtpdec: Remove an unused include 13 years ago
Martin Storsjö bfb82fcddf rtpenc: Remove an av_abort() that depends on user-supplied data 13 years ago
Luca Barbato 82613564cf rtmp: send check_bw as notification 13 years ago
Mohammad Alsaleh 385ec296f1 id3v2: Support v2.2 PIC 13 years ago
Samuel Pitoiset 00cb52c65c rtmp: Add a new option 'rtmp_subscribe' 13 years ago
Samuel Pitoiset f9e77c1762 rtmp: Add support for subscribing live streams 13 years ago
Samuel Pitoiset 12127b65b0 rtmp: Factorize simultaneous URLProtocol / AVClass declarations with a macro 13 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Justin Ruggles 2fa57c9daf mpc8: set packet duration and stream start time instead of tracking frames 13 years ago
Martin Storsjö 6c071a2b38 lavf: Declare an AVRational struct without a struct literal 13 years ago
Alex Rønne Petersen 150adea6da rtmppkt: Add missing libavcodec/bytestream.h include. 13 years ago
Jordi Ortiz 50468f93e3 rtmp: add functions for reading AMF values 13 years ago
Derek Buitenhuis 45eaac02cb Canopus Lossless decoder 13 years ago
Diego Biurrun 19cf7163c1 dca: Switch dca_sample_rates to avpriv_ prefix; it is used across libs 13 years ago
Diego Biurrun 9e4bca16f8 dca: Move tables used outside of dcadec.c to a separate file. 13 years ago
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