7614 Commits (3b3bbdd3e63a3a1eaf69b861f72cf74f1669afe1)

Author SHA1 Message Date
Laurent Aimar 1e3336de69 mpc8: Fix return value on EOF 13 years ago
Laurent Aimar 1775b92fee segafilm: Check for memory allocation failures in segafilm demuxer. 13 years ago
Laurent Aimar 762ffa6861 segafilm: Fix potential division by 0 on corrupted streams in the demuxer 13 years ago
Laurent Aimar 790f4dd5c9 Fixed segfault on corrupted sega streams in the demuxer. 13 years ago
Anton Khirnov a4ea00d021 lavc/lavf: use unique private classes. 13 years ago
Diego Biurrun 12bd8532cf Synchronize various 4CCs and codec tags from FFmpeg. 13 years ago
Justin Ruggles fc2dd2c7ac ogg/celt: do not set sample_fmt in the demuxer 13 years ago
Anton Khirnov 60df6b0048 id3v2: remove pointless casts 13 years ago
Anton Khirnov d2961e4ebf id3v2: read TXXX frames with two calls to decode_str() instead of one. 13 years ago
Anton Khirnov 1e18d32d01 id3v2: don't discard the whole tag when encountering empty frames. 13 years ago
Martin Storsjö e81e5e8ad2 lavf: Avoid using av_malloc(0) in av_dump_format 13 years ago
Kieran Kunhya d4a544cbc4 latmenc: Set latmBufferFullness to largest value to indicate it is not used 13 years ago
Alex Converse fe21f78d2b mpeg probe: check the 2/4-bit synchronization value found after a pack_start_code. 13 years ago
Kieran Kunhya 32dfd8ca65 latmenc: Fix private options 13 years ago
Michael Niedermayer 77d2ef13a8 Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080. 13 years ago
Anton Khirnov c7a63a521b matroskaenc: write attachments. 13 years ago
Anton Khirnov 98cfe22b5c matroskadec: export mimetype of attachments as metadata. 13 years ago
Rafaël Carré 1430ae44e8 rtp: Simplify ff_rtp_get_payload_type 13 years ago
Rafaël Carré 9152880e95 rtpenc: Add a payload type private option 13 years ago
Rafaël Carré 142887741f rtp: Correct ff_rtp_get_payload_type documentation 13 years ago
Nicolas George 4ca59d1948 oggdec: add support for Xiph's CELT codec 13 years ago
Justin Ruggles b15a9888a8 sol: return error if av_get_packet() fails. 13 years ago
Mans Rullgard bb416bd68c lavf: do not set codec_tag for rawvideo 13 years ago
Michael Niedermayer a246cefa75 flvdec: Check for overflow before allocating arrays 13 years ago
Laurent Aimar 2b4e49d428 flvdec: Fix invalid pointer deferences when parsing index 13 years ago
Diego Biurrun 30b4ee7901 Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations. 13 years ago
Alex Converse 9fba8ebe0a mpegps: Handle buffer exhaustion when reading packets. 13 years ago
Rafaël Carré 0c378ea1f7 rtp: factorize dynamic payload type fallback 13 years ago
Martin Storsjö bafff1668c flvdec: Ignore the index if it's from a creator known to be different 13 years ago
Diego Biurrun 5cc2530fc2 prores: mark prores as intra-only in libavformat/utils.c:is_intra_only() 13 years ago
Janne Grunau dcb9f6a20d Add LATM demuxer 13 years ago
Justin Ruggles 1993c6849c 8svx/iff: fix decoding of compressed stereo 8svx files. 13 years ago
Alex Converse 1c2e07b811 mp4: Don't read an empty Decoder Config Descriptor 13 years ago
Martin Storsjö b14629e5ea rtmp: Make the input FLV parser handle data cut at any point 13 years ago
Alex Converse 05fc9e40a4 swfdec: Add support for sample_rate_code 0 (5512 Hz) 13 years ago
Anton Khirnov 609a2fa1fa Remove some forgotten AVCodecContext.palctrl usage. 13 years ago
Diego Biurrun 35a6855868 Fix av_dlog invocations with wrong or missing logging context. 13 years ago
David Goldwich 61f4387d39 oma: support for encrypted files 13 years ago
David Goldwich 7a019dffe5 id3v2: add support for non-text and GEOB type tag frames 13 years ago
Martin Storsjö 3ffe32eb96 rtmp: Don't blindly skip the 4 trailer bytes from the FLV packets 13 years ago
Chiranjeevi Melam a14c784210 rtmp: Handle FLV packets written in more than one write call 13 years ago
Anton Khirnov c92a2a4eb8 movenc: fix NULL reference in mov_write_tkhd_tag 13 years ago
Laurent Aimar f06068bbd6 rmdec: Reject invalid deinterleaving parameters 13 years ago
Laurent Aimar 3e033da847 rmdec: use the deinterleaving mode and not the codec when creating audio packets. 13 years ago
David Goldwich 63d64228a7 lavf: Fix context pointer in av_open_input_stream when avformat_open_input fails 13 years ago
Laurent Aimar 0e7efb9d23 oggdec: fix out of bound write in the ogg demuxer 13 years ago
Anton Khirnov 7574cacbd5 movenc: create an alternate group for each media type 13 years ago
Anton Khirnov 85d982f1e2 rawdec: refactor private option for raw video demuxers 13 years ago
Anton Khirnov 34d2bf30a0 pcmdec: use unique classes for all pcm demuxers. 13 years ago
Anton Khirnov d906f49aa8 rawdec: g722 is always 1 channel/16kHz 13 years ago