9072 Commits (a40f43db647bfacafbd1e27a4cd5f6134c6e6c53)

Author SHA1 Message Date
Michael Niedermayer 8d960fbc70 ipmovie: fix FPE 13 years ago
Nicolas George 20af3af575 mov: replace AVERROR(EOF) with AVERROR_EOF. 13 years ago
Michael Niedermayer 077b086dea avio: remove ENOTSUP mention in doxy as its not available on all supported platforms 13 years ago
Tomas Härdin 7feb7f16a8 mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps() 13 years ago
Luca Barbato 432f0e5b7d nut: support 10bit YUV 13 years ago
Diego Biurrun a55eb1586c oma: make header compile standalone 13 years ago
Nicolas George b0aaf304a7 Replace PATCHWELCOME by relevant error codes. 13 years ago
Alex Converse 41bdd4adc4 mpegts: Suppress invalid timebase warnings on DMB streams. 13 years ago
Alex Converse d9b89b23df mpegts: Fix typo in handling sections in the PMT. 13 years ago
Michael Niedermayer 154c0a8c98 replace ENOTSUP by AVERROR_PATCHWELCOME 13 years ago
Michael Niedermayer c1acd58198 roq: fix excessive memory alloc 13 years ago
Michael Niedermayer 3c7f75bd84 avidec: move eof check before continue. 13 years ago
Tomas Härdin 5b718009b2 mxfdec: Sanity-check SampleRate 13 years ago
Tomas Härdin 1888bd1b6d mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps() 13 years ago
Tomas Härdin 54cbbdd25a mxfdec: Remove unused variables 13 years ago
Tomas Härdin 6e9081f4d8 mxfdec: Make sure x < index_table->nb_ptses 13 years ago
Tomas Härdin 085249a379 mxfdec: Ignore the last entry in Avid's index table segments 13 years ago
Michael Niedermayer b08a742526 siff: simplify code by using ffio_limit() 13 years ago
Michael Niedermayer 1dcce49e10 soxdec: check av_malloc return. 13 years ago
Luca Barbato 1c66862472 mpegts: rename payload_index to payload_size 13 years ago
Luca Barbato 02e8f03296 segment: introduce segmented chain muxer 13 years ago
Michael Niedermayer 9c5104e84e dsicin demuxer: Fix excessive malloc() 13 years ago
Michael Niedermayer e39eeb10d1 lavf: split out ffio_limit() 13 years ago
Michael Niedermayer f371396dfb rl2demux: Fix FPE 13 years ago
Michael Niedermayer 1c73391d7d siff: Fix excessive memory allocation. 13 years ago
Michael Niedermayer af3f2a87da mov: detect EOF in mov_read_dref() 13 years ago
Anton Khirnov 93fc5a9ff6 lavf: force threads to 1 in avformat_find_stream_info() 13 years ago
Michael Karcher f40e7eb573 lavf: add OpenMG audio muxer. 13 years ago
Anton Khirnov ee20b332c8 omadec: split data that will be used in the muxer to a separate file. 13 years ago
Anton Khirnov 08f7af0c37 lavf: rename oma.c -> omadec.c 13 years ago
Nicolas George 6d7b50117a sbgdec: change -1 into AVERROR(EINVAL). 13 years ago
Michael Niedermayer 4734fb0ece sbgdec: Replace ELOOP by -1 to fix compilation on win32. 13 years ago
Nicolas George 9cb6a39c46 sbgdec: replace EOVERFLOW with ENOMEM. 13 years ago
Michael Niedermayer 53b6503184 avienc: Fix rawvideo 32bit 13 years ago
Michael Niedermayer f890cb948c mtvdemuxer: fix segfault caused by truncated packets. 13 years ago
Michael Niedermayer ee181f84a3 lavf: print an error if a packet has been truncated due to filesize 13 years ago
Michael Niedermayer 207d9eab5a txd/westwood: remove demuxer specific overallocate solutions as the new generic code 13 years ago
Michael Niedermayer 559ae20dda lavf: Update AVIOContext.maxsize when hitting the end. 13 years ago
Tomas Härdin 0e764cf541 mxfdec: Don't parse slices or DeltaEntryArrays 13 years ago
Tomas Härdin f98726551c mxfdec: Remove dead/useless code 13 years ago
Tomas Härdin 2eba8da675 mxfdec: Hybrid demuxing/seeking solution 13 years ago
Tomas Härdin 36c305f9db mxfdec: Add mxf_edit_unit_absolute_offset() 13 years ago
Tomas Härdin b56adc7842 mxfdec: Replace zero IndexDurations with st->duration 13 years ago
Tomas Härdin 2212e040b7 mxfdec: Add "fake" index to MXFIndexTable to assist seeking 13 years ago
Tomas Härdin 8ce41721a4 mxfdec: Add MXFIndexTables 13 years ago
Tomas Härdin 31029e30fa mxfdec: Move mxf_read_packet*() near the bottom of the file 13 years ago
Vladimir Pantelic 65a25adc97 mpegts: replace some magic numbers with the existing define 13 years ago
Michael Niedermayer 62adc60b97 avidec: Check that the header chunks fit in the available filesize. 13 years ago
Michael Niedermayer f72601d063 txddemux: Limit allocated packets to filesize. 13 years ago
Michael Niedermayer a000975444 thp: simplify overallocate checks. 13 years ago