summaryrefslogtreecommitdiff
path: root/libavformat/avidec.c
Commit message (Collapse)AuthorAge
...
* Allow to get the the track number in the IPRT (part) tag in AVI.Panagiotis Issaris2006-09-07
| | | | | | | | | Patch by Panagiotis Issaris % takis P issaris A uhasselt P be % Original thread: Date: Sep 6, 2006 6:00 PM Subject: [Ffmpeg-devel] [PATCH] Enable track tag in AVI Originally committed as revision 6190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Better tag support:Panagiotis Issaris2006-09-07
| | | | | | | | | | | - Make ffplay show comments and copyright info besides the current track, title, author, album, year and genre. - Makes the AVI demuxer parse the album name stores in the IPRD tag by the AVI muxer. Patch by takis P issaris A uhasselt P be Original thread: [Ffmpeg-devel] [PATCH] Better tag support Date: 09/06/06 16:58 Originally committed as revision 6186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ignore index parameter to ignore the ODML index in aviMichael Niedermayer2006-09-05
| | | | Originally committed as revision 6177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix for AVI files with odd sized 'movi' listDavid Conrad2006-08-31
| | | | | | | | | Patch by David Conrad <davedc_@umbc.edu> Original thread: Date: Wed, 30 Aug 2006 15:12:35 -0400 Subject: [Ffmpeg-devel] [PATCH] Fix for AVI files with odd sized 'movi' list Originally committed as revision 6140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support some totally broken ODML variantMichael Niedermayer2006-08-25
| | | | Originally committed as revision 6091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVI tag reading and writing patch by David Conrad.David Conrad2006-08-18
| | | | | | umovimus at gmail dot com Originally committed as revision 6022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
| | | | Originally committed as revision 5720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
| | | | Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
| | | | Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warningsMåns Rullgård2006-07-02
| | | | Originally committed as revision 5586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-16
| | | | Originally committed as revision 5484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont load the index if we cant seek backMichael Niedermayer2006-06-14
| | | | Originally committed as revision 5475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix demuxing of AVIs with pad streams.Kostya Shishkov2006-04-06
| | | | Originally committed as revision 5271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dwstart supportMichael Niedermayer2006-03-02
| | | | Originally committed as revision 5097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing demuxing of minorityreport.AVIMichael Niedermayer2006-03-02
| | | | Originally committed as revision 5096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing av sync in videotest.avi (index doesnt match chunks, header doesnt ↵Michael Niedermayer2006-03-01
| | | | | | indicate that) Originally committed as revision 5088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support seeking in RenderAvi.avi (audio stream == single huge chunk)Michael Niedermayer2006-03-01
| | | | Originally committed as revision 5087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l forgot to set packet_sizeMichael Niedermayer2006-03-01
| | | | Originally committed as revision 5086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix demuxing of XviD_with_3_AAC-HE_audio_streams.aviMichael Niedermayer2006-03-01
| | | | Originally committed as revision 5085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add movi_list offset into indexMichael Niedermayer2006-03-01
| | | | Originally committed as revision 5084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add size to AVIndexMichael Niedermayer2006-03-01
| | | | Originally committed as revision 5083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ODML index parsing supportMichael Niedermayer2006-03-01
| | | | Originally committed as revision 5081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård2005-09-06
| | | | Originally committed as revision 4567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse pict_type for streams in aviMichael Niedermayer2005-08-15
| | | | | | | fix mpeg4 parser so it outputs te pict_type support header only parseing without repacking Originally committed as revision 4527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill a bunch of compiler warningsMåns Rullgård2005-08-14
| | | | Originally committed as revision 4522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer2005-07-17
| | | | | | AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVPacket.posMichael Niedermayer2005-05-26
| | | | Originally committed as revision 4314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* drop most url_fileno() calls (allows to use ByteIOContext directly in caller ↵Aurelien Jacobs2005-05-19
| | | | | | apps instead of URLProtocol) Originally committed as revision 4275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to native time basesMichael Niedermayer2005-04-30
| | | | Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2005-03-24
| | | | Originally committed as revision 4079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more fine grained discarding of packetsMichael Niedermayer2005-03-17
| | | | Originally committed as revision 4051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reverse zero packet dissapearence "feature"Michael Niedermayer2005-03-16
| | | | Originally committed as revision 4046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup strh parserMichael Niedermayer2005-03-15
| | | | Originally committed as revision 4041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* non interleaved avi supportMichael Niedermayer2005-03-15
| | | | | | various fixes/workarounds Originally committed as revision 4038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use libavformats index system instead of the half duplicated mess in avidec.cMichael Niedermayer2005-03-13
| | | | Originally committed as revision 4036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* audio duration fix?Michael Niedermayer2005-02-08
| | | | Originally committed as revision 3952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* overflowsMichael Niedermayer2005-02-04
| | | | Originally committed as revision 3935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support discarding of uninterresting packetsMichael Niedermayer2005-01-22
| | | | Originally committed as revision 3858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1/0 fixMichael Niedermayer2005-01-21
| | | | Originally committed as revision 3856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* integer overflows, heap corruptionMichael Niedermayer2005-01-08
| | | | | | | possible arbitrary code execution cannot be ruled out in some cases precautionary checks Originally committed as revision 3813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* broken avi / div by zero fixMichael Niedermayer2004-12-19
| | | | Originally committed as revision 3761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate a few bytes more for extradata so the bitstream reader if its used ↵Michael Niedermayer2004-11-13
| | | | | | by the codec for parsing extardata, doesnt read over the end Originally committed as revision 3679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* When playingKostya Shishkov2004-11-12
| | | | | | | | | | | ftp://ftp.mplayerhq.hu/MPlayer/samples/V-codecs/QPEG/VWbig6.avi with my decoder (should appear soon) it hadn't changed palette even there are palette change chunks in that AVI. Here is small patch to make it work (zero number of colors to change in that chunk actually means to change ALL colors). patch by (Kostya <cannonball>at<bw-team>dot<com>) Originally committed as revision 3670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing demuxing of vc2_intro.aviMichael Niedermayer2004-10-19
| | | | Originally committed as revision 3610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * static allocation for audio packets. This will make it a little bitRoman Shaposhnik2004-10-13
| | | | | | | | faster and easier to follow. * misc. fixes for problems with seeking Originally committed as revision 3590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (forgoten seeking functions)Michael Niedermayer2004-10-11
| | | | Originally committed as revision 3585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pads streamMichael Niedermayer2004-09-28
| | | | Originally committed as revision 3531 to svn://svn.ffmpeg.org/ffmpeg/trunk