8683 Commits (6e3857fa8cd620d528fb73fe5f7f692db780c4df)

Author SHA1 Message Date
Mans Rullgard edb5238ccb libavformat: add const to AVCodec pointers 12 years ago
Anton Khirnov 15c71dfd03 swf(dec): replace CODEC_ID with AV_CODEC_ID 12 years ago
Anton Khirnov e0aa5e772b dvenc: don't use deprecated AVCODEC_MAX_AUDIO_FRAME_SIZE 12 years ago
Samuel Pitoiset 8337b5db96 rtmpdh: Do not generate the same private key every time when using libnettle 12 years ago
Jordi Ortiz a2dd4f7780 rtp: remove ff_rtp_get_rtcp_file_handle(). 12 years ago
Jordi Ortiz e7993ece9b rtsp.c: use ffurl_get_multi_file_handle() instead of ff_rtp_get_rtcp_file_handle() 12 years ago
Jordi Ortiz d6b9da1178 avio: add (ff)url_get_multi_file_handle() for getting more than one fd 12 years ago
Martin Storsjö cb5ab02a88 rtmp: Use int instead of ssize_t 12 years ago
Jordi Ortiz e5f2731c73 rtmp: Add support for receiving incoming streams 12 years ago
Martin Storsjö 70766c2182 Add some more missing includes after removing the implicit common.h 12 years ago
Samuel Pitoiset 93f257db6b rtmp: Automatically compute the hash for SWFVerification 12 years ago
Samuel Pitoiset 635ac8e1be rtmp: Add support for SWFVerification 12 years ago
Samuel Pitoiset fb7e78089b rtmp: Gracefully ignore _checkbw errors by tracking them 12 years ago
Samuel Pitoiset 8b6a5a7923 rtmp: Do not send _checkbw calls as notifications 12 years ago
Luca Barbato fb96c1c5fe rtmp: handle bytes read reports 12 years ago
Martin Storsjö bdefe22b8e lavf: Detect discontinuities in timestamps for framerate/analyzeduration calculation 12 years ago
Martin Storsjö 30c26c2442 lavf: Initialize the stream info timestamps in avformat_new_stream 12 years ago
Mohammad Alsaleh 6e9bbc6525 id3v2: Match PIC mimetype/format case-insensitively 12 years ago
Jordi Ortiz f5ce90f2de rtmp: split chunk_size var into in_chunk_size and out_chunk_size 12 years ago
Samuel Pitoiset a8103503b3 rtmp: Factorize the code by adding find_tracked_method 12 years ago
Anton Khirnov 885da7b082 lavf: simplify is_intra_only() by using codec descriptors. 12 years ago
Mans Rullgard 987170cb9d dict: add av_dict_count() 12 years ago
Samuel Pitoiset 3eebc1e174 rtmp: Factorize the code by adding handle_invoke_error 12 years ago
Samuel Pitoiset 71036a3a5e rtmp: Factorize the code by adding handle_invoke_status 12 years ago
Samuel Pitoiset 5e6001db8f rtmp: Factorize the code by adding handle_invoke_result 12 years ago
Mans Rullgard 6d3783d160 ffmenc: replace if/abort with assert() 12 years ago
Diego Biurrun 90f7e61769 swf: Move shared table out of the header file 12 years ago
Diego Biurrun 2804ba6a3b swf: Move swf_audio_codec_tags table to the only place it is used 12 years ago
Samuel Pitoiset f89584ca44 rtmp: Add message tracking 12 years ago
Martin Storsjö 1243c72251 rtsp: Support mpegts in raw udp packets 12 years ago
Martin Storsjö df8cf076c8 rtsp: Support receiving plain data over UDP without any RTP encapsulation 12 years ago
Martin Storsjö c864e461d2 rtpdec: Remove an unused include 12 years ago
Martin Storsjö bfb82fcddf rtpenc: Remove an av_abort() that depends on user-supplied data 12 years ago
Luca Barbato 82613564cf rtmp: send check_bw as notification 12 years ago
Mohammad Alsaleh 385ec296f1 id3v2: Support v2.2 PIC 12 years ago
Samuel Pitoiset 00cb52c65c rtmp: Add a new option 'rtmp_subscribe' 12 years ago
Samuel Pitoiset f9e77c1762 rtmp: Add support for subscribing live streams 12 years ago
Samuel Pitoiset 12127b65b0 rtmp: Factorize simultaneous URLProtocol / AVClass declarations with a macro 12 years ago
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