| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Allow to get the the track number in the IPRT (part) tag in AVI. | Panagiotis Issaris | 2006-09-07 | 1 | -0/+5 |
* | Better tag support: | Panagiotis Issaris | 2006-09-07 | 1 | -0/+3 |
* | ignore index parameter to ignore the ODML index in avi | Michael Niedermayer | 2006-09-05 | 1 | -1/+1 |
* | Fix for AVI files with odd sized 'movi' list | David Conrad | 2006-08-31 | 1 | -1/+1 |
* | support some totally broken ODML variant | Michael Niedermayer | 2006-08-25 | 1 | -6/+20 |
* | AVI tag reading and writing patch by David Conrad. | David Conrad | 2006-08-18 | 1 | -0/+24 |
* | move common stuff from avienc.c and wav.c to new file riff.c | Måns Rullgård | 2006-07-12 | 1 | -0/+1 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 1 | -7/+1 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -2/+2 |
* | kill warnings | Måns Rullgård | 2006-07-02 | 1 | -5/+7 |
* | free codec extradata in av_close_input_file | Måns Rullgård | 2006-06-16 | 1 | -1/+0 |
* | dont load the index if we cant seek back | Michael Niedermayer | 2006-06-14 | 1 | -3/+5 |
* | Fix demuxing of AVIs with pad streams. | Kostya Shishkov | 2006-04-06 | 1 | -0/+3 |
* | dwstart support | Michael Niedermayer | 2006-03-02 | 1 | -2/+2 |
* | fixing demuxing of minorityreport.AVI | Michael Niedermayer | 2006-03-02 | 1 | -2/+4 |
* | fixing av sync in videotest.avi (index doesnt match chunks, header doesnt ind... | Michael Niedermayer | 2006-03-01 | 1 | -1/+7 |
* | support seeking in RenderAvi.avi (audio stream == single huge chunk) | Michael Niedermayer | 2006-03-01 | 1 | -0/+27 |
* | 10l forgot to set packet_size | Michael Niedermayer | 2006-03-01 | 1 | -2/+5 |
* | fix demuxing of XviD_with_3_AAC-HE_audio_streams.avi | Michael Niedermayer | 2006-03-01 | 1 | -6/+8 |
* | add movi_list offset into index | Michael Niedermayer | 2006-03-01 | 1 | -2/+2 |
* | add size to AVIndex | Michael Niedermayer | 2006-03-01 | 1 | -5/+8 |
* | ODML index parsing support | Michael Niedermayer | 2006-03-01 | 1 | -3/+68 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -44/+44 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -41/+41 |
* | Kill some compiler warnings. Compiled code verified identical after changes. | Måns Rullgård | 2005-09-06 | 1 | -1/+1 |
* | parse pict_type for streams in avi | Michael Niedermayer | 2005-08-15 | 1 | -0/+1 |
* | kill a bunch of compiler warnings | Måns Rullgård | 2005-08-14 | 1 | -2/+0 |
* | changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo... | Michael Niedermayer | 2005-07-17 | 1 | -31/+31 |
* | AVPacket.pos | Michael Niedermayer | 2005-05-26 | 1 | -2/+1 |
* | drop most url_fileno() calls (allows to use ByteIOContext directly in caller ... | Aurelien Jacobs | 2005-05-19 | 1 | -2/+2 |