8683 Commits (6e3857fa8cd620d528fb73fe5f7f692db780c4df)

Author SHA1 Message Date
Martin Storsjö 6099543ad4 rtsp: Check for dynamic payload handlers if no static payload mapping was found 13 years ago
Martin Storsjö 68c813081b rtpenc_chain: Return an error code instead of just a plain pointer 13 years ago
Martin Storsjö 93cef6f923 rtpenc_chain: Free the URLContext on failure 13 years ago
Martin Storsjö 2dcb21a95d rtpenc: Expose the ssrc as an avoption 13 years ago
Martin Storsjö 39e29aa019 cosmetics: Fix indentation 13 years ago
Luca Barbato c6eeb9b7b6 rtmp: fix url parsing 13 years ago
Alex Converse ed7bdd8647 movenc: Don't write the 'wave' atom or its child 'enda' for lpcm audio. 13 years ago
Samuel Pitoiset 177bcc9593 rtmp: Pass the proper return code in rtmp_handshake 13 years ago
Samuel Pitoiset bba287fdac rtmp: Check return codes of net IO operations 13 years ago
Samuel Pitoiset a4d3f3580b rtmp: Return a proper error code instead of -1 13 years ago
Samuel Pitoiset 08e93f5b46 rtmp: Check malloc calls 13 years ago
Samuel Pitoiset f645f1d6ea rtmp: Check ff_rtmp_packet_create calls 13 years ago
Martin Storsjö 1e8561e369 flvdec: Make sure sample_rate is set to the updated value 13 years ago
Dave Yeo 3f9d6e4239 os_support: Define SHUT_RD, SHUT_WR and SHUT_RDWR on OS/2 13 years ago
Samuel Pitoiset e5773d8bc3 http: Add support for reading http POST reply headers 13 years ago
Samuel Pitoiset ba354a8cc0 http: Add http_shutdown() for ending writing of posts 13 years ago
Samuel Pitoiset 4a9ca93556 tcp: Allow signalling end of reading/writing 13 years ago
Samuel Pitoiset 32d545e0a4 avio: Add a function for signalling end of reading/writing 13 years ago
Diego Biurrun db9e00f469 Remove libnut wrapper 13 years ago
James Zern e9cef89702 avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps. 13 years ago
Samuel Pitoiset 5d603f1b65 http: Factorize the code by adding http_read_header() 13 years ago
Mans Rullgard 68aef0b481 lavf: change some (de)muxer names to lowercase 13 years ago
Mans Rullgard 81ad97eeda lavf: make output format matching case insensitive 13 years ago
Anton Khirnov 755cd4197d mov: enable parsing for VC-1. 13 years ago
Martin Storsjö 4b7304e80d rtmp: Don't assume path points to a string of nonzero length 13 years ago
Mans Rullgard db465be45d lavf: add mdec to is_intra_only() list 13 years ago
Mans Rullgard 7c6d240665 mtv: do not byteswap raw video in demuxer 13 years ago
Diego Biurrun 70be4dddc8 gxfenc: remove disabled half-implemented MJPEG tag 13 years ago
Samuel Pitoiset d55961fa82 rtmp: Implement check bandwidth notification. 13 years ago
Samuel Pitoiset 05945db9ce rtmp: Support 'rtmp_swfurl', an option which specifies the URL of the SWF player. 13 years ago
Samuel Pitoiset e64673e4f4 rtmp: Support 'rtmp_flashver', an option which overrides the version of the Flash plugin. 13 years ago
Samuel Pitoiset 55c9320e06 rtmp: Support 'rtmp_tcurl', an option which overrides the URL of the target stream. 13 years ago
Sean McGovern ded69c5e21 sctp: be consistent with socket option level 13 years ago
Diego Biurrun 59cbc4eee2 mov: make one comment slightly more specific 13 years ago
Luca Barbato 5699884c2e sctp: Initial tcp-alike sctp support with streams 13 years ago
Alex Converse 40f81769ae options_table: Add some missing #includes to fix "make checkheaders". 13 years ago
Jordi Ortiz fcd0298c05 rtsp: Add content-type message header parsing 13 years ago
Samuel Pitoiset b2e495afa8 rtmp: Support 'rtmp_live', an option which specifies if the media is a live stream. 13 years ago
Diego Biurrun 520c1ec699 dv: Split profile handling code into a separate file. 13 years ago
Anton Khirnov 0a3ad7ff80 flvenc: use AVFormatContext, not AVCodecContext for logging. 13 years ago
Diego Biurrun 455245ca8a mov: Remove write-only variable in mov_read_chan(). 13 years ago
Anton Khirnov 1432c1c429 lavf: add missing '*' in a doxy. 13 years ago
Diego Biurrun 9eb83a56aa build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line. 13 years ago
Diego Biurrun 30b1961c66 Mark a number of variables only used in av_dlog() calls as av_unused. 13 years ago
Janne Grunau 29d27b5425 mpegmux: add stuffing to avoid incomplete PCM frames 13 years ago
Mans Rullgard ddce7dabd2 rtsp: avoid const warnings from strtol() call 13 years ago
Martin Storsjö 2ed503af9f rtpdec_h264: Add missing newlines to av_log calls 13 years ago
Martin Storsjö b97d21e4d6 rtpdec_h264: Free old extradata before clearing the pointer 13 years ago
Martin Storsjö 3c148703f6 rtpdec_h264: Reorder code blocks 13 years ago
Martin Storsjö b368861747 rtpdec_h264: Make start_sequence a static const array 13 years ago