summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* URL update, move comment to a better place.Diego Biurrun2007-07-05
* Remove leading underscores from specifiers, they are reserved.Diego Biurrun2007-07-02
* spelling cosmeticsDiego Biurrun2007-07-02
* Add missing comment markers to #endif directive.Diego Biurrun2007-07-02
* remove empty write trailer functionsVitor Sessak2007-06-27
* compute absolute data offset after reading blocksizeBaptiste Coudurier2007-06-26
* this is named BlockSize in specsBaptiste Coudurier2007-06-25
* according to specs, offset is before blocksizeBaptiste Coudurier2007-06-25
* support files with COMM chunk after SSND, fix invalid_nocommon.aiff which is ...Baptiste Coudurier2007-06-25
* Check for O_BINARY instead of a list of systems that need itRamiro Polla2007-06-25
* Remove localtime_r implementation for systems that don't have it.Ramiro Polla2007-06-25
* * 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