summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Collapse)AuthorAgeFilesLines
...
* replace strncpy with av_strlcpyMåns Rullgård2007-06-241-5/+6
| | | | Originally committed as revision 9407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-245-24/+27
| | | | Originally committed as revision 9406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: use consistent indentation by four spacesReimar Döffinger2007-06-241-129/+129
| | | | Originally committed as revision 9404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DV muxer should not only fail for more that 3 streams altogetherReimar Döffinger2007-06-241-0/+2
| | | | | | but also if two of them are video or all three are audio. Originally committed as revision 9403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove old unused string functionsMåns Rullgård2007-06-232-68/+0
| | | | Originally committed as revision 9402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new string functionsMåns Rullgård2007-06-238-30/+36
| | | | | | based on patch by Reimar Döffinger Originally committed as revision 9401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyAurelien Jacobs2007-06-231-4/+2
| | | | Originally committed as revision 9399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless empty functionAurelien Jacobs2007-06-231-6/+0
| | | | Originally committed as revision 9398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: too much blank linesAurelien Jacobs2007-06-231-2/+0
| | | | Originally committed as revision 9397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use intreadwrite functions in matroskadecAurelien Jacobs2007-06-231-11/+6
| | | | | | based on a patch by Ronald S. Bultje rsbultje gmail com Originally committed as revision 9396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use intreadwrite functions in vocdecAurelien Jacobs2007-06-231-2/+2
| | | | Originally committed as revision 9395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless #ifndef CONFIG_NOCUTILSMåns Rullgård2007-06-231-3/+0
| | | | Originally committed as revision 9394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify stristart()Måns Rullgård2007-06-231-14/+6
| | | | Originally committed as revision 9393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: combine declaration and initialisationMåns Rullgård2007-06-231-2/+1
| | | | Originally committed as revision 9392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify pstrcpy()Måns Rullgård2007-06-231-10/+3
| | | | Originally committed as revision 9391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify strstart()Måns Rullgård2007-06-221-14/+6
| | | | Originally committed as revision 9390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use allformats.hBaptiste Coudurier2007-06-211-6/+1
| | | | Originally committed as revision 9384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless ifdefBaptiste Coudurier2007-06-212-4/+0
| | | | Originally committed as revision 9383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split mpeg ps and variants muxer and demuxer, I'll clean more in a few ↵Baptiste Coudurier2007-06-214-1311/+1365
| | | | | | minutes, lpcm freq tab is left static const in mpeg.h for now until we have more code in common Originally committed as revision 9382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix @file in matroskadec.c, it was still matroska.cReimar Döffinger2007-06-201-1/+1
| | | | Originally committed as revision 9376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment endif directive tokenBenoit Fouet2007-06-191-1/+1
| | | | Originally committed as revision 9369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-175-5/+5
| | | | Originally committed as revision 9356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add multiple inclusion guards to headersMåns Rullgård2007-06-175-0/+24
| | | | Originally committed as revision 9345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include all prerequisites in header filesMåns Rullgård2007-06-1611-0/+28
| | | | Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some printf format specifiersMåns Rullgård2007-06-161-3/+3
| | | | 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-151-0/+10
| | | | | | 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-142-5/+5
| | | | | | 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-131-16/+6
| | | | | | 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-121-8/+0
| | | | Originally committed as revision 9297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc typo fixesDiego Biurrun2007-06-124-11/+11
| | | | Originally committed as revision 9291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-1215-30/+30
| | | | 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-122-105/+11
| | | | | | | | | 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-121-2/+2
| | | | Originally committed as revision 9287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused static function.Diego Biurrun2007-06-121-8/+0
| | | | Originally committed as revision 9285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a bounds check on AVProbeData input.Ronald S. Bultje2007-06-101-1/+1
| | | | | | | | | 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-081-4/+1
| | | | Originally committed as revision 9258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now unused "global" pcr_pidMichael Niedermayer2007-06-081-3/+0
| | | | 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-081-9/+9
| | | | | | 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-071-1/+1
| | | | | | 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-071-1/+1
| | | | | | 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-071-1/+1
| | | | | | 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-071-0/+1
| | | | 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-071-3/+1
| | | | | | | | 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-061-0/+1
| | | | Originally committed as revision 9234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add mpegtsraw demuxerMichael Niedermayer2007-06-062-0/+2
| | | | Originally committed as revision 9233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn user if video codec timebase is very highBaptiste Coudurier2007-06-061-0/+5
| | | | Originally committed as revision 9232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spellingDiego Biurrun2007-06-041-2/+2
| | | | Originally committed as revision 9221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: use one type per field in every structsAurelien Jacobs2007-06-041-22/+24
| | | | Originally committed as revision 9220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* partially revert r2931 (Support raw mpegts streams from dvr)Michael Niedermayer2007-06-041-8/+0
| | | | | | the change was wrong Originally committed as revision 9219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2007-06-041-15/+15
| | | | Originally committed as revision 9218 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud