15733 Commits (5732b21884251a3414622f662eb337666f2eb77e)

Author SHA1 Message Date
James Almer 350f4be12d lavf: remove nonexistent functions from the version file 11 years ago
James Almer 0ab00a75e4 avcodec/raw: add avpriv_get_raw_pix_fmt_tags() 11 years ago
Carl Eugen Hoyos 7c73d21523 lavf/mpegts: Do not return the result of a (void) function from a void function. 11 years ago
Carl Eugen Hoyos ef17a0c7ba Do not return a probe score from set_codec_from_probe_data() if the codec was ignored. 11 years ago
James Almer 5b12b4fc4b lavf/mpegts: rename ff_mpegts_parse_*() to avpriv_mpegts_parse_*() 11 years ago
Michael Niedermayer 6a44699746 avformat/dtsdec: check more of the dca headers in dts_probe() 11 years ago
John Stebbins b50173a4dd movenc: fix QT chapter track character encoding 11 years ago
John Stebbins da9cc22d5b movenc: add track title to tracks 11 years ago
John Stebbins d9432789bd movenc: remove pointless loop around BITEXACT test 11 years ago
Michael Niedermayer 592a854f8c avformat/iff: Fix "source comment" 11 years ago
John Stebbins 0897d2fdc7 movenc: Add option to disable nero chapters 11 years ago
Femi Adeyemi-Ejeye 2601a9447e mpegts: Add HEVC definitions 11 years ago
Luca Barbato 89616408e3 mpegts: Define the section length with a constant 11 years ago
Michael Niedermayer 4e855c11b5 avformat/util: change av_find_default_stream_index() to use a score based system 11 years ago
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