summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* * clarifying the AVInputFormat::read_seek return valueMaksym Veremeyenko2007-06-25
* cosmetics: indentation after last commitAurelien Jacobs2007-06-24
* drop blocks which are part of unsupported tracksAurelien Jacobs2007-06-24
* remove duplicate #includeMåns Rullgård2007-06-24
* more av_strl* adjustmentsReimar Döffinger2007-06-24
* warnings--Måns Rullgård2007-06-24
* whitespace cosmeticsMåns Rullgård2007-06-24
* use AV_RL32Måns Rullgård2007-06-24
* use more Vorbis metadata tagsMåns Rullgård2007-06-24
* replace strncpy with av_strlcpyMåns Rullgård2007-06-24
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-24
* Cosmetics: use consistent indentation by four spacesReimar Döffinger2007-06-24
* DV muxer should not only fail for more that 3 streams altogetherReimar Döffinger2007-06-24
* remove old unused string functionsMåns Rullgård2007-06-23
* use new string functionsMåns Rullgård2007-06-23
* simplifyAurelien Jacobs2007-06-23
* remove useless empty functionAurelien Jacobs2007-06-23
* cosmetics: too much blank linesAurelien Jacobs2007-06-23
* use intreadwrite functions in matroskadecAurelien Jacobs2007-06-23
* use intreadwrite functions in vocdecAurelien Jacobs2007-06-23
* remove useless #ifndef CONFIG_NOCUTILSMåns Rullgård2007-06-23
* simplify stristart()Måns Rullgård2007-06-23
* cosmetic: combine declaration and initialisationMåns Rullgård2007-06-23
* simplify pstrcpy()Måns Rullgård2007-06-23
* simplify strstart()Måns Rullgård2007-06-22
* use allformats.hBaptiste Coudurier2007-06-21
* remove now useless ifdefBaptiste Coudurier2007-06-21
* split mpeg ps and variants muxer and demuxer, I'll clean more in a few minute...Baptiste Coudurier2007-06-21
* Fix @file in matroskadec.c, it was still matroska.cReimar Döffinger2007-06-20
* comment endif directive tokenBenoit Fouet2007-06-19
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-17
* add multiple inclusion guards to headersMåns Rullgård2007-06-17
* include all prerequisites in header filesMåns Rullgård2007-06-16
* fix some printf format specifiersMåns Rullgård2007-06-16
* Add support for track numbers when they are set via stringsPatrice Bensoussan2007-06-15
* use get_bits_long() where neededAurelien Jacobs2007-06-14
* remove decode_be32/64 and replace them by AV_RB32/64Ronald S. Bultje2007-06-13
* Remove unused declarationsRamiro Polla2007-06-12
* misc typo fixesDiego Biurrun2007-06-12
* misc spelling fixesDiego Biurrun2007-06-12
* Move the video size and rate abbreviations system from libavformat to libavcodecStefano Sabatini2007-06-12
* Add some explanatory comments to #endif directives.Diego Biurrun2007-06-12
* Remove unused static function.Diego Biurrun2007-06-12
* Add a bounds check on AVProbeData input.Ronald S. Bultje2007-06-10
* simplifyMichael Niedermayer2007-06-08
* remove now unused "global" pcr_pidMichael Niedermayer2007-06-08
* proper per stream pcr_pid support by (Wolfram Gloger wmglo dent.med.uni-muenc...Michael Niedermayer2007-06-08
* Remove the unnecessary masking when counting received packet types in the H.264Panagiotis Issaris2007-06-07
* Remove the unnecessary masking when reconstructing the NAL unit header in thePanagiotis Issaris2007-06-07
* Remove the unnecessary masking when extracting the start bit in the H.264 RTPPanagiotis Issaris2007-06-07