summaryrefslogtreecommitdiffstats
path: root/libavformat/avidec.c
Commit message (Expand)AuthorAgeFilesLines
...
* Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer2009-12-131-5/+10
* Fix infinite loop with size==0 && sample_size!=0 in non interleaved avis.Michael Niedermayer2009-10-221-3/+3
* Support non interleaved avi files that have 0<size<sample_size.Michael Niedermayer2009-10-221-17/+13
* Fix playback of strange AVI files with stray LIST.Aurelien Jacobs2009-10-011-0/+6
* Fix a bug with reading non-interleaved AVI if one the streams isMaksym Veremeyenko2009-09-091-0/+6
* Factorise st->nb_index_entries check.Maksym Veremeyenko2009-09-091-1/+4
* Check for seek failures in avi_load_index, otherwise if the index offsetReimar Döffinger2009-08-261-4/+7
* Do not read index chunks as audio/video data; closes issue 1336.Maksym Veremeyenko2009-08-251-0/+6
* avidec: simplify, using av_rescale_q() instead of av_rescale()Aurelien Jacobs2009-08-101-3/+3
* Remove pointless '#ifdef DEBUG' around dprintf macro.Diego Biurrun2009-07-291-2/+0
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-261-1/+1
* Check for failed extradata malloc, fixes a crash in out-of-memory conditionsReimar Döffinger2009-07-031-0/+4
* Check size of "strf" header against size of enclosing "LIST" if there is one.Reimar Döffinger2009-07-031-0/+5
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-221-2/+2
* Workaround broken AVI files from DC-XZ6.Michael Niedermayer2009-05-251-0/+11
* move DEBUG define before include to get dprintf and change printf to dprintfBaptiste Coudurier2009-05-241-5/+5
* set avi fsize to INT64_MAX if riff tag end is not set and file size is not av...Baptiste Coudurier2009-03-191-1/+1
* Check for alloc failures.Michael Niedermayer2009-02-211-4/+9
* Check for EOF during index reading.Michael Niedermayer2009-02-211-0/+10
* Handle chunks with the MSB in size set correctly that is unsigned.Michael Niedermayer2009-02-211-3/+4
* Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org...Michael Niedermayer2009-02-211-1/+10
* AVI demuxer: return AVERROR_EOF upon detection of end of file.Peter Ross2009-02-191-1/+1
* avidec: fix error introduced in r17382Måns Rullgård2009-02-161-1/+1
* Add a context to av_log() calls and modify a function prototype to allow it.Benoit Fouet2009-02-161-15/+16
* modify the way to pass parameters to av_metadata_set()Aurelien Jacobs2009-02-021-1/+1
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-171-1/+2
* Make unsigned int a variable that does not need to be explicitely 32 bits.Marc Mason2009-01-161-1/+1
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-141-4/+4
* AVI: add bswap.h include needed on big endianMåns Rullgård2009-01-121-0/+2
* rename AVMetaData to AVMetadata and meta_data to metadataAurelien Jacobs2009-01-041-1/+1
* Generic metadata API.Michael Niedermayer2009-01-041-12/+14
* Fix bug where the avi demxuer lost the first frame of malformedMichael Niedermayer2008-12-161-1/+1
* 10l (forgot sample_size)Michael Niedermayer2008-12-141-1/+2
* Fix non interleaved variable fps ODML avis.Michael Niedermayer2008-12-141-1/+4
* Favor even chunk sizes in ambiguous cases.Michael Niedermayer2008-10-041-0/+5
* Factorize stream id parsing.Michael Niedermayer2008-10-041-12/+11
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-4/+4
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-2/+2
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-231-1/+1
* change assert test due to the new reducing of time_base in av_set_pts_info, f...Baptiste Coudurier2008-07-301-2/+1
* spelling cosmeticsDiego Biurrun2008-07-041-23/+25
* uniformize AVStream->priv_data freeing in av_close_input_streamBaptiste Coudurier2008-06-201-2/+0
* factorize read_header failure freeing codeBaptiste Coudurier2008-06-201-4/+0
* Parse 'dats' as data.Florian Echtler2008-06-181-0/+3
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Fixes NULL pointer dereference CID66Michael Niedermayer2008-05-281-0/+3
* Tell the user if a AVI is non interleaved.Michael Niedermayer2008-05-281-1/+3
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-261-1/+1
* Support non interleaved avi with phantom streams.Michael Niedermayer2008-05-261-1/+1
* Print warning if scale/rate is invalid.Michael Niedermayer2008-04-131-0/+1
OpenPOWER on IntegriCloud