summaryrefslogtreecommitdiff
path: root/libavformat/avidec.c
Commit message (Expand)AuthorAge
...
* Disable non interleaved avi code when there is no index available.Michael Niedermayer2010-05-20
* Do not use pkt->size when it is potentially uninitialized.Thierry Foucu2010-05-04
* Change a %2 to &1. Patch by Sebastian Vater <cdgs DOT basty googlemail com>.Sebastian Vater2010-04-20
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Avoid creating tiny (possibly only 64 bytes large) audio packets resulting inReimar Döffinger2010-03-14
* Add AVI metadata conversion table.Anton Khirnov2010-02-06
* Support strn tag in avidec.Michael Niedermayer2010-02-05
* Correcting wrong looking stream_id validity check in avidec.Michael Niedermayer2010-02-05
* Only set duration for streams where it is likely correct.Michael Niedermayer2010-02-03
* Set nb_frames.Michael Niedermayer2010-02-02
* Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes iss...Carl Eugen Hoyos2010-01-12
* Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer2009-12-13
* Fix infinite loop with size==0 && sample_size!=0 in non interleaved avis.Michael Niedermayer2009-10-22
* Support non interleaved avi files that have 0<size<sample_size.Michael Niedermayer2009-10-22
* Fix playback of strange AVI files with stray LIST.Aurelien Jacobs2009-10-01
* Fix a bug with reading non-interleaved AVI if one the streams isMaksym Veremeyenko2009-09-09
* Factorise st->nb_index_entries check.Maksym Veremeyenko2009-09-09
* Check for seek failures in avi_load_index, otherwise if the index offsetReimar Döffinger2009-08-26
* Do not read index chunks as audio/video data; closes issue 1336.Maksym Veremeyenko2009-08-25
* avidec: simplify, using av_rescale_q() instead of av_rescale()Aurelien Jacobs2009-08-10
* Remove pointless '#ifdef DEBUG' around dprintf macro.Diego Biurrun2009-07-29
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* Check for failed extradata malloc, fixes a crash in out-of-memory conditionsReimar Döffinger2009-07-03
* Check size of "strf" header against size of enclosing "LIST" if there is one.Reimar Döffinger2009-07-03
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
* Workaround broken AVI files from DC-XZ6.Michael Niedermayer2009-05-25
* move DEBUG define before include to get dprintf and change printf to dprintfBaptiste Coudurier2009-05-24
* set avi fsize to INT64_MAX if riff tag end is not set and file size is not av...Baptiste Coudurier2009-03-19
* Check for alloc failures.Michael Niedermayer2009-02-21
* Check for EOF during index reading.Michael Niedermayer2009-02-21
* Handle chunks with the MSB in size set correctly that is unsigned.Michael Niedermayer2009-02-21
* Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org...Michael Niedermayer2009-02-21
* AVI demuxer: return AVERROR_EOF upon detection of end of file.Peter Ross2009-02-19
* avidec: fix error introduced in r17382Måns Rullgård2009-02-16
* Add a context to av_log() calls and modify a function prototype to allow it.Benoit Fouet2009-02-16
* modify the way to pass parameters to av_metadata_set()Aurelien Jacobs2009-02-02
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-17
* Make unsigned int a variable that does not need to be explicitely 32 bits.Marc Mason2009-01-16
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* AVI: add bswap.h include needed on big endianMåns Rullgård2009-01-12
* rename AVMetaData to AVMetadata and meta_data to metadataAurelien Jacobs2009-01-04
* Generic metadata API.Michael Niedermayer2009-01-04
* Fix bug where the avi demxuer lost the first frame of malformedMichael Niedermayer2008-12-16
* 10l (forgot sample_size)Michael Niedermayer2008-12-14
* Fix non interleaved variable fps ODML avis.Michael Niedermayer2008-12-14
* Favor even chunk sizes in ambiguous cases.Michael Niedermayer2008-10-04
* Factorize stream id parsing.Michael Niedermayer2008-10-04
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08