summaryrefslogtreecommitdiffstats
path: root/libavformat/mpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Fix grammar errors in documentationMåns Rullgård2010-06-301-1/+1
* Skip pes payload during probing to avoid start code emulation.Janne Grunau2010-05-241-2/+6
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-18/+18
* Dont give up after 100kb of zero bytes but returnd EAGAINMichael Niedermayer2010-02-101-2/+7
* Set AVPacket.pos in MPEG-PS demuxer.Michael Niedermayer2010-02-021-0/+1
* Also print the number of invalid packets in the debug output.Michael Niedermayer2009-12-081-1/+1
* Flip the comparission direction of vid+audio+priv1 and pspack, it appears to ...Michael Niedermayer2009-12-081-1/+1
* Improve sofdec dectection to avoid false positives for MP2.tralph11@yahoo.com2009-10-201-0/+2
* Make mpeg_probe() pass probetest.Michael Niedermayer2009-09-151-3/+3
* Slightly stricter MPEG-PES probing, fixes issue 1383.Reimar Döffinger2009-09-151-1/+2
* Remove 2 ++ from check_pes() that are useless, found by CSA.Michael Niedermayer2009-04-171-2/+0
* Split TrueHD decoder from MLPRamiro Polla2009-03-191-1/+1
* Mark dvdaudio_substream_type variable as av_uninit to work around falseDiego Biurrun2009-03-051-1/+1
* Allow demuxing of audio substreams stored as 0x06 type.Benoit Fouet2009-02-111-2/+23
* Increase the number of packets required to identify as MPEG PES to keep fromAlex Converse2009-02-091-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Use enum typers instead of int.Diego Pettenò2008-10-021-1/+3
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-4/+4
* vertical alignMichael Niedermayer2008-08-261-5/+5
* Add flag to mark demuxers that can output discontinuous timestamps.Michael Niedermayer2008-08-151-1/+1
* Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly whichMichael Niedermayer2008-07-121-1/+1
* remove useless close funcsBaptiste Coudurier2008-06-191-6/+1
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Check return of url_fseek in mpeg timestamp reading code.Joakim Plate2008-05-291-1/+3
* support dvd pcm 20/24 bits, patch by Lars Täuber, lars.taeuber gmx netLars Täuber2008-05-211-2/+10
* Support invalid mpeg created by vdrMichael Niedermayer2008-04-291-3/+4
* 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
OpenPOWER on IntegriCloud