summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* Smacker demuxer and decoder.Kostya Shishkov2006-03-21
| | | | Originally committed as revision 5189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* provide more info on which streams lack codec parametersMichael Niedermayer2006-03-21
| | | | Originally committed as revision 5188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reenable NUT and NUT regression tests as requested by Michael.Diego Biurrun2006-03-17
| | | | Originally committed as revision 5177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable the NUT (de)muxer until it has been synced with the specification.Diego Biurrun2006-03-17
| | | | Originally committed as revision 5174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract durationMichael Niedermayer2006-03-16
| | | | Originally committed as revision 5171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix sample size for uncompressed soundBaptiste Coudurier2006-03-14
| | | | Originally committed as revision 5165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not be too verboseLuca Abeni2006-03-13
| | | | Originally committed as revision 5161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Tell the user why video capture is failingLuca Abeni2006-03-13
| | | | Originally committed as revision 5160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionBaptiste Coudurier2006-03-12
| | | | Originally committed as revision 5156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use of PRI macros in dprintfBaptiste Coudurier2006-03-12
| | | | Originally committed as revision 5154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix conversion types in dprintfBaptiste Coudurier2006-03-12
| | | | Originally committed as revision 5153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a warning when DEBUG is definedBaptiste Coudurier2006-03-11
| | | | Originally committed as revision 5152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create edts atom when muxing B frames, needed to compute ctsBaptiste Coudurier2006-03-11
| | | | Originally committed as revision 5151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do nal reformating when muxing H264, create avcc atomBaptiste Coudurier2006-03-11
| | | | Originally committed as revision 5150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some mov files have invalid pts so we need to consider these pts too in ↵Michael Niedermayer2006-03-11
| | | | | | calculating the timabase Originally committed as revision 5149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More correct demuxing and timestamp setting fot Sierra VMDKostya Shishkov2006-03-11
| | | | Originally committed as revision 5148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify AVFormatParameters NULL checksMichael Niedermayer2006-03-11
| | | | Originally committed as revision 5146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AV_LOG_DEBUG loglevel instead of AV_LOG_ERROR where appropriate.Diego Biurrun2006-03-08
| | | | Originally committed as revision 5128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (f)printf --> av_log conversionSteve L'Homme2006-03-08
| | | | | | taken from a patch by Steve L'Homme Originally committed as revision 5127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct computing of DV fourcc in mov muxerBaptiste Coudurier2006-03-08
| | | | | | Patch by Baptiste COUDURIER, baptiste <<dot>> coudurier <<at>> smartjog <<dot>> com Originally committed as revision 5124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set track timescale to mov timescale if 0 patch by (Baptiste COUDURIER ↵Baptiste Coudurier2006-03-06
| | | | | | <baptiste.coudurier smartjog com) Originally committed as revision 5121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* referencing more FCP fourccs patch by (Baptiste COUDURIER ↵Baptiste Coudurier2006-03-06
| | | | | | <baptiste.coudurier smartjog com) Originally committed as revision 5119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for Motion JPEG 2000 file format patch by (Baptiste COUDURIER ↵Baptiste Coudurier2006-03-06
| | | | | | <baptiste.coudurier smartjog com) Originally committed as revision 5118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generic crc calculation codeMichael Niedermayer2006-03-06
| | | | Originally committed as revision 5115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DVCPRO50 support.Daniel Maas2006-03-06
| | | | | | Patch by Daniel Maas dmaas at maasdigital dot com Originally committed as revision 5113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support mov stsd atom version 2.Baptiste Coudurier2006-03-04
| | | | | | Patch by Baptiste COUDURIER, baptiste <<dot>> coudurier <<at>> smartjog <<dot>> com Originally committed as revision 5106 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing total_framesMichael Niedermayer2006-03-02
| | | | Originally committed as revision 5101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionMichael Niedermayer2006-03-02
| | | | Originally committed as revision 5100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* timebase fixMichael Niedermayer2006-03-02
| | | | Originally committed as revision 5099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ftyp patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)Baptiste Coudurier2006-03-02
| | | | Originally committed as revision 5098 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
* compute output format before setting language patch by (Baptiste COUDURIER ↵Baptiste Coudurier2006-03-02
| | | | | | <baptiste.coudurier smartjog com) Originally committed as revision 5093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix debug code: do not try to take st->codec if st is NULL. This makes ↵François Revol2006-03-01
| | | | | | ffplay give me pics from FreeBoxTV \o/ Originally committed as revision 5090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* can't have PES headers in MPEG video elementary streams so fail probeMåns Rullgård2006-03-01
| | | | | | if we see one Originally committed as revision 5089 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
* Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch byBenjamin Larsson2006-03-01
| | | | | | kostya shishkov - gmail - com. Originally committed as revision 5082 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
* replace if by assert as it should never by trueMichael Niedermayer2006-03-01
| | | | Originally committed as revision 5080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for drivers that can change the capture size on VIDIOC_S_FMTLuca Abeni2006-02-28
| | | | Originally committed as revision 5076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Error path fix: close the video device on failureFlavio Pimentel Duarte2006-02-28
| | | | | | Original patch by Flavio Pimentel Duarte (flaviop AT land DOT ufrj DOT br) Originally committed as revision 5075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print a hint when trying V4L2 on V4L deviceAlex Beregszaszi2006-02-26
| | | | Originally committed as revision 5065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill some warningsMåns Rullgård2006-02-25
| | | | Originally committed as revision 5063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>)Baptiste Coudurier2006-02-22
| | | | Originally committed as revision 5051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support correct ptses on other than version 3.2.0 aswellAlex Beregszaszi2006-02-22
| | | | Originally committed as revision 5047 to svn://svn.ffmpeg.org/ffmpeg/trunk