OSDN Git Service

ffv1: Fixed size given to init_get_bits() in decoder.
[coroid/libav_saccubus.git] / libavformat / mpeg.c
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-06-10 Diego BiurrunReplace DEBUG_SEEK/DEBUG_SI + av_log combinations by...
2011-06-07 Diego BiurrunRemove some non-compiling debug messages.
2011-06-07 Diego BiurrunReplace some printf instances in debug code by av_log.
2011-06-02 Diego BiurrunRemove stray extra arguments from av_dlog() invocations.
2011-04-29 Diego BiurrunReplace some commented-out debug printf() / av_log...
2011-04-03 Anton Khirnovavio: introduce an AVIOContext.seekable field
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovlavf: replace avio_seek(SEEK_CUR) with avio_skip where...
2011-03-07 Anton Khirnovavio: deprecate url_feof
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovlavf: replace all uses of url_fskip with avio_seek
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-06 Anton Khirnovlavf: move internal functions from avformat.h to internal.h
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-05-24 Janne GrunauSkip pes payload during probing to avoid start code...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
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.
next