Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-20set avi fsize to INT64_MAX if riff tag end is not set and file size is not av...Baptiste Coudurier
2009-02-21Check for alloc failures.Michael Niedermayer
2009-02-21Check for EOF during index reading.Michael Niedermayer
2009-02-21Handle chunks with the MSB in size set correctly that is unsigned.Michael Niedermayer
2009-02-21Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org...Michael Niedermayer
2009-02-19AVI demuxer: return AVERROR_EOF upon detection of end of file.Peter Ross
2009-02-16avidec: fix error introduced in r17382Måns Rullgård
2009-02-16Add a context to av_log() calls and modify a function prototype to allow it.Benoit Fouet
2009-02-03modify the way to pass parameters to av_metadata_set()Aurelien Jacobs
2009-01-17remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs
2009-01-16Make unsigned int a variable that does not need to be explicitely 32 bits.Marc Mason
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2009-01-12AVI: add bswap.h include needed on big endianMåns Rullgård
2009-01-05rename AVMetaData to AVMetadata and meta_data to metadataAurelien Jacobs
2009-01-04Generic metadata API.Michael Niedermayer
2008-12-16Fix bug where the avi demxuer lost the first frame of malformedMichael Niedermayer
2008-12-1410l (forgot sample_size)Michael Niedermayer
2008-12-14Fix non interleaved variable fps ODML avis.Michael Niedermayer
2008-10-05Favor even chunk sizes in ambiguous cases.Michael Niedermayer
2008-10-05Factorize stream id parsing.Michael Niedermayer
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-08-24convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs
2008-07-31change assert test due to the new reducing of time_base in av_set_pts_info, f...Baptiste Coudurier
2008-07-04spelling cosmeticsDiego Biurrun
2008-06-20uniformize AVStream->priv_data freeing in av_close_input_streamBaptiste Coudurier
2008-06-20factorize read_header failure freeing codeBaptiste Coudurier
2008-06-18Parse 'dats' as data.Florian Echtler
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-28Fixes NULL pointer dereference CID66Michael Niedermayer
2008-05-28Tell the user if a AVI is non interleaved.Michael Niedermayer
2008-05-27consistency cosmetics: indices --> indexesDiego Biurrun
2008-05-27Support non interleaved avi with phantom streams.Michael Niedermayer
2008-04-13Print warning if scale/rate is invalid.Michael Niedermayer
2008-04-13indentMichael Niedermayer
2008-04-13Restructure if/else a little.Michael Niedermayer
2008-03-28indentMichael Niedermayer
2008-03-281000l to myself, dereferencing uninitalized pointer.Michael Niedermayer
2008-03-27Support wb00+dc00 chunk mix.Michael Niedermayer
2008-03-27Fix aspect ratio.Michael Niedermayer
2008-03-20One non functional AVPalette chunk less, one heap overflow less.Michael Niedermayer
2008-03-03Use block_align as the avi spec says.Michael Niedermayer
2008-03-03Print slightly more useful info.Michael Niedermayer
2008-01-02Extract aspect ratio from ODML/vprp.Michael Niedermayer
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-09-30Add support for AMV variants of AVI files.Vladimir Voroshilov
2007-09-26add support for AVI files with On2 headerAurelien Jacobs
2007-09-26use a table to parse AVI file headerAurelien Jacobs
2007-08-14remove broken movi_end skip-hack-checkMichael Niedermayer
2007-08-14do not misuse movi_end for checking chunk sizesMichael Niedermayer