15771 Commits (41d82b85ab0ee8bb2931c1f783e30c38c2fb5206)

Author SHA1 Message Date
ePirat e3dc2c86fc libavformat: Add Icecast protocol 11 years ago
Marvin Scholz eb9244f202 Add Icecast protocol 11 years ago
Rodger Combs c2a170ac0d avformat/http: fix tls/tcp protocol after a 302 move in https 11 years ago
Luca Barbato 6a463e7fb4 http: Refactor http_open_cnx 11 years ago
Michael Niedermayer 6cdf409884 avformat/mpegtsenc: do not flush after everything 11 years ago
Michael Niedermayer fee982048e avformat/mux: flush after header writing, like after packets 11 years ago
Michael Niedermayer 2e6fdcb7f3 avformat/tee: flip assigment direction 11 years ago
Michael Niedermayer 2b501b553f avformat/dtsdec: skip the first 4k in dts_probe() 11 years ago
Michael Niedermayer e6fabd6e9b avformat/dtsdec: fix signedness in reference pcm highpass in dts_probe() 11 years ago
Michael Niedermayer dd551dc7ff avformat/dtsdec: count LE and BE separately in dts_probe() 11 years ago
Michael Niedermayer 98e42a249e avformat/format: Check for av_guess_format() failure 11 years ago
Michael Niedermayer 26ffa8eaee avformat/format: use av_match_name() in av_guess_codec() 11 years ago
Luca Barbato fa14804c83 flv: Index the audio stream 11 years ago
Nicolas Martyanoff 467e9d6186 avformat/hlsenc: add some empty lines to make the code easier to read 11 years ago
Nicolas Martyanoff 706fcffce1 avformat/hlsenc: rename some identifers to make the code easier to read 11 years ago
Nicolas Martyanoff 53f10e0368 avformat/hlsenc: Add some comments to make the code easier to read 11 years ago
Reimar Döffinger 1c84aad718 movdec: remove nonsensical snprintf. 11 years ago
Reimar Döffinger 04aec74f45 mxfdec: add missing "const" to array declaration. 11 years ago
Carl Eugen Hoyos ff9a154157 Add int64_t probesize2 instead of int probesize to AVFormatContext. 11 years ago
Carl Eugen Hoyos 355121bcb5 lavf/mux: Fix a typo checking aspect ratios. 11 years ago
gerion.entrup@t-online.de f2855eb4d7 avformat/movenc: add m4b to list of ipod playable files 11 years ago
Michael Niedermayer d38edeee9b avformat/format: fix memleak and error code 11 years ago
Michael Niedermayer 4182728c78 avformat/format.c: remove duplicate include, put libavutil includes together 11 years ago
Michael Niedermayer 6d69503883 avformat/format: simplify ifdeffery 11 years ago
Michael Niedermayer 9694695a21 avformat: fix probe mime version checks 11 years ago
Luca Barbato fa38573cd9 matroska: Register mime types 11 years ago
Luca Barbato 02cf0c9e42 aac: Register the mime type 11 years ago
Luca Barbato 3a19405d57 avformat: Use the mime type information in input probe 11 years ago
Luca Barbato 69e7336b8e avstring: Expose the simple name match function 11 years ago
Nicolas Martyanoff 0c889da8cb avformat/hlsenc: fix cleanup after avformat_write_header() 11 years ago
Luca Barbato e253a9e2b3 avformat: Move av_probe_input* to format.c 11 years ago
Carl Eugen Hoyos 63c0b41904 Fix standalone compilation of the adts muxer. 11 years ago
Diego Biurrun 942269fd00 caf: Use correct printf conversion specifiers for POSIX int types 11 years ago
Diego Biurrun 59ca29a560 dump: Use correct printf conversion specifiers for POSIX int types 11 years ago
Marc-Antoine Arnaud 259fe7280d mxf: Extract origin information from material and source track 11 years ago
Marc-Antoine Arnaud c9d982aa11 mxf: Detect Vanc/Vbi SMPTE-436M mxf track 11 years ago
Diego Biurrun 7215fcf840 avformat: Mark AVOutputFormat argument in avformat_query_codec as const 11 years ago
Diego Biurrun ec4f04da1a avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as const 11 years ago
Michael Niedermayer a06fac353c avformat/mux: ignore delayed vp8/9 packets in max_interleave_delta calculation 11 years ago
Nicolas George 04bc370072 lavf/avio: do not include bprint.h. 11 years ago
Michael Niedermayer 66ae994c54 avformat/segment: re-interleave packets if needed 11 years ago
Michael Niedermayer 351b22caae avformat/mux: support re-interleaving packets in ff_write_chained() 11 years ago
Michael Niedermayer 383a04a127 avformat/mux: keep AVPacket fields consistent in ff_write_chained() 11 years ago
Michael Niedermayer d44b8f0a47 avformat/matroskaenc: print a warning when the relative timestamp wouldnt fit in 16bit 11 years ago
Michael Niedermayer 7923aa0fba avformat/matroskaenc: Start new cluster if relative timestamp could not otherwise be stored 11 years ago
Michael Niedermayer 3c6e220a8c avformat/matroskaenc: Factor mkv_start_new_cluster() out 11 years ago
Carl Eugen Hoyos ef21b3d38e Ignore xing number of frames if the file is larger than indicated. 11 years ago
Diego Biurrun ce2e858f5b http: K&R formatting cosmetics 11 years ago
Andrey Utkin 8a4c0866dc avio: Introduce avio_read_to_bprint(avioctx, bp, max_size) 11 years ago
Michael Niedermayer 01b236b704 avformat/flvdec: use AV_PKT_DATA_NEW_EXTRADATA for h264 too 11 years ago