| Commit message (Expand) | Author | Age | Files | Lines |
* | Workaround broken AVI files from DC-XZ6. | Michael Niedermayer | 2009-05-25 | 1 | -0/+11 |
* | move DEBUG define before include to get dprintf and change printf to dprintf | Baptiste Coudurier | 2009-05-24 | 1 | -5/+5 |
* | set avi fsize to INT64_MAX if riff tag end is not set and file size is not av... | Baptiste Coudurier | 2009-03-19 | 1 | -1/+1 |
* | Check for alloc failures. | Michael Niedermayer | 2009-02-21 | 1 | -4/+9 |
* | Check for EOF during index reading. | Michael Niedermayer | 2009-02-21 | 1 | -0/+10 |
* | Handle chunks with the MSB in size set correctly that is unsigned. | Michael Niedermayer | 2009-02-21 | 1 | -3/+4 |
* | Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org... | Michael Niedermayer | 2009-02-21 | 1 | -1/+10 |
* | AVI demuxer: return AVERROR_EOF upon detection of end of file. | Peter Ross | 2009-02-19 | 1 | -1/+1 |
* | avidec: fix error introduced in r17382 | Måns Rullgård | 2009-02-16 | 1 | -1/+1 |
* | Add a context to av_log() calls and modify a function prototype to allow it. | Benoit Fouet | 2009-02-16 | 1 | -15/+16 |
* | modify the way to pass parameters to av_metadata_set() | Aurelien Jacobs | 2009-02-02 | 1 | -1/+1 |
* | remove ff_get_fourcc() and use AV_RL32() instead | Aurelien Jacobs | 2009-01-17 | 1 | -1/+2 |
* | Make unsigned int a variable that does not need to be explicitely 32 bits. | Marc Mason | 2009-01-16 | 1 | -1/+1 |
* | replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ | Aurelien Jacobs | 2009-01-14 | 1 | -4/+4 |
* | AVI: add bswap.h include needed on big endian | Måns Rullgård | 2009-01-12 | 1 | -0/+2 |
* | rename AVMetaData to AVMetadata and meta_data to metadata | Aurelien Jacobs | 2009-01-04 | 1 | -1/+1 |
* | Generic metadata API. | Michael Niedermayer | 2009-01-04 | 1 | -12/+14 |
* | Fix bug where the avi demxuer lost the first frame of malformed | Michael Niedermayer | 2008-12-16 | 1 | -1/+1 |
* | 10l (forgot sample_size) | Michael Niedermayer | 2008-12-14 | 1 | -1/+2 |
* | Fix non interleaved variable fps ODML avis. | Michael Niedermayer | 2008-12-14 | 1 | -1/+4 |
* | Favor even chunk sizes in ambiguous cases. | Michael Niedermayer | 2008-10-04 | 1 | -0/+5 |
* | Factorize stream id parsing. | Michael Niedermayer | 2008-10-04 | 1 | -12/+11 |
* | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun | 2008-10-03 | 1 | -4/+4 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -2/+2 |
* | convert every muxer/demuxer to write/read sample_aspect_ratio from/to | Aurelien Jacobs | 2008-08-23 | 1 | -1/+1 |
* | change assert test due to the new reducing of time_base in av_set_pts_info, f... | Baptiste Coudurier | 2008-07-30 | 1 | -2/+1 |
* | spelling cosmetics | Diego Biurrun | 2008-07-04 | 1 | -23/+25 |
* | uniformize AVStream->priv_data freeing in av_close_input_stream | Baptiste Coudurier | 2008-06-20 | 1 | -2/+0 |
* | factorize read_header failure freeing code | Baptiste Coudurier | 2008-06-20 | 1 | -4/+0 |
* | Parse 'dats' as data. | Florian Echtler | 2008-06-18 | 1 | -0/+3 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | Fixes NULL pointer dereference CID66 | Michael Niedermayer | 2008-05-28 | 1 | -0/+3 |
* | Tell the user if a AVI is non interleaved. | Michael Niedermayer | 2008-05-28 | 1 | -1/+3 |
* | consistency cosmetics: indices --> indexes | Diego Biurrun | 2008-05-26 | 1 | -1/+1 |
* | Support non interleaved avi with phantom streams. | Michael Niedermayer | 2008-05-26 | 1 | -1/+1 |
* | Print warning if scale/rate is invalid. | Michael Niedermayer | 2008-04-13 | 1 | -0/+1 |
* | indent | Michael Niedermayer | 2008-04-13 | 1 | -7/+7 |
* | Restructure if/else a little. | Michael Niedermayer | 2008-04-13 | 1 | -2/+3 |
* | indent | Michael Niedermayer | 2008-03-28 | 1 | -43/+41 |
* | 1000l to myself, dereferencing uninitalized pointer. | Michael Niedermayer | 2008-03-28 | 1 | -3/+4 |
* | Support wb00+dc00 chunk mix. | Michael Niedermayer | 2008-03-27 | 1 | -0/+19 |
* | Fix aspect ratio. | Michael Niedermayer | 2008-03-27 | 1 | -1/+1 |
* | One non functional AVPalette chunk less, one heap overflow less. | Michael Niedermayer | 2008-03-20 | 1 | -29/+21 |
* | Use block_align as the avi spec says. | Michael Niedermayer | 2008-03-03 | 1 | -1/+3 |
* | Print slightly more useful info. | Michael Niedermayer | 2008-03-03 | 1 | -2/+2 |
* | Extract aspect ratio from ODML/vprp. | Michael Niedermayer | 2008-01-01 | 1 | -0/+25 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -9/+9 |
* | Add support for AMV variants of AVI files. | Vladimir Voroshilov | 2007-09-29 | 1 | -1/+21 |
* | add support for AVI files with On2 header | Aurelien Jacobs | 2007-09-26 | 1 | -0/+1 |
* | use a table to parse AVI file header | Aurelien Jacobs | 2007-09-26 | 1 | -17/+28 |