Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-05-24Skip pes payload during probing to avoid start code emulation.Janne Grunau
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-02-10Dont give up after 100kb of zero bytes but returnd EAGAINMichael Niedermayer
2010-02-02Set AVPacket.pos in MPEG-PS demuxer.Michael Niedermayer
2009-12-08Also print the number of invalid packets in the debug output.Michael Niedermayer
2009-12-08Flip the comparission direction of vid+audio+priv1 and pspack, it appears to ...Michael Niedermayer
2009-10-20Improve sofdec dectection to avoid false positives for MP2.tralph11@yahoo.com
2009-09-15Make mpeg_probe() pass probetest.Michael Niedermayer
2009-09-15Slightly stricter MPEG-PES probing, fixes issue 1383.Reimar Döffinger
2009-04-17Remove 2 ++ from check_pes() that are useless, found by CSA.Michael Niedermayer
2009-03-20Split TrueHD decoder from MLPRamiro Polla
2009-03-05Mark dvdaudio_substream_type variable as av_uninit to work around falseDiego Biurrun
2009-02-11Allow demuxing of audio substreams stored as 0x06 type.Benoit Fouet
2009-02-09Increase the number of packets required to identify as MPEG PES to keep fromAlex Converse
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-10-02Use enum typers instead of int.Diego Pettenò
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-08-26vertical alignMichael Niedermayer
2008-08-15Add flag to mark demuxers that can output discontinuous timestamps.Michael Niedermayer
2008-07-13Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly whichMichael Niedermayer
2008-06-20remove useless close funcsBaptiste Coudurier
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-29Check return of url_fseek in mpeg timestamp reading code.Joakim Plate
2008-05-21support dvd pcm 20/24 bits, patch by Lars Täuber, lars.taeuber gmx netLars Täuber
2008-04-29Support invalid mpeg created by vdrMichael Niedermayer
2008-03-04Ignore flags after pts/dts if there are no bytes left.Michael Niedermayer
2008-01-14Suppress runaway index on streamed inputMichel Bardiaux
2008-01-13user specifyable maximum amount of memory to use for the index.Paul Kelly
2008-01-08Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so itIvo van Poorten
2008-01-03use one shift less in get_pts()Ivo van Poorten
2007-12-25Revert r6124, the change was just wrong, other formats than MPEG-PS can beAllan Sandfeld Jensen
2007-12-03make mpeg-ps probe less happy with random dataMichael Niedermayer
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-11-09Improve Sofdec file detectionMåns Rullgård
2007-11-08fix potential buffer over-readAurelien Jacobs
2007-11-08fix negative fseekAurelien Jacobs
2007-11-08correctly set audio codec when demuxing sofdec filesAurelien Jacobs
2007-11-03typoMichael Niedermayer
2007-11-03fix misdetection of mp3could_not_find_codec_parameters.mp3Michael Niedermayer
2007-11-01revert part of r10899 which was not intendedAurelien Jacobs
2007-11-01remove useless initialization to 0 of adx contextAurelien Jacobs
2007-08-05fix misdetection of out.ac3Michael Niedermayer
2007-08-05//more debug infoMichael Niedermayer
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-06-21remove now useless ifdefBaptiste Coudurier
2007-06-21split mpeg ps and variants muxer and demuxer, I'll clean more in a few minute...Baptiste Coudurier
2007-06-12misc spelling fixesDiego Biurrun
2007-04-30Fix loop condition so it can be run through more than once.Wolfram Gloger
2007-04-30more detailed error message for buffer underflowWolfram Gloger