summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* replace strncpy with av_strlcpyMåns Rullgård2007-06-241-5/+6
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-245-24/+27
* Cosmetics: use consistent indentation by four spacesReimar Döffinger2007-06-241-129/+129
* DV muxer should not only fail for more that 3 streams altogetherReimar Döffinger2007-06-241-0/+2
* remove old unused string functionsMåns Rullgård2007-06-232-68/+0
* use new string functionsMåns Rullgård2007-06-238-30/+36
* simplifyAurelien Jacobs2007-06-231-4/+2
* remove useless empty functionAurelien Jacobs2007-06-231-6/+0
* cosmetics: too much blank linesAurelien Jacobs2007-06-231-2/+0
* use intreadwrite functions in matroskadecAurelien Jacobs2007-06-231-11/+6
* use intreadwrite functions in vocdecAurelien Jacobs2007-06-231-2/+2
* remove useless #ifndef CONFIG_NOCUTILSMåns Rullgård2007-06-231-3/+0
* simplify stristart()Måns Rullgård2007-06-231-14/+6
* cosmetic: combine declaration and initialisationMåns Rullgård2007-06-231-2/+1
* simplify pstrcpy()Måns Rullgård2007-06-231-10/+3
* simplify strstart()Måns Rullgård2007-06-221-14/+6
* use allformats.hBaptiste Coudurier2007-06-211-6/+1
* remove now useless ifdefBaptiste Coudurier2007-06-212-4/+0
* split mpeg ps and variants muxer and demuxer, I'll clean more in a few minute...Baptiste Coudurier2007-06-214-1311/+1365
* Fix @file in matroskadec.c, it was still matroska.cReimar Döffinger2007-06-201-1/+1
* comment endif directive tokenBenoit Fouet2007-06-191-1/+1
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-175-5/+5
* add multiple inclusion guards to headersMåns Rullgård2007-06-175-0/+24
* include all prerequisites in header filesMåns Rullgård2007-06-1611-0/+28
* fix some printf format specifiersMåns Rullgård2007-06-161-3/+3
* Add support for track numbers when they are set via stringsPatrice Bensoussan2007-06-151-0/+10
* use get_bits_long() where neededAurelien Jacobs2007-06-142-5/+5
* remove decode_be32/64 and replace them by AV_RB32/64Ronald S. Bultje2007-06-131-16/+6
* Remove unused declarationsRamiro Polla2007-06-121-8/+0
* misc typo fixesDiego Biurrun2007-06-124-11/+11
* misc spelling fixesDiego Biurrun2007-06-1215-30/+30
* Move the video size and rate abbreviations system from libavformat to libavcodecStefano Sabatini2007-06-122-105/+11
* Add some explanatory comments to #endif directives.Diego Biurrun2007-06-121-2/+2
* Remove unused static function.Diego Biurrun2007-06-121-8/+0
* Add a bounds check on AVProbeData input.Ronald S. Bultje2007-06-101-1/+1
* simplifyMichael Niedermayer2007-06-081-4/+1
* remove now unused "global" pcr_pidMichael Niedermayer2007-06-081-3/+0
* proper per stream pcr_pid support by (Wolfram Gloger wmglo dent.med.uni-muenc...Michael Niedermayer2007-06-081-9/+9
* Remove the unnecessary masking when counting received packet types in the H.264Panagiotis Issaris2007-06-071-1/+1
* Remove the unnecessary masking when reconstructing the NAL unit header in thePanagiotis Issaris2007-06-071-1/+1
* Remove the unnecessary masking when extracting the start bit in the H.264 RTPPanagiotis Issaris2007-06-071-1/+1
* Fix linking: emms_c is a macro, #include the correct header file.Diego Biurrun2007-06-071-0/+1
* emms --> emms_c, patch by Ronald S. Bultje, rbultje ronald.bitfreak netRonald S. Bultje2007-06-071-3/+1
* add MMES fourcc, matrox mpeg2 in avi filesBaptiste Coudurier2007-06-061-0/+1
* add mpegtsraw demuxerMichael Niedermayer2007-06-062-0/+2
* warn user if video codec timebase is very highBaptiste Coudurier2007-06-061-0/+5
* spellingDiego Biurrun2007-06-041-2/+2
* cosmetics: use one type per field in every structsAurelien Jacobs2007-06-041-22/+24
* partially revert r2931 (Support raw mpegts streams from dvr)Michael Niedermayer2007-06-041-8/+0
* cosmetics: indentationAurelien Jacobs2007-06-041-15/+15
OpenPOWER on IntegriCloud