182 Commits (e75d233506a044b1fcf81250d0941a2176fe6399)

Author SHA1 Message Date
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
Marc Mason 9d9aac84f6 Make unsigned int a variable that does not need to be explicitely 32 bits. 16 years ago
Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 16 years ago
Måns Rullgård 7b114c0925 AVI: add bswap.h include needed on big endian 16 years ago
Aurelien Jacobs bc1d2afb37 rename AVMetaData to AVMetadata and meta_data to metadata 16 years ago
Michael Niedermayer 47146dfbf6 Generic metadata API. 16 years ago
Michael Niedermayer ca5b528ea1 Fix bug where the avi demxuer lost the first frame of malformed 16 years ago
Michael Niedermayer a3bb564ee5 10l (forgot sample_size) 16 years ago
Michael Niedermayer 25983dcd53 Fix non interleaved variable fps ODML avis. 16 years ago
Michael Niedermayer 7ccc636f03 Favor even chunk sizes in ambiguous cases. 16 years ago
Michael Niedermayer f080a7bd90 Factorize stream id parsing. 16 years ago
Diego Biurrun bc5c918ea8 Remove offset_t typedef and use int64_t directly instead. 16 years ago
Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
Aurelien Jacobs 5972945197 convert every muxer/demuxer to write/read sample_aspect_ratio from/to 16 years ago
Baptiste Coudurier 62f2523062 change assert test due to the new reducing of time_base in av_set_pts_info, fix #561 17 years ago
Diego Biurrun 15d6e3612f spelling cosmetics 17 years ago
Baptiste Coudurier ade8d8b939 uniformize AVStream->priv_data freeing in av_close_input_stream 17 years ago
Baptiste Coudurier ccafd47251 factorize read_header failure freeing code 17 years ago
Florian Echtler 25176d6e22 Parse 'dats' as data. 17 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Michael Niedermayer fce88d52ca Fixes NULL pointer dereference CID66 17 years ago
Michael Niedermayer 9d4cd3bfd5 Tell the user if a AVI is non interleaved. 17 years ago
Diego Biurrun f4433de9ef consistency cosmetics: indices --> indexes 17 years ago
Michael Niedermayer 2be83b96b6 Support non interleaved avi with phantom streams. 17 years ago
Michael Niedermayer 7ce76ee433 Print warning if scale/rate is invalid. 17 years ago