summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* remove empty write trailer functionsVitor Sessak2007-06-275-43/+0
* compute absolute data offset after reading blocksizeBaptiste Coudurier2007-06-261-1/+1
* this is named BlockSize in specsBaptiste Coudurier2007-06-251-1/+1
* according to specs, offset is before blocksizeBaptiste Coudurier2007-06-251-1/+1
* support files with COMM chunk after SSND, fix invalid_nocommon.aiff which is ...Baptiste Coudurier2007-06-251-3/+14
* Check for O_BINARY instead of a list of systems that need itRamiro Polla2007-06-251-2/+2
* Remove localtime_r implementation for systems that don't have it.Ramiro Polla2007-06-251-13/+0
* * clarifying the AVInputFormat::read_seek return valueMaksym Veremeyenko2007-06-252-1/+3
* cosmetics: indentation after last commitAurelien Jacobs2007-06-241-3/+3
* drop blocks which are part of unsupported tracksAurelien Jacobs2007-06-241-1/+5
* remove duplicate #includeMåns Rullgård2007-06-241-1/+0
* more av_strl* adjustmentsReimar Döffinger2007-06-241-0/+1
* warnings--Måns Rullgård2007-06-241-1/+1
* whitespace cosmeticsMåns Rullgård2007-06-241-24/+24
* use AV_RL32Måns Rullgård2007-06-241-5/+5
* use more Vorbis metadata tagsMåns Rullgård2007-06-241-2/+7
* 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
OpenPOWER on IntegriCloud