7564 Commits (9bd854b1ff342f82efa6d2ad4e8fefddce5fa731)

Author SHA1 Message Date
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
Alex Converse 7e6029f98a lavf utils: Fix bad indentation. 14 years ago
Alberto Delmás 45ecda8554 Windows Media Image decoder (WMVP/WVP2) 14 years ago
Anton Khirnov fb42d156ed movenc: use libx264 by default when possible for mov, mp4 and psp 14 years ago
Anton Khirnov b71389cbae avienc: saner default audio codec. 14 years ago
Anton Khirnov 3436c4a368 matroskaenc: saner default codecs. 14 years ago
Kostya Shishkov ccb919e34b WavPack demuxer: do not rely on index when timestamp is not in indexed range. 14 years ago
Kostya Shishkov 5561fe487f WavPack demuxer: store position of the first block in index. 14 years ago
Sven Hesse c6c6c1aaa6 add XMV demuxer 14 years ago
Kostya Shishkov a43b1e74e2 rmdec: parse FPS in RealMedia properly 14 years ago
Kostya Shishkov 48ce8b8da7 Use parsers for RealVideo 3/4 to determine correct PTS 14 years ago
Kostya Shishkov 7c1f6df4b5 rmdec: correct DTS calculation in RealMedia container. 14 years ago
Anton Khirnov a3f2f766af matroskaenc: vertical alignment. 14 years ago
Anton Khirnov 15c14ce6b2 matroskaenc: implement query_codec() 14 years ago
Anton Khirnov 48f9e457ea lavf: add avformat_query_codec(). 14 years ago
Luca Barbato 7f5bf4fbaf flvenc: use int64_t to store offsets 14 years ago
Diogo Franco f1f298cd32 Do not write ID3v1 tags by default 14 years ago
Alex Converse d8b999e2d0 mpegts: log into an AVFormatContext rather than MpegTSContext. 14 years ago
Anton Khirnov eb97dbb05a movenc: change AV_LOG_INFO to AV_LOG_WARNING for some warnings 14 years ago
Anton Khirnov c14fe6bc99 lavf,lavd: remove all usage of AVFormatParameters from demuxers. 14 years ago
Kostya Shishkov e9fb763611 Remove redundant and dubious video codec detection by its extradata 14 years ago
Dustin Brody 2f63440c59 lavf: add support for error_recognition, use it in avidec, and bump minor API version 14 years ago
Anton Khirnov 4d58e4cb4c Rename ffserver to avserver. 14 years ago
Luca Barbato 1bf6cb85be applehttp: fix variant discard logic 14 years ago
Zohar Kelrich 73e8e8dbf9 lavf: Add an option to discard corrupted frames 14 years ago