]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/mpeg.c
Use dynamically allocated ByteIOContext in AVFormatContext
[frescor/ffmpeg.git] / libavformat / mpeg.c
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
2004-06-09 michaelac3 bugfix, bug found by "Ben Cooley" <bcooley at dstre...
2004-05-29 michaelcorrectly interleave packets during encoding
2004-05-29 michaelpass AVPacket into av_write_frame()
2004-05-25 michaeldont add padding in the middle of the data patch by...
2004-05-23 michaelstore index for seeking in the native timebase of each...
2004-04-26 michaelmpeg SVCD compatibility, SCR fixes, standard compliance
2004-04-23 michaelMpeg start codes patch by ("Dmitry Borisov" <jbors...
2004-04-12 michaelmoving nearly identical binary search code from nut...
2004-03-24 mellumwarning patrol
2004-03-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2004-02-19 michaelimproved VCD support patch by ("Hauke Duden" <H.NS...
2004-02-01 michaelPatch for MPEG-2 VOB headers by (Jimmy Blair <blueskyjb...
2004-01-17 michaelCONFIG_ENCODERS fix by (Ronald Bultje <rbultje at ronal...
2004-01-17 michaelseeking stuff
2004-01-17 michaelstore searched distance in index, so we dont waste...
2004-01-13 michaelcaching of timestamps for mpeg-ps so seeking is faster
2003-12-18 bellardharcoded DTS computation for mpeg
2003-12-16 bellardprimitive LPCM generator
2003-12-16 bellardbetter and simpler logic for MPEG muxing - fixed rare...
2003-12-09 bellardsuppress PTS in packets when not needed (slightly small...
2003-11-10 bellardseek support
2003-10-29 bellardmake AVFMT_NOHEADER flag dynamic - added av_open_input_...
2003-10-28 michael1/0 fix by (Tim Allen <tim at proximity dot com dot...
next