summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Merge commit 'a0fa6d06b848f26b16ba12f0a9a4a85b93ab8022'Hendrik Leppkes2015-12-07
|\
| * matroska: Warn when metadata references a non-existent elementLuca Barbato2015-11-28
* | Merge commit 'f7986239f4dbec91c743c4c5eb0a2339bd325bf6'Hendrik Leppkes2015-12-07
|\|
| * dvenc: Validate the frame size before copying itLuca Barbato2015-11-28
* | Remove Redundant Entry of MPEG2 Video DescAnshul Maheshwari2015-12-07
* | avformat/movenc-test: correct varargs usageGanesh Ajjanagadde2015-12-06
* | avformat/rtsp: free opts dictionary on failure of getnameinfoGanesh Ajjanagadde2015-12-06
* | avformat/smacker: fix integer overflow with pts_incMichael Niedermayer2015-12-05
* | libavformat/mov.c: allow QuickTime metadata to come after traksNeil Birkbeck2015-12-05
* | avformat/flvdec: Fix left shift of 137 by 24 places cannot be represented in ...Michael Niedermayer2015-12-04
* | avformat/msf: Check channels when reading the headerMichael Niedermayer2015-12-04
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* | ffmdec: reject zero-sized chunksAndreas Cadhalpun2015-12-04
* | ffmdec: only seek back at EOF if a server is attachedAndreas Cadhalpun2015-12-04
* | avformat/oggparsetheora: Check duration to be not AV_NOPTS_VALUE (and positiv...Michael Niedermayer2015-12-04
* | avformat/movenc: HE-AAC correct FourCC in ISMLYann Coupin2015-12-04
* | avformat/mpjpegdec: Fix "libavformat/mpjpegdec.c:269:9: warning: passing argu...Michael Niedermayer2015-12-04
* | mpegtsenc: Fix off-by-one in indexing into Opus channel mapping arraysSebastian Dröge2015-12-04
* | avformat/utils: Fix "libavformat/utils.c:927:35: runtime error: signed intege...Michael Niedermayer2015-12-04
* | avformat/riffdec: remove special case for bitrate > 32bitMichael Niedermayer2015-12-03
* | avformat/riffdec: Initialize bitrateMichael Niedermayer2015-12-03
* | lavf/mpegts: use AVERROR_INVALIDDATA instead of AVERROR(EINTR).Nicolas George2015-12-03
* | lavf/lxfdec: use FFERROR_REDO instead of AVERROR(EAGAIN).Nicolas George2015-12-03
* | lavf/mpeg: use FFERROR_REDO instead of AVERROR(EAGAIN).Nicolas George2015-12-03
* | lavf/flvdec: use FFERROR_REDO instead of AVERROR(EAGAIN).Nicolas George2015-12-03
* | lavf: add FFERROR_REDO to let demuxers return no packet.Nicolas George2015-12-03
* | mpegencts: Fix overflow in cbr mode period calculationsTimo Teräs2015-12-03
* | avformat/mpjpegdec: fix mixed declarations and codeJames Almer2015-12-03
* | avformat/utils: Move end_time1 AV_NOPTS_VALUE Check after rescaleMichael Niedermayer2015-12-03
* | avformat/utils: Check AVFormatContext->duration in compute_chapters_end() bef...Michael Niedermayer2015-12-03
* | avformat/mpjpeg: utilize MIME boundary value to detect start of new frameAlex Agranovsky2015-12-02
* | avformat/mpjpeg: allow processing of MIME parts without Content-Length headerAlex Agranovsky2015-12-02
* | lavf/rtpenc_jpeg: Less strict check for standard Huffman tables.Carl Eugen Hoyos2015-12-02
* | avformat/matroskadec: Fix sample_aspect_ratio for stereo matroska contentAaron Colwell2015-12-02
* | avformat/mp3dec: prefer "fast_seek" to TOC seek for CBR files.Chris Cunningham2015-12-02
* | avformat/dump: Fix integer overflow in av_dump_format()Michael Niedermayer2015-12-01
* | lavf/mxfdec: Set width to actual coded_width for AVCI50.Carl Eugen Hoyos2015-11-29
* | Merge commit '0e2395293bff089536b97131b32fea8b58bca0ba'Hendrik Leppkes2015-11-29
|\|
| * nut: Mark non-fatal errors as warningsLuca Barbato2015-11-25
* | Merge commit '62f72b40c0b0d2cd6a2b81977287fa01d9f4ca6d'Hendrik Leppkes2015-11-29
|\|
| * nut: Provide more information on failureLuca Barbato2015-11-25
* | Merge commit '2c17fb61ced2059034856a6c6cd303014aed01fe'Hendrik Leppkes2015-11-29
|\|
| * rtsp: Log getaddrinfo failuresLuca Barbato2015-11-25
* | Merge commit '12b14382861fbf19378afcddaa19cd9a949a86a3'Hendrik Leppkes2015-11-29
|\|
| * udp: Provide additional information on getaddrinfo failureLuca Barbato2015-11-25
* | Merge commit '34af7813f77e2b5b9dcb34f20bcf53bfcc0ba9c9'Hendrik Leppkes2015-11-29
|\|
| * udp: Use the logging contextLuca Barbato2015-11-25
* | Merge commit '98063bcf15eb1e9bf9c8758c83c88d51cbb7ace7'Hendrik Leppkes2015-11-29
|\|
| * rtsp: Do not assume getnameinfo cannot failLuca Barbato2015-11-25
| * movenc-test: Fix integer overflowsMichael Niedermayer2015-11-24