206 Commits (47806f4119b7cc04d2a8bf26d86ddacaab7aad2b)

Author SHA1 Message Date
Carl Eugen Hoyos 2b50c4f6cc Cosmetics: Reindent after r25023. 14 years ago
Andrew Wason 4ed899f2c5 Fix crash when decoding DV in AVI introduced in r24579 (issue 2174). 14 years ago
Aurelien Jacobs f138fa78a3 100l: av_freep() needs the address of the pointer 14 years ago
Aurelien Jacobs 37287d41f4 avidec: demux ASS and SRT tracks out of GAB2 chunks 15 years ago
Jai Menon bbfb2c8077 avidec : Free packet if dv_produce_packet fails. 15 years ago
Jai Menon a58e6ceae0 avidec : Free codec context before initializing the chained DV demuxer. 15 years ago
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 15 years ago
Michael Niedermayer 9862f9e149 Disable dshow specific bug emulation for amv files as they arent 15 years ago
Michael Niedermayer 89ac23cd40 Rename block_align variable in the avi demuxer to clearly seperate its purpose 15 years ago
Michael Niedermayer d01144b9d3 Duplicate rounding that MS does in one of their implementations of an avi demuxer. 15 years ago
Michael Niedermayer 8a472821a4 Factorize get_duration() out of 4 places of the avi demuxer. 15 years ago
Michael Niedermayer 0c0fd063dd Prevent infinite recursion of odml indexes. 15 years ago
Michael Niedermayer fbfccc0404 Disable non interleaved avi code when there is no index available. 15 years ago
Thierry Foucu e1954bb5ca Do not use pkt->size when it is potentially uninitialized. 15 years ago
Sebastian Vater bf29cbc2cc Change a %2 to &1. Patch by Sebastian Vater <cdgs DOT basty googlemail com>. 15 years ago
Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Reimar Döffinger 28eb577390 Avoid creating tiny (possibly only 64 bytes large) audio packets resulting in 15 years ago
Anton Khirnov 04d2540c4b Add AVI metadata conversion table. 15 years ago
Michael Niedermayer 7a9af8ec19 Support strn tag in avidec. 15 years ago
Michael Niedermayer 1ac0893799 Correcting wrong looking stream_id validity check in avidec. 15 years ago
Michael Niedermayer 3c8d75e65b Only set duration for streams where it is likely correct. 15 years ago
Michael Niedermayer bce8840a4e Set nb_frames. 15 years ago
Carl Eugen Hoyos 0941ee0fa6 Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes issue 1474. 15 years ago
Michael Niedermayer 12ad66712a Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped 15 years ago
Michael Niedermayer df84d7d9bd Fix infinite loop with size==0 && sample_size!=0 in non interleaved avis. 15 years ago
Michael Niedermayer 83a4d356ef Support non interleaved avi files that have 0<size<sample_size. 15 years ago
Aurelien Jacobs e471e3c4a5 Fix playback of strange AVI files with stray LIST. 15 years ago
Maksym Veremeyenko 2c14ded386 Fix a bug with reading non-interleaved AVI if one the streams is 15 years ago
Maksym Veremeyenko b60de406a4 Factorise st->nb_index_entries check. 15 years ago
Reimar Döffinger 44ed34b790 Check for seek failures in avi_load_index, otherwise if the index offset 15 years ago
Maksym Veremeyenko 7305d97f04 Do not read index chunks as audio/video data; closes issue 1336. 15 years ago
Aurelien Jacobs 7a9c86e9f8 avidec: simplify, using av_rescale_q() instead of av_rescale() 15 years ago
Diego Biurrun 18b55f639a Remove pointless '#ifdef DEBUG' around dprintf macro. 16 years ago
Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 16 years ago
Reimar Döffinger 3dcddf82ed Check for failed extradata malloc, fixes a crash in out-of-memory conditions 16 years ago
Reimar Döffinger 5a4a4d7839 Check size of "strf" header against size of enclosing "LIST" if there is one. 16 years ago
Daniel Verkamp 1a40491ef2 Add ff_ prefixes to exported symbols in libavformat/riff.h. 16 years ago
Michael Niedermayer 8c68f25b20 Workaround broken AVI files from DC-XZ6. 16 years ago
Baptiste Coudurier c13b250bad move DEBUG define before include to get dprintf and change printf to dprintf 16 years ago
Baptiste Coudurier 876578914b set avi fsize to INT64_MAX if riff tag end is not set and file size is not available 16 years ago
Michael Niedermayer c60a0f85ee Check for alloc failures. 16 years ago
Michael Niedermayer 8ebe099ac0 Check for EOF during index reading. 16 years ago
Michael Niedermayer f5007cc844 Handle chunks with the MSB in size set correctly that is unsigned. 16 years ago
Michael Niedermayer 31f2616db8 Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org/fccbihgt.php. 16 years ago
Peter Ross 1e04bbeede AVI demuxer: return AVERROR_EOF upon detection of end of file. 16 years ago
Måns Rullgård 037c08d6cd avidec: fix error introduced in r17382 16 years ago
Benoit Fouet 87ad63c0f9 Add a context to av_log() calls and modify a function prototype to allow it. 16 years ago
Aurelien Jacobs 5ea7ce8843 modify the way to pass parameters to av_metadata_set() 16 years ago
Aurelien Jacobs 2bb6eba21d remove ff_get_fourcc() and use AV_RL32() instead 16 years ago