| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | remove broken movi_end skip-hack-check | Michael Niedermayer | 2007-08-14 | 1 | -9/+2 |
* | do not misuse movi_end for checking chunk sizes | Michael Niedermayer | 2007-08-14 | 1 | -2/+7 |
* | Hack to support XSUB subtitles in AVI | Reimar Döffinger | 2007-08-05 | 1 | -0/+7 |
* | add an enum for need_parsing | Aurelien Jacobs | 2007-04-15 | 1 | -2/+2 |
* | timestamps generation improvement when parsing avi | Joakim Plate | 2007-04-13 | 1 | -2/+2 |
* | allocate 32 extra bytes at the end of the probe buffer and remove most probe ... | Michael Niedermayer | 2007-04-08 | 1 | -2/+0 |
* | fix demuxing of broken MVI_3011.avi | Michael Niedermayer | 2007-03-10 | 1 | -0/+7 |
* | support yet another broken avi (filedoesitbetter.avi) which has a wrong strea... | Michael Niedermayer | 2007-02-13 | 1 | -26/+20 |
* | supporting files with A,V,I,0x19 header | Michael Niedermayer | 2007-02-07 | 1 | -1/+4 |
* | indent | Michael Niedermayer | 2007-02-05 | 1 | -8/+8 |
* | dynamic index building so forward and backward seeking in avi without an inde... | Michael Niedermayer | 2007-02-05 | 1 | -6/+8 |
* | remove padding to 16bit code, i dont think this change can break anything and... | Michael Niedermayer | 2007-01-23 | 1 | -4/+0 |
* | Make nb_streams unsigned to avoid an ugly cast. | Diego Biurrun | 2007-01-16 | 1 | -1/+1 |
* | fixing segfault with http://sam.zoy.org/zzuf/lol-ffplay.avi | Michael Niedermayer | 2007-01-15 | 1 | -1/+1 |
* | * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>) | Roman Shaposhnik | 2007-01-11 | 1 | -3/+30 |
* | Fix misplaced comment. | Diego Biurrun | 2006-11-18 | 1 | -2/+2 |
* | Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI files | Diego Biurrun | 2006-11-18 | 1 | -7/+6 |
* | fix support for avis with sample_size > packet size | Michael Niedermayer | 2006-11-16 | 1 | -5/+6 |
* | cosmetic: fix indentation after previous commit | Aurelien Jacobs | 2006-11-12 | 1 | -3/+3 |
* | Fix avidec.c compilation when dv demuxer is disabled. | Aurelien Jacobs | 2006-11-12 | 1 | -3/+5 |
* | get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_... | Baptiste Coudurier | 2006-11-09 | 1 | -0/+3 |
* | Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. | Steve L'Homme | 2006-11-01 | 1 | -11/+11 |
* | reindentation, patch by From: Steve Lhomme, slhomme divxcorp com | Steve L'Homme | 2006-11-01 | 1 | -6/+6 |
* | replace coder/decoder file description in libavformat by muxer/demuxer | Aurelien Jacobs | 2006-10-23 | 1 | -1/+1 |