summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* prevent infinite loop with VORC012.WMAMichael Niedermayer2006-09-27
| | | | Originally committed as revision 6361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some signedness warningsMåns Rullgård2006-09-27
| | | | Originally committed as revision 6355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless memset()Måns Rullgård2006-09-27
| | | | Originally committed as revision 6353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix r_frame_rate init code for groundhog.vobMichael Niedermayer2006-09-26
| | | | Originally committed as revision 6345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* drop broken telecine detection codeMichael Niedermayer2006-09-26
| | | | Originally committed as revision 6343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentMichael Niedermayer2006-09-26
| | | | Originally committed as revision 6342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont ignore MAX_READ_SIZEMichael Niedermayer2006-09-26
| | | | Originally committed as revision 6341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support forward seeking in non seekable streamsMichael Niedermayer2006-09-26
| | | | Originally committed as revision 6340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify seek() failure checkMichael Niedermayer2006-09-26
| | | | Originally committed as revision 6339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WavPack lossless audio decoderKostya Shishkov2006-09-26
| | | | Originally committed as revision 6336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify url_fseek()Michael Niedermayer2006-09-22
| | | | Originally committed as revision 6316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-21
| | | | | | libavformat/utils.c into libavutil Originally committed as revision 6310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reduce scores if the mp3 frames dont start from the begin of the file (fixes ↵Michael Niedermayer2006-09-20
| | | | | | flv deteted as mp3 issues) Originally committed as revision 6304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Migrate the "packetsize" OptionDef option to become an AVOption.Panagiotis Issaris2006-09-20
| | | | Originally committed as revision 6293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Migrate the "muxrate" OptionDef option to become an AVOption.Panagiotis Issaris2006-09-20
| | | | Originally committed as revision 6292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FLV seeking patch by Nazo. lovesyao at aol com.Nazo2006-09-17
| | | | Originally committed as revision 6285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split the DV demuxer and muxer into separate files (as suggested by DiegoPanagiotis Issaris2006-09-15
| | | | | | Biurrun). Originally committed as revision 6272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for 8-bit grayscale to V4L grabberMichael Benjamin2006-09-15
| | | | | | | | | patch by Michael Benjamin % neuroptik AH gmail.com % Original thread: Date: Aug 24, 2006 5:40 PM Subject: [Ffmpeg-devel] V4L grab.c patch for Grayscale Originally committed as revision 6259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for grayscale rawvideo aviPhilippe De Muyter2006-09-15
| | | | | | | | | patch by Philippe De Muyter %phdm A macqel P be% Original thread: Date: Sep 15, 2006 10:18 AM Subject: [Ffmpeg-devel] [PATCH] ffmpeg does not recognize his own grayscale rawvideo avi's Originally committed as revision 6255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make OFFSET() reuse offsetofPanagiotis Issaris2006-09-14
| | | | Originally committed as revision 6251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove a redundant memset from libavformat.Panagiotis Issaris2006-09-14
| | | | Originally committed as revision 6250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l typoMichael Niedermayer2006-09-12
| | | | Originally committed as revision 6240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a VP6F fourcc for apps which rely on fourccAurelien Jacobs2006-09-12
| | | | Originally committed as revision 6232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* workaround for files, mainly d-cinema, with 0 sized tags especially UMID in ↵Baptiste Coudurier2006-09-11
| | | | | | source clip, 377M B.10,13 clearly mentions that this is non standard though Originally committed as revision 6230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use and set sane AVOption defaultsPanagiotis Issaris2006-09-10
| | | | | | | | | Patch by Takis Original thread: Date: Sep 8, 2006 3:26 PM Subject: [Ffmpeg-devel] [PATCH 2/2] Use and set sane AVOption defaults Originally committed as revision 6227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow ffmpeg to read mp3s beginning with partial framesAndreas Öman2006-09-10
| | | | | | | | | Patch by Andreas Oman andreas A olebyn P nu Original thread: Date: Sep 10, 2006 7:26 AM Subject: Re: [Ffmpeg-devel] [PATCH] allow ffmpeg to read mp3s beginning with partial frames Originally committed as revision 6225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make AVOptions default value field work.Panagiotis Issaris2006-09-10
| | | | | | | | | Patch by Panagiotis Issaris % takis P issaris A uhasselt P be % Original thread: Date: Sep 8, 2006 3:22 PM Subject: [Ffmpeg-devel] [PATCH 1/2] Enable usage of AVOption default value Originally committed as revision 6224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
| | | | Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP5 and VP6 video decoderAurelien Jacobs2006-09-09
| | | | Originally committed as revision 6213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVPROBE_SCORE_MAX docMichael Niedermayer2006-09-09
| | | | Originally committed as revision 6206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* undefines a few temporary defines which were not undefined after their usage.Panagiotis Issaris2006-09-09
| | | | | | Patch by Panagiotis Issaris Originally committed as revision 6205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove empty variable declaration.Diego Biurrun2006-09-08
| | | | Originally committed as revision 6199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable setting the year and track number using AVOptionPanagiotis Issaris2006-09-08
| | | | | | | | | | Patch by Takis Original thread: Date: Sep 6, 2006 5:43 PM Subject: [Ffmpeg-devel] [PATCH] Enhance genre, year and track tag support Originally committed as revision 6196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* makes avformat_get_context_defaults() staticPanagiotis Issaris2006-09-08
| | | | | | | | | | | | when the next compatibility breaking change occurs, as suggested by Michael Niedermayer here: http://article.gmane.org/gmane.comp.video.ffmpeg.devel/36377 Patch by Takis Original thread: Date: Sep 8, 2006 11:19 AM Subject: [Ffmpeg-devel] [PATCH] Make avformat_get_context_defaults static Originally committed as revision 6195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix sound of SampleVideo.mov (mp2 in mov)Michael Niedermayer2006-09-07
| | | | Originally committed as revision 6191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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
* Allow to store the the track number though 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 6189 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
* Allow RGB Raw encodingJavier Garcia2006-09-06
| | | | | | | | | Patch by Javier garcia % garcofra A hotmail P com % Original thread: Date: Aug 30, 2006 1:49 PM Subject: [Ffmpeg-devel] [PATCH] RGB Raw ecoding Originally committed as revision 6180 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
* VMware Video decoder (fourcc: VMnc)Kostya Shishkov2006-09-05
| | | | Originally committed as revision 6171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move track timescale/sampleDuration init to write_header and return error if ↵Baptiste Coudurier2006-09-04
| | | | | | not set Originally committed as revision 6167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ↵Michel Bardiaux2006-09-04
| | | | | | | | | | mediaxim P be % Original thread: Date: Aug 30, 2006 4:54 PM Subject: [Ffmpeg-devel] [PATCH] Clarified API for numbered sequences Originally committed as revision 6166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WVC1 is now decodeable with VC-1 decoder.Kostya Shishkov2006-09-04
| | | | Originally committed as revision 6163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Restructuring the division of labor between DV codec and DV formatRoman Shaposhnik2006-09-04
| | | | | | [ Based on a patch by Brian Brice (bbrice at newtek dot com) ] Originally committed as revision 6161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Switch license from GPL to LGPL, this file originates from libdv, whichDiego Biurrun2006-09-03
| | | | | | | changed license from GPL to LGPL eventually, see http://sourceforge.net/mailarchive/forum.php?thread_id=3320020&forum_id=5458 Originally committed as revision 6158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant declarationsMåns Rullgård2006-09-02
| | | | Originally committed as revision 6153 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
* fix b pyramid in mp4 muxing if no dts are provided to the muxerMichael Niedermayer2006-08-30
| | | | Originally committed as revision 6133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for information in CDXA formatAllan Sandfeld Jensen2006-08-29
| | | | | | | | | patch by Allan Sandfeld Jensen % kde A carewolf P com % Original thread: Date: Aug 18, 2006 6:33 PM Subject: [Ffmpeg-devel] CDXA in libavformat [patch] Originally committed as revision 6124 to svn://svn.ffmpeg.org/ffmpeg/trunk