]> git.sesse.net Git - ffmpeg/history - libavformat/mpeg.c
Dont give up after 100kb of zero bytes but returnd EAGAIN
[ffmpeg] / libavformat / mpeg.c
2010-02-10 Michael NiedermayerDont give up after 100kb of zero bytes but returnd...
2010-02-02 Michael NiedermayerSet AVPacket.pos in MPEG-PS demuxer.
2009-12-08 Michael NiedermayerAlso print the number of invalid packets in the debug...
2009-12-08 Michael NiedermayerFlip the comparission direction of vid+audio+priv1...
2009-10-20 tralph11@yahoo.comImprove sofdec dectection to avoid false positives...
2009-09-15 Michael NiedermayerMake mpeg_probe() pass probetest.
2009-09-15 Reimar DöffingerSlightly stricter MPEG-PES probing, fixes issue 1383.
2009-04-17 Michael NiedermayerRemove 2 ++ from check_pes() that are useless, found...
2009-03-19 Ramiro PollaSplit TrueHD decoder from MLP
2009-03-05 Diego BiurrunMark dvdaudio_substream_type variable as av_uninit...
2009-02-11 Benoit FouetAllow demuxing of audio substreams stored as 0x06 type.
2009-02-09 Alex ConverseIncrease the number of packets required to identify...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-10-02 Diego PettenòUse enum typers instead of int.
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-08-26 Michael Niedermayervertical align
2008-08-15 Michael NiedermayerAdd flag to mark demuxers that can output discontinuous...
2008-07-12 Michael NiedermayerUse CODEC_ID_PROBE when the mpeg-ps demuxer does not...
2008-06-19 Baptiste Coudurierremove useless close funcs
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-29 Joakim PlateCheck return of url_fseek in mpeg timestamp reading...
2008-05-21 Lars Täubersupport dvd pcm 20/24 bits, patch by Lars Täuber, lars...
2008-04-29 Michael NiedermayerSupport invalid mpeg created by vdr
2008-03-04 Michael NiedermayerIgnore flags after pts/dts if there are no bytes left.
2008-01-14 Michel BardiauxSuppress runaway index on streamed input
2008-01-13 Paul Kellyuser specifyable maximum amount of memory to use for...
2008-01-07 Ivo van PoortenMove parsing of MPEG-PES timestamp to mpeg.h (as an...
2008-01-03 Ivo van Poortenuse one shift less in get_pts()
2007-12-25 Allan Sandfeld JensenRevert r6124, the change was just wrong, other formats...
2007-12-03 Michael Niedermayermake mpeg-ps probe less happy with random data
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-08 Måns RullgårdImprove Sofdec file detection
2007-11-08 Aurelien Jacobsfix potential buffer over-read
2007-11-08 Aurelien Jacobsfix negative fseek
2007-11-07 Aurelien Jacobscorrectly set audio codec when demuxing sofdec files
2007-11-03 Michael Niedermayertypo
2007-11-03 Michael Niedermayerfix misdetection of mp3could_not_find_codec_parameters.mp3
2007-11-01 Aurelien Jacobsrevert part of r10899 which was not intended
2007-11-01 Aurelien Jacobsremove useless initialization to 0 of adx context
2007-08-05 Michael Niedermayerfix misdetection of out.ac3
2007-08-05 Michael Niedermayer//more debug info
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-06-21 Baptiste Coudurierremove now useless ifdef
2007-06-21 Baptiste Couduriersplit mpeg ps and variants muxer and demuxer, I'll...
2007-06-12 Diego Biurrunmisc spelling fixes
2007-04-30 Wolfram GlogerFix loop condition so it can be run through more than...
2007-04-30 Wolfram Glogermore detailed error message for buffer underflow
2007-04-15 Aurelien Jacobsadd an enum for need_parsing
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2007-02-06 Michael NiedermayerRevised patch for HD DVD .EVO demuxing by (Ian Caulfiel...
2007-01-17 Michael Niedermayersimplify
2007-01-17 Michael Niedermayersimplify pts/dts reading
2007-01-17 Michael Niedermayercosmetic
2007-01-17 Michael Niedermayerreduce len checks, simplifies code
2007-01-17 Michael Niedermayerseperate redo (we dont handle this possibly valid packe...
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-10-23 Aurelien Jacobsreplace coder/decoder file description in libavformat...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-09-21 Roman Shaposhnik * Moving FifoBuffer out of libavformat/avformat...
2006-08-29 Allan Sandfeld Jensenadd support for information in CDXA format
2006-08-19 Michael Niedermayerfix probing of 02-Penguin.flac
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-07-03 Måns Rullgårdattempt to detect Chinese AVS video
2006-06-29 Måns Rullgårddetect audio-only program streams and broken files...
2006-06-28 Måns Rullgårddetect MPEG PES streams as MPEG PS; the PS demuxer...
2006-06-19 Måns Rullgårdallow packets with non-zero PES_scrambling_control
2006-03-01 Michael Niedermayeradd size to AVIndex
2006-02-11 Michael Niedermayermpeg-ps probe 2nd try
2006-02-08 Michael Niedermayerreplace probe() by one similar to MPEG-ES
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-23 Diego BiurrunReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-06-15 Aurelien Jacobsadd support for muxing subtitles in mpeg-ps
2005-06-03 Fabrice BellardDVD subtitle parsing - show mpeg component IDs by default
2005-05-20 Joakim Platefix ac3 and dts detection (patch by Joakim Plate <joaki...
2005-03-28 Måns RullgårdPSM support in MPEG-PS demuxer.
2005-03-17 Michael Niedermayermore fine grained discarding of packets
2005-03-13 Michael Niedermayerkeyframe & non keyframe index fixes
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2005-02-09 Chriss-target dvd minimum vobu length patch by ("Chris" ...
2005-01-22 Michael Niedermayersupport discarding uninterresting packets
2004-12-29 Michael Niedermayercommon.h -> common.h/bitstream.h
2004-12-05 ChrissThis patch takes into account that fifo_realloc may...
2004-12-01 Michael Niedermayerfifo_realloc()
2004-11-23 ChrissDVDNav4 patch by ("Chris" <chris at garveycocker d0t...
2004-11-21 Michael Niedermayerparts of the dvd patch from ("Chris" <chris <at< garvey...
2004-10-16 Michael Niedermayeruser setable preload and max_mux_delay
2004-10-07 Michael Niedermayerdo not randomize unknown timestamps
2004-10-06 Michael Niedermayeruser selectable packet_size and mux_rate
2004-10-03 Paul CurtisAVOutputFormat mpeg2dvd_mux and int is_dvd from the...
2004-10-03 Michael Niedermayerinitial dts fix
2004-10-03 Michael Niedermayerremove wrong 33bit truncation of internal timestamps
2004-10-03 Michael Niedermayerpts/dts 100l fix
2004-10-03 Michael Niedermayercleanup video buffer size
2004-10-03 Michael Niedermayercleanup
2004-10-03 Michael NiedermayerSCR timestamp fix try #1
next