18604 Commits (17d41220d81d605a242eaf3a5063d240f5e3e40e)

Author SHA1 Message Date
Neil Birkbeck a16243a4aa libavformat/mov.c: allow QuickTime metadata to come after traks 9 years ago
Michael Niedermayer ab7ff38052 avformat/flvdec: Fix left shift of 137 by 24 places cannot be represented in type int 9 years ago
Michael Niedermayer 689a867413 avformat/msf: Check channels when reading the header 9 years ago
Clément Bœsch 43ecec0f03 avformat: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Andreas Cadhalpun a611375db5 ffmdec: reject zero-sized chunks 9 years ago
Andreas Cadhalpun 488e9a06f0 ffmdec: only seek back at EOF if a server is attached 9 years ago
Michael Niedermayer 0c1d62ab9d avformat/oggparsetheora: Check duration to be not AV_NOPTS_VALUE (and positive) before use 9 years ago
Yann Coupin d89c4846e0 avformat/movenc: HE-AAC correct FourCC in ISML 9 years ago
Michael Niedermayer 9696a01f12 avformat/mpjpegdec: Fix "libavformat/mpjpegdec.c:269:9: warning: passing argument 3 of av_stristart from incompatible pointer type" 9 years ago
Sebastian Dröge eb3628d87f mpegtsenc: Fix off-by-one in indexing into Opus channel mapping arrays 9 years ago
Michael Niedermayer cafb195604 avformat/utils: Fix "libavformat/utils.c:927:35: runtime error: signed integer overflow: -2450238577049583619 - 9223090561878065151 cannot be represented in type long long" 9 years ago
Michael Niedermayer 4e31176e14 avformat/riffdec: remove special case for bitrate > 32bit 9 years ago
Michael Niedermayer 32bf6550cb avformat/riffdec: Initialize bitrate 9 years ago
Nicolas George 085ab74972 lavf/mpegts: use AVERROR_INVALIDDATA instead of AVERROR(EINTR). 9 years ago
Nicolas George eb2e4fb674 lavf/lxfdec: use FFERROR_REDO instead of AVERROR(EAGAIN). 9 years ago
Nicolas George cb14d30240 lavf/mpeg: use FFERROR_REDO instead of AVERROR(EAGAIN). 9 years ago
Nicolas George 0bac7a436b lavf/flvdec: use FFERROR_REDO instead of AVERROR(EAGAIN). 9 years ago
Nicolas George 3ab1e5a48c lavf: add FFERROR_REDO to let demuxers return no packet. 9 years ago
Timo Teräs 64f7db554e mpegencts: Fix overflow in cbr mode period calculations 9 years ago
James Almer 9ac5beaa86 avformat/mpjpegdec: fix mixed declarations and code 9 years ago
Michael Niedermayer ec7a3be11e avformat/utils: Move end_time1 AV_NOPTS_VALUE Check after rescale 9 years ago
Michael Niedermayer d872643cfe avformat/utils: Check AVFormatContext->duration in compute_chapters_end() before use 9 years ago
Luca Barbato 5f3a081b42 avi: Spin out the logic to position to the next non-interleaved stream 9 years ago
Michael Niedermayer 0fc61c6ab6 avi: Validate the stream-id for DV as well 9 years ago
Luca Barbato d017ed878a avi: Use the correct data type 9 years ago
Alex Agranovsky 259c71c199 avformat/mpjpeg: utilize MIME boundary value to detect start of new frame 9 years ago
Alex Agranovsky 79103f2199 avformat/mpjpeg: allow processing of MIME parts without Content-Length header 9 years ago
Carl Eugen Hoyos d208acf2c8 lavf/rtpenc_jpeg: Less strict check for standard Huffman tables. 9 years ago
Aaron Colwell ec83efd4d3 avformat/matroskadec: Fix sample_aspect_ratio for stereo matroska content 9 years ago
Chris Cunningham 5e6ce28dab avformat/mp3dec: prefer "fast_seek" to TOC seek for CBR files. 9 years ago
Michael Niedermayer 8e7f452022 avformat/dump: Fix integer overflow in av_dump_format() 9 years ago
Mohamed Naufal ca5f386e75 lavf: G.723.1 muxer 9 years ago
Carl Eugen Hoyos ec494e6c83 lavf/mxfdec: Set width to actual coded_width for AVCI50. 9 years ago
Hendrik Leppkes 2ea38a946d avformat/mlpdec: consider all valid mlp access units when probing 9 years ago
Luca Barbato a0fa6d06b8 matroska: Warn when metadata references a non-existent element 9 years ago
Luca Barbato f7986239f4 dvenc: Validate the frame size before copying it 9 years ago
Matthieu Bouron 72eaf72623 lavf/utils: avoid decoding a frame to get the codec parameters 9 years ago
Rodger Combs 362c17e656 lavf/http: fix incorrect warning in range requests 9 years ago
Luca Barbato 0e2395293b nut: Mark non-fatal errors as warnings 9 years ago
Luca Barbato 62f72b40c0 nut: Provide more information on failure 9 years ago
Luca Barbato 2c17fb61ce rtsp: Log getaddrinfo failures 9 years ago
Luca Barbato 12b1438286 udp: Provide additional information on getaddrinfo failure 9 years ago
Luca Barbato 34af7813f7 udp: Use the logging context 9 years ago
Luca Barbato 98063bcf15 rtsp: Do not assume getnameinfo cannot fail 9 years ago
Marton Balint 65406b0bed concatdec: add option for adding segment start time and duration metadata 9 years ago
Marton Balint ba9191ab3a concatdec: simplify duration calculation in open_next_file 9 years ago
Marton Balint 8f60663c8b concatdec: calculate duration early if outpoint is known 9 years ago
Michael Niedermayer 5b70fb8fee movenc-test: Fix integer overflows 9 years ago
Timothy Gu 12a419dacb avformat/v210: Check width and height 9 years ago
Timothy Gu e1a214cadf avformat/rawvideodec: Rework packet size calculation 9 years ago