15582 Commits (c85e0ca68a3d6d32fd64353da9293712d008fa87)

Author SHA1 Message Date
Martin Storsjö 8bf3bf69ad http: Stop reading after receiving the whole file for non-chunked transfers 11 years ago
Carl Eugen Hoyos 99867fc0c4 Fix warning if https protocol was requested but isn't available. 11 years ago
Carl Eugen Hoyos fddea3f074 Check for hevc startcode when muxing into mpeg-ts. 11 years ago
Reimar Döffinger 2c0454cd20 Add missing initialization for AVProbeData. 11 years ago
James Almer 7b3de03c8f lavf: stop exporting internal functions 11 years ago
James Almer 31b7ab9f06 lavf/mpegts: remove obsolete ff_mpegts_parse_* cruft 11 years ago
Michael Niedermayer 49456a95eb avformat/movenc: Fix printf type 11 years ago
Mark Reid cab39afb1a avformat/movenc: check that reel_name length doesn't exceed UINT16_MAX 11 years ago
Carl Eugen Hoyos 273fc0139e lavf/img2dec: Initialize a stack variable. 11 years ago
Nidhi Makhijani 8dca0877e3 mpegts: Return proper error code on invalid input data 11 years ago
Luca Barbato 8c6f430291 mpeg: Suppress a compiler warning on callback type 11 years ago
Anton Khirnov 24c788f487 Remove obsolete FF_API_REFERENCE_DTS cruft. 11 years ago
Anton Khirnov 24e87f7f42 Remove obsolete FF_API_PROBE_MIME cruft. 11 years ago
Anton Khirnov 1985c2e75c Bump major versions of all libraries. 11 years ago
Anton Khirnov f4c444e17d Postpone API-incompatible changes until the next bump. 11 years ago
Nicolas George f87db44685 lavf/avio: do not include bprint.h. 11 years ago
Michael Niedermayer f75786f3bc avformat/avio: Fix "warning: struct AVBPrint declared inside parameter list" 11 years ago
Michael Niedermayer 64d029de41 avformat/matroskaenc: fix MAX_CUEPOINT_SIZE calculation 11 years ago
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