15734 Commits (ab84effdeda931a74d8503891488ed538619a5d3)

Author SHA1 Message Date
Luca Barbato e8049af132 mpegts: Do not try to write a PMT larger than SECTION_SIZE 11 years ago
Anton Khirnov 30e50c5027 lavf: eliminate ff_get_audio_frame_size() 11 years ago
Martin Storsjö 4e629ef80e http: Fix authentication, broken since 6a463e7fb 11 years ago
Andrew Stone db68ef898a ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes. 11 years ago
Andrew Stone cc3e88a2b9 mov: update AVFormatContext.event_flags with METADATA_UPDATED whenever metadata changes. 11 years ago
Andrew Stone fa3a5dd4de nutdec: update AVFormatContext.event_flags with STREAM_/METADATA_UPDATED whenever metadata changes. 11 years ago
Andrew Stone 0f789322ef flvdec: update AVFormatContext.event_flags with METADATA_UPDATED whenever metadata changes. 11 years ago
Andrew Stone 93c04e095d Expose metadata found in onCuePoint events in .flv files. 11 years ago
Andrew Stone 019d3fccc4 Set protocol-level metadata in AVFormatContext any time a packet is read. 11 years ago
Andrew Stone 7e38903b5c http: enable icy metadata by default. 11 years ago
Andrew Stone 7601f9412a http: export icecast metadata as an option with name "metadata". 11 years ago
Andrew Stone afbd4b7e09 lavf: add AVFormatContext/AVStream fields for signaling to the user when events happen. 11 years ago
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