aboutsummaryrefslogtreecommitdiff
path: root/libavformat
AgeCommit message (Expand)Author
2007-06-21use allformats.hBaptiste Coudurier
2007-06-21remove now useless ifdefBaptiste Coudurier
2007-06-21split mpeg ps and variants muxer and demuxer, I'll clean more in a few minute...Baptiste Coudurier
2007-06-20Fix @file in matroskadec.c, it was still matroska.cReimar Döffinger
2007-06-19comment endif directive tokenBenoit Fouet
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier
2007-06-17add multiple inclusion guards to headersMåns Rullgård
2007-06-16include all prerequisites in header filesMåns Rullgård
2007-06-16fix some printf format specifiersMåns Rullgård
2007-06-15Add support for track numbers when they are set via stringsPatrice Bensoussan
2007-06-14use get_bits_long() where neededAurelien Jacobs
2007-06-13remove decode_be32/64 and replace them by AV_RB32/64Ronald S. Bultje
2007-06-12Remove unused declarationsRamiro Polla
2007-06-12misc typo fixesDiego Biurrun
2007-06-12misc spelling fixesDiego Biurrun
2007-06-12Move the video size and rate abbreviations system from libavformat to libavcodecStefano Sabatini
2007-06-12Add some explanatory comments to #endif directives.Diego Biurrun
2007-06-12Remove unused static function.Diego Biurrun
2007-06-10Add a bounds check on AVProbeData input.Ronald S. Bultje
2007-06-08simplifyMichael Niedermayer
2007-06-08remove now unused "global" pcr_pidMichael Niedermayer
2007-06-08proper per stream pcr_pid support by (Wolfram Gloger wmglo dent.med.uni-muenc...Michael Niedermayer
2007-06-07Remove the unnecessary masking when counting received packet types in the H.264Panagiotis Issaris
2007-06-07Remove the unnecessary masking when reconstructing the NAL unit header in thePanagiotis Issaris
2007-06-07Remove the unnecessary masking when extracting the start bit in the H.264 RTPPanagiotis Issaris
2007-06-07Fix linking: emms_c is a macro, #include the correct header file.Diego Biurrun
2007-06-07emms --> emms_c, patch by Ronald S. Bultje, rbultje ronald.bitfreak netRonald S. Bultje
2007-06-06add MMES fourcc, matrox mpeg2 in avi filesBaptiste Coudurier
2007-06-06add mpegtsraw demuxerMichael Niedermayer
2007-06-06warn user if video codec timebase is very highBaptiste Coudurier
2007-06-04spellingDiego Biurrun
2007-06-04cosmetics: use one type per field in every structsAurelien Jacobs
2007-06-04partially revert r2931 (Support raw mpegts streams from dvr)Michael Niedermayer
2007-06-04cosmetics: indentationAurelien Jacobs
2007-06-04add support for real audio in matroskaAurelien Jacobs
2007-06-04fix an infinite loop in case one cluster is not enough to demux a packetAurelien Jacobs
2007-06-04split some common code from the mkv demuxer that will be useful to the muxerDavid Conrad
2007-06-04TyposRamiro Polla
2007-06-04Doxygenize av_init_packetRamiro Polla
2007-06-04Export av_init_packetRamiro Polla
2007-06-04harmless typoMichael Niedermayer
2007-06-04fix indentionMichael Niedermayer
2007-06-04remove duplicate PAT scaning code and actual PAT scanMichael Niedermayer
2007-06-04unused variablesMichael Niedermayer
2007-06-04dont rescan for information on each pid, but rather do it just once byMichael Niedermayer
2007-06-04move structs and enums to top of file so they can be usedMichael Niedermayer
2007-06-04passing MpegTSFilter to the filters instead of a random void *opaqueMichael Niedermayer
2007-06-04extending video4linux support to handle the additional formats UYVY, YUYV and...Marc Hoffman
2007-06-04convert if then else video palette to pix_fmt construct to simpiler table bas...Marc Hoffman
2007-06-04do not perform SDT scan at the begin (this avoids a timeconsuming search forMichael Niedermayer