15631 Commits (4f3e2f107b6315ae4ea74799c2a6314ded3b595d)

Author SHA1 Message Date
Mark Reid d6af706eee avformat/movenc: write reel_name metadata to tmcd atom 11 years ago
Carl Eugen Hoyos 4b63bcef90 Autodetect jpeg-ls files. 11 years ago
Justin Jacobs 87dc8b3af9 avformat/matroskadec: Check avpriv_new_chapter() for failure 11 years ago
Marek Fort d1e750cd51 avformat/mov: Support reading Avid's metadata for DNXHD codec. 11 years ago
Carl Eugen Hoyos f73d75384f Autodetect webp files. 11 years ago
Luca Barbato e4c9e59a45 mpeg: K&R formatting cosmetics 11 years ago
Diego Biurrun 454697603e mpegts: Use av_free() to free memory allocated by av_strdup() 11 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 11 years ago
James Almer 5c3c67126f lavf/avio: rename url_feof() to avio_feof() 11 years ago
Mark Reid f1e626a357 avformat/mov: read reel_name metadata from tmcd atom 11 years ago
Michael Niedermayer 92a28e9f56 avformat/mpegtsenc: Use av_freep() for pids 11 years ago
Michael Niedermayer 31eaecfee9 avformat/mpegtsenc: Free services array completely on failure 11 years ago
Michael Niedermayer 12b59e57f3 avformat/mpegtsenc: Use correct deallocation code on failure of pids array allocation 11 years ago
Michael Niedermayer 5f8300afc6 mpegtsenc: Check dynarray_add() for failure 11 years ago
Michael Niedermayer 92deb28945 avformat/mpegtsenc: use the correct deallocation functions 11 years ago
Marek Fort 4e70104aba avformat/movenc: XMP metadata support. 11 years ago
Marek Fort 054c506e3d avformat/mov: XMP metadata suppor. 11 years ago
Diego Biurrun 5b220e1e19 mpegts: Fix memory leaks and related crashes in mpegs_write_header() 11 years ago
Diego Biurrun f8ab9f2fe3 mpegts: Avoid unnecessary variable shadowing 11 years ago
Diego Biurrun 6d6bd3a3db mpegts: Drop some unnecessary parentheses 11 years ago
Diego Biurrun b7b1bf9166 mpegts: K&R formatting cosmetics 11 years ago
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