summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* fix some printf format specifiersMåns Rullgård2007-06-16
| | | | Originally committed as revision 9334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for track numbers when they are set via stringsPatrice Bensoussan2007-06-15
| | | | | | patch by Patrice Bensoussan: patrice bensoussan free fr Originally committed as revision 9318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use get_bits_long() where neededAurelien Jacobs2007-06-14
| | | | | | patch by Aurelien Jacobs, aurel gnuage org Originally committed as revision 9314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove decode_be32/64 and replace them by AV_RB32/64Ronald S. Bultje2007-06-13
| | | | | | patch by Ronald S. Bultje: \ rbultje at ronald bitfreak net / Originally committed as revision 9299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused declarationsRamiro Polla2007-06-12
| | | | Originally committed as revision 9297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc typo fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the video size and rate abbreviations system from libavformat to libavcodecStefano Sabatini2007-06-12
| | | | | | | | | patch by Stefano Sabatini: [stefano dot sabatini minus lala poste dot it] original thread: [FFmpeg-devel] [PATCH] Redesign the video size and rateabbreviations system date: 06/02/2007 05:30 PM Originally committed as revision 9288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some explanatory comments to #endif directives.Diego Biurrun2007-06-12
| | | | Originally committed as revision 9287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused static function.Diego Biurrun2007-06-12
| | | | Originally committed as revision 9285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a bounds check on AVProbeData input.Ronald S. Bultje2007-06-10
| | | | | | | | | patch by Ronald S. Bultje, rbultje ronald.bitfreak net thread: Date: Sat, 09 Jun 2007 19:22:17 -0400 Subject: [FFmpeg-devel] lavf probing Originally committed as revision 9275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-06-08
| | | | Originally committed as revision 9258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now unused "global" pcr_pidMichael Niedermayer2007-06-08
| | | | Originally committed as revision 9257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* proper per stream pcr_pid support by (Wolfram Gloger wmglo ↵Michael Niedermayer2007-06-08
| | | | | | dent.med.uni-muenchen@de ) Originally committed as revision 9256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the unnecessary masking when counting received packet types in the H.264Panagiotis Issaris2007-06-07
| | | | | | RTP parsing code. Originally committed as revision 9241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the unnecessary masking when reconstructing the NAL unit header in thePanagiotis Issaris2007-06-07
| | | | | | H.264 RTP parsing code. Originally committed as revision 9240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the unnecessary masking when extracting the start bit in the H.264 RTPPanagiotis Issaris2007-06-07
| | | | | | parsing code. Originally committed as revision 9239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix linking: emms_c is a macro, #include the correct header file.Diego Biurrun2007-06-07
| | | | Originally committed as revision 9238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* emms --> emms_c, patch by Ronald S. Bultje, rbultje ronald.bitfreak netRonald S. Bultje2007-06-07
| | | | | | | | reference thread: Subject: Re: [FFmpeg-devel] [PATCH] Coremake support - ff-grab-emms_c.patch (1/1) Date: Thu, 07 Jun 2007 09:01:44 -0400 Originally committed as revision 9236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add MMES fourcc, matrox mpeg2 in avi filesBaptiste Coudurier2007-06-06
| | | | Originally committed as revision 9234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add mpegtsraw demuxerMichael Niedermayer2007-06-06
| | | | Originally committed as revision 9233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn user if video codec timebase is very highBaptiste Coudurier2007-06-06
| | | | Originally committed as revision 9232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spellingDiego Biurrun2007-06-04
| | | | Originally committed as revision 9221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: use one type per field in every structsAurelien Jacobs2007-06-04
| | | | Originally committed as revision 9220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* partially revert r2931 (Support raw mpegts streams from dvr)Michael Niedermayer2007-06-04
| | | | | | the change was wrong Originally committed as revision 9219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2007-06-04
| | | | Originally committed as revision 9218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for real audio in matroskaAurelien Jacobs2007-06-04
| | | | Originally committed as revision 9217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix an infinite loop in case one cluster is not enough to demux a packetAurelien Jacobs2007-06-04
| | | | Originally committed as revision 9216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split some common code from the mkv demuxer that will be useful to the muxerDavid Conrad2007-06-04
| | | | | | patch by David Conrad umovimus _at_ gmail.com Originally committed as revision 9215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TyposRamiro Polla2007-06-04
| | | | Originally committed as revision 9213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize av_init_packetRamiro Polla2007-06-04
| | | | Originally committed as revision 9212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export av_init_packetRamiro Polla2007-06-04
| | | | Originally committed as revision 9211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* harmless typoMichael Niedermayer2007-06-04
| | | | Originally committed as revision 9210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentionMichael Niedermayer2007-06-04
| | | | Originally committed as revision 9209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate PAT scaning code and actual PAT scanMichael Niedermayer2007-06-04
| | | | | | | also disabling the nonsense 3yr old rawts change (it would after the above chage totally break the demuxer if its left enabled) Originally committed as revision 9208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unused variablesMichael Niedermayer2007-06-04
| | | | Originally committed as revision 9207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont rescan for information on each pid, but rather do it just once byMichael Niedermayer2007-06-04
| | | | | | opening 1 filter for each at the same time Originally committed as revision 9206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move structs and enums to top of file so they can be usedMichael Niedermayer2007-06-04
| | | | Originally committed as revision 9205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* passing MpegTSFilter to the filters instead of a random void *opaqueMichael Niedermayer2007-06-04
| | | | | | | code is simler and the filters now know the pid they are filtering so one filter callback can be used with more then one pid at the same time Originally committed as revision 9204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extending video4linux support to handle the additional formats UYVY, YUYV ↵Marc Hoffman2007-06-04
| | | | | | and RGB565 Originally committed as revision 9203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert if then else video palette to pix_fmt construct to simpiler table ↵Marc Hoffman2007-06-04
| | | | | | based lookup. Originally committed as revision 9202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not perform SDT scan at the begin (this avoids a timeconsuming search forMichael Niedermayer2007-06-04
| | | | | | optional info) instead fill SDT info in and update it as we stumble across it Originally committed as revision 9201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make new_service() update existing info sanelyMichael Niedermayer2007-06-04
| | | | Originally committed as revision 9200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove fake service/provider names used for PATMichael Niedermayer2007-06-04
| | | | | | | this allows us to distingush if the info came from SDT or PAT and will allow to dyamically fill info in ... Originally committed as revision 9199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentationBenoit Fouet2007-06-04
| | | | Originally committed as revision 9197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics remove struct name with typedefBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused EssenceContainerDataBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip no more needed on errorBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate entry since now we ignore version byteBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoBaptiste Coudurier2007-06-03
| | | | Originally committed as revision 9190 to svn://svn.ffmpeg.org/ffmpeg/trunk