summaryrefslogtreecommitdiff
path: root/libavformat/avidec.c
Commit message (Expand)AuthorAge
* 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
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-23
* change assert test due to the new reducing of time_base in av_set_pts_info, f...Baptiste Coudurier2008-07-30
* spelling cosmeticsDiego Biurrun2008-07-04
* uniformize AVStream->priv_data freeing in av_close_input_streamBaptiste Coudurier2008-06-20
* factorize read_header failure freeing codeBaptiste Coudurier2008-06-20
* Parse 'dats' as data.Florian Echtler2008-06-18
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Fixes NULL pointer dereference CID66Michael Niedermayer2008-05-28
* Tell the user if a AVI is non interleaved.Michael Niedermayer2008-05-28
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-26
* Support non interleaved avi with phantom streams.Michael Niedermayer2008-05-26
* Print warning if scale/rate is invalid.Michael Niedermayer2008-04-13
* indentMichael Niedermayer2008-04-13
* Restructure if/else a little.Michael Niedermayer2008-04-13
* indentMichael Niedermayer2008-03-28
* 1000l to myself, dereferencing uninitalized pointer.Michael Niedermayer2008-03-28
* Support wb00+dc00 chunk mix.Michael Niedermayer2008-03-27
* Fix aspect ratio.Michael Niedermayer2008-03-27
* One non functional AVPalette chunk less, one heap overflow less.Michael Niedermayer2008-03-20
* Use block_align as the avi spec says.Michael Niedermayer2008-03-03
* Print slightly more useful info.Michael Niedermayer2008-03-03
* Extract aspect ratio from ODML/vprp.Michael Niedermayer2008-01-01
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Add support for AMV variants of AVI files.Vladimir Voroshilov2007-09-29
* add support for AVI files with On2 headerAurelien Jacobs2007-09-26
* use a table to parse AVI file headerAurelien Jacobs2007-09-26
* remove broken movi_end skip-hack-checkMichael Niedermayer2007-08-14
* do not misuse movi_end for checking chunk sizesMichael Niedermayer2007-08-14
* Hack to support XSUB subtitles in AVIReimar Döffinger2007-08-05