summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* Fix linking: emms_c is a macro, #include the correct header file.Diego Biurrun2007-06-07
* emms --> emms_c, patch by Ronald S. Bultje, rbultje ronald.bitfreak netRonald S. Bultje2007-06-07
* add MMES fourcc, matrox mpeg2 in avi filesBaptiste Coudurier2007-06-06
* add mpegtsraw demuxerMichael Niedermayer2007-06-06
* warn user if video codec timebase is very highBaptiste Coudurier2007-06-06
* spellingDiego Biurrun2007-06-04
* cosmetics: use one type per field in every structsAurelien Jacobs2007-06-04
* partially revert r2931 (Support raw mpegts streams from dvr)Michael Niedermayer2007-06-04
* cosmetics: indentationAurelien Jacobs2007-06-04
* add support for real audio in matroskaAurelien Jacobs2007-06-04
* fix an infinite loop in case one cluster is not enough to demux a packetAurelien Jacobs2007-06-04
* split some common code from the mkv demuxer that will be useful to the muxerDavid Conrad2007-06-04
* TyposRamiro Polla2007-06-04
* Doxygenize av_init_packetRamiro Polla2007-06-04
* Export av_init_packetRamiro Polla2007-06-04
* harmless typoMichael Niedermayer2007-06-04
* fix indentionMichael Niedermayer2007-06-04
* remove duplicate PAT scaning code and actual PAT scanMichael Niedermayer2007-06-04
* unused variablesMichael Niedermayer2007-06-04
* dont rescan for information on each pid, but rather do it just once byMichael Niedermayer2007-06-04
* move structs and enums to top of file so they can be usedMichael Niedermayer2007-06-04
* passing MpegTSFilter to the filters instead of a random void *opaqueMichael Niedermayer2007-06-04
* extending video4linux support to handle the additional formats UYVY, YUYV and...Marc Hoffman2007-06-04
* convert if then else video palette to pix_fmt construct to simpiler table bas...Marc Hoffman2007-06-04
* do not perform SDT scan at the begin (this avoids a timeconsuming search forMichael Niedermayer2007-06-04
* make new_service() update existing info sanelyMichael Niedermayer2007-06-04
* remove fake service/provider names used for PATMichael Niedermayer2007-06-04
* IndentationBenoit Fouet2007-06-04
* cosmetics remove struct name with typedefBaptiste Coudurier2007-06-03
* remove unused EssenceContainerDataBaptiste Coudurier2007-06-03
* skip no more needed on errorBaptiste Coudurier2007-06-03
* remove duplicate entry since now we ignore version byteBaptiste Coudurier2007-06-03
* typoBaptiste Coudurier2007-06-03
* set pkt posBaptiste Coudurier2007-06-03
* remove now useless sync keyBaptiste Coudurier2007-06-03
* no need to seek on specific key anymore, since klv_read_packet will sync, tes...Baptiste Coudurier2007-06-03
* do not print error message when klv_read_packet failsBaptiste Coudurier2007-06-03
* sync to mxf klv key before trying to read klv packetBaptiste Coudurier2007-06-03
* match uids indenpendantly of the version byteBaptiste Coudurier2007-06-03
* cosmetics, reorder and classify uidsBaptiste Coudurier2007-06-03
* get rid of if(1)Michael Niedermayer2007-06-02