10809 Commits (7cb9f1a8d0109ada0d677bf4e288b9fb5453a517)

Author SHA1 Message Date
Samuel Pitoiset e49e6b6451 rtmp: Allow having more unknown data at the end of a chunk size packet without failing 13 years ago
Samuel Pitoiset 2357f60687 rtmp: Prevent reading outside of an allocate buffer when receiving server bandwidth packets 13 years ago
Michael Niedermayer 97c0d5357d omadec: switch to AVSTREAM_PARSE_FULL_RAW 13 years ago
Michael Niedermayer 9c83f3e659 loasdec: switch to AVSTREAM_PARSE_FULL_RAW 13 years ago
Michael Niedermayer e083a62e9d aacdec: switch to AVSTREAM_PARSE_FULL_RAW 13 years ago
Michael Niedermayer 6f6182372c hls: replace probsize=0 by noheader flag removial. 13 years ago
Michael Niedermayer 12d1ee6a5e ff_add_index_entry: reject AV_NOPTS_VALUE 13 years ago
Michael Niedermayer 2cd491a47c lavf: move generic index generation code to a later point 13 years ago
Michael Niedermayer 2880c31660 parse_packet: use pkt.pos always instead of the avparser offset. 13 years ago
Michael Niedermayer 4e7f9ebdc2 wav: switch to AVSTREAM_PARSE_FULL_RAW 13 years ago
Michael Niedermayer fdc371114f ff_raw_audio_read_header: mark as AVSTREAM_PARSE_FULL_RAW 13 years ago
Michael Niedermayer 5ea4ee7bcb flacdec: mark as AVSTREAM_PARSE_FULL_RAW 13 years ago
Michael Niedermayer ea8c12c90f mp3dec: mark as AVSTREAM_PARSE_FULL_RAW 13 years ago
Piotr Bandurski c5f23df2dd movenc: fix remuxing of yuv2 13 years ago
Michael Niedermayer 9054f6b66b probe_codec: fix memory corruption 13 years ago
Antti Seppälä 5423e908c9 Support urlencoded http authentication credentials 13 years ago
Samuel Pitoiset abf77a247b rtmp: Return an error when the client bandwidth is incorrect 13 years ago
Samuel Pitoiset be8f949219 rtmp: Return proper error code in handle_server_bw 13 years ago
Samuel Pitoiset 088a82bb33 rtmp: Return proper error code in handle_client_bw 13 years ago
Samuel Pitoiset e7ea6883bf rtmp: Return proper error codes in handle_chunk_size 13 years ago
Samuel Pitoiset 6d1c9945dd rtmp: Factorize the code by adding handle_invoke 13 years ago
Samuel Pitoiset 7be2a7d8ff rtmp: Factorize the code by adding handle_chunk_size 13 years ago
Samuel Pitoiset 0ffd5161c4 rtmp: Factorize the code by adding handle_ping 13 years ago
Samuel Pitoiset 912ecc9a19 rtmp: Factorize the code by adding handle_client_bw 13 years ago
Samuel Pitoiset 9b498148ca rtmp: Factorize the code by adding handle_server_bw 13 years ago
Samuel Pitoiset 758377a2b7 rtmp: Add a new option 'rtmp_pageurl' 13 years ago
Samuel Pitoiset 63ffa154e9 rtmp: Make the description of the rtmp_tcurl option more generic 13 years ago
Jordi Ortiz ecfff0e992 sctp: add port missing error message 13 years ago
Jordi Ortiz f9a9a14862 tcp: add port missing error message 13 years ago
Michael Niedermayer 3005122485 hls: call avformat_find_stream_info() 13 years ago
Michael Niedermayer da62b4326b av_find_stream_info: skip flushing codecs and estimating timings if probe_size==0 13 years ago
Stefano Sabatini 9b42d6ed1f lavf/avformat.h: fix verb person for av_guess_sample_aspect_ratio() 13 years ago
Carl Eugen Hoyos 20e88d8618 Fix avui stream-copy. 13 years ago
Michael Niedermayer 1c2beff04a lavf: Set pos for all packets of AVSTREAM_PARSE_FULL_RAW files. 13 years ago
Piotr Bandurski 23bb85b069 riff: make the G723.1 in wav output compatible with WMP/msacm codec 13 years ago
Michael Niedermayer e2fd18d40d lavf: factor AVStream st out 13 years ago
Michael Niedermayer 6b38101df5 parse_packet: reset pkt->pos after it has been used 13 years ago
Piotr Bandurski b9c129be0f riff: fix remuxing of G723_1 in wav 13 years ago
Martin Storsjö 6a433fdba8 rtmp: Add credit/copyright to librtmp authors for parts of the RTMPE code 13 years ago
Michael Niedermayer 01272e7662 Revert "lavf: count skipped samples for initial timestamps." 13 years ago
Samuel Pitoiset f7bfb126cd rtmp: Move the CONFIG_ condition into the if conditions 13 years ago
Diego Biurrun 6b80142144 build: Skip compiling rtmpdh.h if ffrtmpcrypt protocol is not enabled 13 years ago
Michael Niedermayer dc31b84cbf rtmpproto: fix compilation without optimizations 13 years ago
Paul B Mahol 3933782735 cosmetics: iff: split very long line 13 years ago
Adriano Pallavicino 999c63e4ca rtp: Only choose static payload types if the sample rate and channels are right 13 years ago
Clément Bœsch 61884b9d1b wav: init st to NULL to avoid a false-positive warning. 13 years ago
Samuel Pitoiset 08cd95e8a3 RTMPTE protocol support 13 years ago
Samuel Pitoiset acd554c103 RTMPE protocol support 13 years ago
Samuel Pitoiset 0e31088b6c rtmp: Add ff_rtmp_calc_digest_pos() 13 years ago
Samuel Pitoiset 3505d5574e rtmp: Rename rtmp_calc_digest to ff_rtmp_calc_digest and make it global 13 years ago