7688 Commits (2f7f2e4b41ec682f5145175f16ba9e97c156d5fe)

Author SHA1 Message Date
Alex Converse 9fba8ebe0a mpegps: Handle buffer exhaustion when reading packets. 14 years ago
Rafaël Carré 0c378ea1f7 rtp: factorize dynamic payload type fallback 14 years ago
Martin Storsjö bafff1668c flvdec: Ignore the index if it's from a creator known to be different 14 years ago
Diego Biurrun 5cc2530fc2 prores: mark prores as intra-only in libavformat/utils.c:is_intra_only() 14 years ago
Janne Grunau dcb9f6a20d Add LATM demuxer 14 years ago
Justin Ruggles 1993c6849c 8svx/iff: fix decoding of compressed stereo 8svx files. 14 years ago
Alex Converse 1c2e07b811 mp4: Don't read an empty Decoder Config Descriptor 14 years ago
Martin Storsjö b14629e5ea rtmp: Make the input FLV parser handle data cut at any point 14 years ago
Alex Converse 05fc9e40a4 swfdec: Add support for sample_rate_code 0 (5512 Hz) 14 years ago
Anton Khirnov 609a2fa1fa Remove some forgotten AVCodecContext.palctrl usage. 14 years ago
Diego Biurrun 35a6855868 Fix av_dlog invocations with wrong or missing logging context. 14 years ago
David Goldwich 61f4387d39 oma: support for encrypted files 14 years ago
David Goldwich 7a019dffe5 id3v2: add support for non-text and GEOB type tag frames 14 years ago
Martin Storsjö 3ffe32eb96 rtmp: Don't blindly skip the 4 trailer bytes from the FLV packets 14 years ago
Chiranjeevi Melam a14c784210 rtmp: Handle FLV packets written in more than one write call 14 years ago
Anton Khirnov c92a2a4eb8 movenc: fix NULL reference in mov_write_tkhd_tag 14 years ago
Laurent Aimar f06068bbd6 rmdec: Reject invalid deinterleaving parameters 14 years ago
Laurent Aimar 3e033da847 rmdec: use the deinterleaving mode and not the codec when creating audio packets. 14 years ago
David Goldwich 63d64228a7 lavf: Fix context pointer in av_open_input_stream when avformat_open_input fails 14 years ago
Laurent Aimar 0e7efb9d23 oggdec: fix out of bound write in the ogg demuxer 14 years ago
Anton Khirnov 7574cacbd5 movenc: create an alternate group for each media type 14 years ago
Anton Khirnov 85d982f1e2 rawdec: refactor private option for raw video demuxers 14 years ago
Anton Khirnov 34d2bf30a0 pcmdec: use unique classes for all pcm demuxers. 14 years ago
Anton Khirnov d906f49aa8 rawdec: g722 is always 1 channel/16kHz 14 years ago
Laurent Aimar b59efc9434 Fixed size given to init_get_bits(). 14 years ago
Dustin Brody d7d2f0e63c matroskadec: fix typo. 14 years ago
Dustin Brody 4a9628f276 matroskadec: bail on parsing of incorrect seek index segments 14 years ago
Alex Converse 940173d4d1 lavf utils: Remove write-only variable 14 years ago
Alex Converse 4439caa482 lavf utils: Rename shadowing variable 14 years ago
Laurent Aimar a92d0fa5d2 Fixed off by one packet size allocation in the smacker demuxer. 14 years ago
Laurent Aimar e055932f56 Check for invalid packet size in the smacker demuxer. 14 years ago
Laurent Aimar 273aab99bf ape demuxer: fix segfault on memory allocation failure. 14 years ago
Kostya Shishkov 47a8589f7b smacker demuxer: handle possible av_realloc() failure. 14 years ago
Georgi Chorbadzhiyski f1f15c3c1a mpegts: improve error reporting 14 years ago
Aviad Rozenhek 162f1fbc14 mpegts: on seek, reset the cc for all PIDs 14 years ago
Diego Biurrun 6376362d15 Employ FF_ARRAY_ELEMS instead of manually calculating array length. 14 years ago
Michael Niedermayer 5ea091fb5a rtpdec_asf: Fix integer underflow that could allow remote code execution 14 years ago
Kieran Kunhya 0ca36b4de7 Add LATM muxer 14 years ago
Anton Khirnov 9c684feadc libx264: add 'direct-pred' private option 14 years ago
Anton Khirnov 0635a8aa21 libx264: add 'partitions' private option 14 years ago
Stefan Fritsch 346ea9e222 http: Consider the stream as seekable if the reply contains Accept-Ranges: bytes 14 years ago
Luca Barbato 5ee5dc4e9a nutenc: add namespace to the api facing functions 14 years ago
Anton Khirnov fb4ca26bdb lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions. 14 years ago
Anton Khirnov c11fb8288d AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find(). 14 years ago
Tomas Härdin 8b7222979c isom: add missing AVC-Intra tags, rearrange list and update comments 14 years ago
Kostya Shishkov 10397215aa Use deinterleavers for demangling audio packets in RealMedia. 14 years ago
Stefano Sabatini f2011ed234 fifo: add av_fifo_peek2(), and deprecate av_fifo_peek() 14 years ago
Diego Biurrun c960e67ad0 Replace deprecated av_find_stream_info() by avformat_find_stream_info(). 14 years ago
Sven Hesse 5f677aac76 xmv: eliminate superfluous zeroing of zero data 14 years ago
Alex Converse ad6c7c1b52 mp4: Handle non-trivial ES Descriptors. 14 years ago