summaryrefslogtreecommitdiff
path: root/libavformat/mpeg.c
Commit message (Expand)AuthorAge
...
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Use enum typers instead of int.Diego Pettenò2008-10-02
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* vertical alignMichael Niedermayer2008-08-26
* Add flag to mark demuxers that can output discontinuous timestamps.Michael Niedermayer2008-08-15
* Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly whichMichael Niedermayer2008-07-12
* remove useless close funcsBaptiste Coudurier2008-06-19
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Check return of url_fseek in mpeg timestamp reading code.Joakim Plate2008-05-29
* support dvd pcm 20/24 bits, patch by Lars Täuber, lars.taeuber gmx netLars Täuber2008-05-21
* Support invalid mpeg created by vdrMichael Niedermayer2008-04-29
* Ignore flags after pts/dts if there are no bytes left.Michael Niedermayer2008-03-04
* Suppress runaway index on streamed inputMichel Bardiaux2008-01-14
* user specifyable maximum amount of memory to use for the index.Paul Kelly2008-01-13
* Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so itIvo van Poorten2008-01-07
* use one shift less in get_pts()Ivo van Poorten2008-01-03
* Revert r6124, the change was just wrong, other formats than MPEG-PS can beAllan Sandfeld Jensen2007-12-25
* make mpeg-ps probe less happy with random dataMichael Niedermayer2007-12-03
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Improve Sofdec file detectionMåns Rullgård2007-11-08
* fix potential buffer over-readAurelien Jacobs2007-11-08
* fix negative fseekAurelien Jacobs2007-11-08
* correctly set audio codec when demuxing sofdec filesAurelien Jacobs2007-11-07
* typoMichael Niedermayer2007-11-03
* fix misdetection of mp3could_not_find_codec_parameters.mp3Michael Niedermayer2007-11-03
* revert part of r10899 which was not intendedAurelien Jacobs2007-11-01
* remove useless initialization to 0 of adx contextAurelien Jacobs2007-11-01
* fix misdetection of out.ac3Michael Niedermayer2007-08-05
* //more debug infoMichael Niedermayer2007-08-05
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* 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
* misc spelling fixesDiego Biurrun2007-06-12
* Fix loop condition so it can be run through more than once.Wolfram Gloger2007-04-30
* more detailed error message for buffer underflowWolfram Gloger2007-04-30
* add an enum for need_parsingAurelien Jacobs2007-04-15
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name sepe...Michael Niedermayer2007-02-06
* simplifyMichael Niedermayer2007-01-17
* simplify pts/dts readingMichael Niedermayer2007-01-17
* cosmeticMichael Niedermayer2007-01-17
* reduce len checks, simplifies codeMichael Niedermayer2007-01-17
* seperate redo (we dont handle this possibly valid packet) fromMichael Niedermayer2007-01-17
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* fix some signedness warningsMåns Rullgård2006-09-27
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-21
* add support for information in CDXA formatAllan Sandfeld Jensen2006-08-29