]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/mpeg.c
O_DIRECT works!!!
[frescor/ffmpeg.git] / libavformat / mpeg.c
2009-04-17 michaelRemove 2 ++ from check_pes() that are useless, found...
2009-03-19 ramiroSplit TrueHD decoder from MLP
2009-03-05 diegoMark dvdaudio_substream_type variable as av_uninit...
2009-02-11 benoitAllow demuxing of audio substreams stored as 0x06 type.
2009-02-09 alexcIncrease the number of packets required to identify...
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2008-10-02 benoitUse enum typers instead of int.
2008-09-08 michaelBump Major version, this commit is almost just renaming...
2008-08-26 michaelvertical align
2008-08-15 michaelAdd flag to mark demuxers that can output discontinouos...
2008-07-12 michaelUse CODEC_ID_PROBE when the mpeg-ps demuxer does not...
2008-06-19 bcoudurierremove useless close funcs
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-05-29 benoitCheck return of url_fseek in mpeg timestamp reading...
2008-05-21 bcouduriersupport dvd pcm 20/24 bits, patch by Lars Täuber, lars...
2008-04-29 michaelSupport invalid mpeg created by vdr
2008-03-04 michaelIgnore flags after pts/dts if there are no bytes left.
2008-01-14 mbardiauxSuppress runaway index on streamed input
2008-01-13 michaeluser specifyable maximum amount of memory to use for...
2008-01-07 ivoMove parsing of MPEG-PES timestamp to mpeg.h (as an...
2008-01-03 ivouse one shift less in get_pts()
2007-12-25 michaelRevert r6124, the change was just wrong, other formats...
2007-12-03 michaelmake mpeg-ps probe less happy with random data
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-08 mruImprove Sofdec file detection
2007-11-08 aurelfix potential buffer over-read
2007-11-08 aurelfix negative fseek
2007-11-07 aurelcorrectly set audio codec when demuxing sofdec files
2007-11-03 michaeltypo
2007-11-03 michaelfix misdetection of mp3could_not_find_codec_parameters.mp3
2007-11-01 aurelrevert part of r10899 which was not intended
2007-11-01 aurelremove useless initialization to 0 of adx context
2007-08-05 michaelfix misdetection of out.ac3
2007-08-05 michael//more debug info
2007-07-19 takisReplace all occurrances of AVERROR_IO with AVERROR...
2007-06-21 bcoudurierremove now useless ifdef
2007-06-21 bcouduriersplit mpeg ps and variants muxer and demuxer, I'll...
2007-06-12 diegomisc spelling fixes
2007-04-30 diegoFix loop condition so it can be run through more than...
2007-04-30 diegomore detailed error message for buffer underflow
2007-04-15 aureladd an enum for need_parsing
2007-04-08 michaelallocate 32 extra bytes at the end of the probe buffer...
2007-02-13 mmu_manThis fixes error handling for BeOS, removing the need...
2007-02-06 michaelRevised patch for HD DVD .EVO demuxing by (Ian Caulfiel...
2007-01-17 michaelsimplify
2007-01-17 michaelsimplify pts/dts reading
2007-01-17 michaelcosmetic
2007-01-17 michaelreduce len checks, simplifies code
2007-01-17 michaelseperate redo (we dont handle this possibly valid packe...
2006-11-01 diegoReplace most of the %lld and %llx by their (cleaner...
2006-10-23 aurelreplace coder/decoder file description in libavformat...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-27 mrufix some signedness warnings
2006-09-21 romansh * Moving FifoBuffer out of libavformat/avformat...
2006-08-29 gpoirieradd support for information in CDXA format
2006-08-19 michaelfix probing of 02-Penguin.flac
2006-07-10 mruallow individual selection of muxers and demuxers
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-07-03 mruattempt to detect Chinese AVS video
2006-06-29 mrudetect audio-only program streams and broken files...
2006-06-28 mrudetect MPEG PES streams as MPEG PS; the PS demuxer...
2006-06-19 mruallow packets with non-zero PES_scrambling_control
2006-03-01 michaeladd size to AVIndex
2006-02-11 michaelmpeg-ps probe 2nd try
2006-02-08 michaelreplace probe() by one similar to MPEG-ES
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-09-23 diegoReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-07-17 michaelchanging AVCodecContext codec -> *codec in AVStream...
2005-06-15 aureladd support for muxing subtitles in mpeg-ps
2005-06-03 bellardDVD subtitle parsing - show mpeg component IDs by default
2005-05-20 mrufix ac3 and dts detection (patch by Joakim Plate <joaki...
2005-03-28 mruPSM support in MPEG-PS demuxer.
2005-03-17 michaelmore fine grained discarding of packets
2005-03-13 michaelkeyframe & non keyframe index fixes
2005-02-24 michaelkill warnings patch by (Måns Rullgård <mru inprovide...
2005-02-09 michael-target dvd minimum vobu length patch by ("Chris" ...
2005-01-22 michaelsupport discarding uninterresting packets
2004-12-29 michaelcommon.h -> common.h/bitstream.h
2004-12-05 michaelThis patch takes into account that fifo_realloc may...
2004-12-01 michaelfifo_realloc()
2004-11-23 michaelDVDNav4 patch by ("Chris" <chris at garveycocker d0t...
2004-11-21 michaelparts of the dvd patch from ("Chris" <chris <at< garvey...
2004-10-16 michaeluser setable preload and max_mux_delay
2004-10-07 michaeldo not randomize unknown timestamps
2004-10-06 michaeluser selectable packet_size and mux_rate
2004-10-03 michaelAVOutputFormat mpeg2dvd_mux and int is_dvd from the...
2004-10-03 michaelinitial dts fix
2004-10-03 michaelremove wrong 33bit truncation of internal timestamps
2004-10-03 michaelpts/dts 100l fix
2004-10-03 michaelcleanup video buffer size
2004-10-03 michaelcleanup
2004-10-03 michaelSCR timestamp fix try #1
2004-10-01 michaelsimplify put_padding_packet()
2004-10-01 michaelmove free() of AVStream priv data to av_write_trailer()
2004-10-01 michael64bit and reading over the end of the array fixes
2004-10-01 michaeldo not call (av_)abort()
2004-07-14 michaellibdts support by (Benjamin Zores <ben at geexbox dot...
2004-06-19 melansoncvs diff before cvs commit
2004-06-19 melansonsweeping change from -EIO -> AVERROR_IO
next