summaryrefslogtreecommitdiffstats
path: root/libavformat/mpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Ignore flags after pts/dts if there are no bytes left.Michael Niedermayer2008-03-041-0/+4
* Suppress runaway index on streamed inputMichel Bardiaux2008-01-141-1/+2
* user specifyable maximum amount of memory to use for the index.Paul Kelly2008-01-131-0/+1
* Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so itIvo van Poorten2008-01-071-11/+6
* use one shift less in get_pts()Ivo van Poorten2008-01-031-1/+1
* Revert r6124, the change was just wrong, other formats than MPEG-PS can beAllan Sandfeld Jensen2007-12-251-16/+0
* make mpeg-ps probe less happy with random dataMichael Niedermayer2007-12-031-4/+7
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-42/+42
* Improve Sofdec file detectionMåns Rullgård2007-11-081-11/+26
* fix potential buffer over-readAurelien Jacobs2007-11-081-1/+1
* fix negative fseekAurelien Jacobs2007-11-081-1/+1
* correctly set audio codec when demuxing sofdec filesAurelien Jacobs2007-11-071-1/+11
* typoMichael Niedermayer2007-11-031-1/+1
* fix misdetection of mp3could_not_find_codec_parameters.mp3Michael Niedermayer2007-11-031-2/+24
* revert part of r10899 which was not intendedAurelien Jacobs2007-11-011-11/+1
* remove useless initialization to 0 of adx contextAurelien Jacobs2007-11-011-1/+11
* fix misdetection of out.ac3Michael Niedermayer2007-08-051-1/+1
* //more debug infoMichael Niedermayer2007-08-051-1/+1
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-1/+1
* remove now useless ifdefBaptiste Coudurier2007-06-211-2/+0
* split mpeg ps and variants muxer and demuxer, I'll clean more in a few minute...Baptiste Coudurier2007-06-211-1306/+3
* misc spelling fixesDiego Biurrun2007-06-121-1/+1
* Fix loop condition so it can be run through more than once.Wolfram Gloger2007-04-301-2/+3
* more detailed error message for buffer underflowWolfram Gloger2007-04-301-1/+3
* add an enum for need_parsingAurelien Jacobs2007-04-151-1/+1
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-2/+0
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-131-1/+1
* Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name sepe...Michael Niedermayer2007-02-061-5/+46
* simplifyMichael Niedermayer2007-01-171-7/+4
* simplify pts/dts readingMichael Niedermayer2007-01-171-11/+11
* cosmeticMichael Niedermayer2007-01-171-1/+1
* reduce len checks, simplifies codeMichael Niedermayer2007-01-171-14/+2
* seperate redo (we dont handle this possibly valid packet) fromMichael Niedermayer2007-01-171-11/+14
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-011-3/+3
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-231-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* fix some signedness warningsMåns Rullgård2006-09-271-2/+2
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-211-24/+19
* add support for information in CDXA formatAllan Sandfeld Jensen2006-08-291-0/+18
* fix probing of 02-Penguin.flacMichael Niedermayer2006-08-191-4/+10
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-30/+24
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-23/+23
* attempt to detect Chinese AVS videoMåns Rullgård2006-07-031-1/+8
* detect audio-only program streams and broken files made by VDRMåns Rullgård2006-06-291-9/+9
* detect MPEG PES streams as MPEG PS; the PS demuxer will copeMåns Rullgård2006-06-281-1/+4
* allow packets with non-zero PES_scrambling_controlMåns Rullgård2006-06-191-0/+2
* add size to AVIndexMichael Niedermayer2006-03-011-1/+1
* mpeg-ps probe 2nd tryMichael Niedermayer2006-02-111-1/+5
* replace probe() by one similar to MPEG-ESMichael Niedermayer2006-02-081-21/+10
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
OpenPOWER on IntegriCloud