8695 Commits (e6153f173a49e5bfa70b0c04d2f82930533597b9)

Author SHA1 Message Date
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Martin Storsjö d58dd4b5b5 avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member 12 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 years ago
Luca Barbato 3093939077 avio: make avio_close NULL the freed buffer 12 years ago
Martin Storsjö 12c8912de2 crypto: Remove a stray double space 12 years ago
Alberto Delmás ee769c6a7c MSS2 decoder 12 years ago
Mans Rullgard 8db73c61a7 build: allow non-standard variations of linker -l/-L flags 12 years ago
Martin Storsjö d4bba93f4d sdp: Use static const char arrays instead of pointers to strings 12 years ago
Martin Storsjö 06b5246c84 sdp: Include profile-level-id for H264 12 years ago
Samuel Pitoiset 6af2480aa6 rtpdec_h264: Don't set the pixel format 12 years ago
Martin Storsjö 125c6c0752 rtsp: Free the rtpdec context properly 12 years ago
Samuel Pitoiset 7011a42b1a rtmp: support strict rtmp servers 12 years ago
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