110 Commits (9301a0b4a9f640b24e6dcaa71ce1be53fdee7b48)

Author SHA1 Message Date
Michael Niedermayer d09ea618ed supporting files with A,V,I,0x19 header 18 years ago
Michael Niedermayer 4323b09d38 indent 18 years ago
Michael Niedermayer ded3c7da61 dynamic index building so forward and backward seeking in avi without an index is possible 18 years ago
Michael Niedermayer 79a5b35c05 remove padding to 16bit code, i dont think this change can break anything and it makes the broken MPEG2-pub.avi from http://www.albx79.it/stuff/ playable other players arent that picky either ... 18 years ago
Diego Biurrun db69c2e590 Make nb_streams unsigned to avoid an ugly cast. 18 years ago
Michael Niedermayer c33fc0a540 fixing segfault with http://sam.zoy.org/zzuf/lol-ffplay.avi 18 years ago
Roman Shaposhnik 6eb2de748d * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>) 18 years ago
Diego Biurrun 5836d158b6 Fix misplaced comment. 18 years ago
Diego Biurrun 8662900b3b Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI files 18 years ago
Michael Niedermayer 2b70eb2bed fix support for avis with sample_size > packet size 18 years ago
Aurelien Jacobs 38ca53dae9 cosmetic: fix indentation after previous commit 18 years ago
Aurelien Jacobs a2a6332b56 Fix avidec.c compilation when dv demuxer is disabled. 18 years ago
Baptiste Coudurier cbee7a6944 get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used 18 years ago
Steve L'Homme 949b1a13bf Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 18 years ago
Steve L'Homme e344c1ea36 reindentation, patch by From: Steve Lhomme, slhomme divxcorp com 18 years ago
Aurelien Jacobs 7fbde3431a replace coder/decoder file description in libavformat by muxer/demuxer 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Panagiotis Issaris 2ad4648f97 Allow to get the the track number in the IPRT (part) tag in AVI. 18 years ago
Panagiotis Issaris f0861f466f Better tag support: 18 years ago
Michael Niedermayer 2c00106c2b ignore index parameter to ignore the ODML index in avi 18 years ago
David Conrad 2064c77ab9 Fix for AVI files with odd sized 'movi' list 18 years ago
Michael Niedermayer 965a63af2b support some totally broken ODML variant 18 years ago
David Conrad 57060f8936 AVI tag reading and writing patch by David Conrad. 18 years ago
Måns Rullgård 9d9f4119bd move common stuff from avienc.c and wav.c to new file riff.c 18 years ago
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 18 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 18 years ago
Måns Rullgård 26b891356c kill warnings 18 years ago
Måns Rullgård a5e9102b4b free codec extradata in av_close_input_file 19 years ago
Michael Niedermayer b7b225581f dont load the index if we cant seek back 19 years ago
Kostya Shishkov 1c6606e2d0 Fix demuxing of AVIs with pad streams. 19 years ago
Michael Niedermayer b72a2bc82f dwstart support 19 years ago
Michael Niedermayer e84dab5f57 fixing demuxing of minorityreport.AVI 19 years ago
Michael Niedermayer 8945ebb9c1 fixing av sync in videotest.avi (index doesnt match chunks, header doesnt indicate that) 19 years ago
Michael Niedermayer 115e8ae577 support seeking in RenderAvi.avi (audio stream == single huge chunk) 19 years ago
Michael Niedermayer 8223bca50d 10l forgot to set packet_size 19 years ago
Michael Niedermayer 1894edeb74 fix demuxing of XviD_with_3_AAC-HE_audio_streams.avi 19 years ago
Michael Niedermayer 5c89153e90 add movi_list offset into index 19 years ago
Michael Niedermayer 30a43f2d09 add size to AVIndex 19 years ago
Michael Niedermayer 94d1d6c02d ODML index parsing support 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Måns Rullgård 79396ac685 Kill some compiler warnings. Compiled code verified identical after changes. 19 years ago
Michael Niedermayer 7cbaa7bafa parse pict_type for streams in avi 19 years ago
Måns Rullgård bf4e3bd2d0 kill a bunch of compiler warnings 19 years ago
Michael Niedermayer 01f4895c68 changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility 19 years ago
Michael Niedermayer 2692067a45 AVPacket.pos 20 years ago
Aurelien Jacobs a965c478b2 drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) 20 years ago
Michael Niedermayer c0df9d75bd switch to native time bases 20 years ago
Michael Niedermayer d46db490b1 segfault fix 20 years ago