summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* add support for real audio in matroskaAurelien Jacobs2007-06-042-0/+90
* fix an infinite loop in case one cluster is not enough to demux a packetAurelien Jacobs2007-06-041-1/+2
* split some common code from the mkv demuxer that will be useful to the muxerDavid Conrad2007-06-044-2790/+2842
* TyposRamiro Polla2007-06-041-8/+8
* Doxygenize av_init_packetRamiro Polla2007-06-041-1/+5
* Export av_init_packetRamiro Polla2007-06-042-10/+12
* harmless typoMichael Niedermayer2007-06-041-1/+1
* fix indentionMichael Niedermayer2007-06-041-8/+7
* remove duplicate PAT scaning code and actual PAT scanMichael Niedermayer2007-06-041-57/+2
* unused variablesMichael Niedermayer2007-06-041-2/+1
* dont rescan for information on each pid, but rather do it just once byMichael Niedermayer2007-06-041-26/+14
* move structs and enums to top of file so they can be usedMichael Niedermayer2007-06-041-28/+28
* passing MpegTSFilter to the filters instead of a random void *opaqueMichael Niedermayer2007-06-041-25/+18
* extending video4linux support to handle the additional formats UYVY, YUYV and...Marc Hoffman2007-06-041-0/+3
* convert if then else video palette to pix_fmt construct to simpiler table bas...Marc Hoffman2007-06-041-47/+37
* do not perform SDT scan at the begin (this avoids a timeconsuming search forMichael Niedermayer2007-06-041-18/+1
* make new_service() update existing info sanelyMichael Niedermayer2007-06-041-7/+19
* remove fake service/provider names used for PATMichael Niedermayer2007-06-041-12/+1
* IndentationBenoit Fouet2007-06-041-36/+36
* cosmetics remove struct name with typedefBaptiste Coudurier2007-06-031-11/+11
* remove unused EssenceContainerDataBaptiste Coudurier2007-06-031-7/+0
OpenPOWER on IntegriCloud