]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/mpegts.c
Change license headers to say 'FFmpeg' instead of 'this program/this library'
[frescor/ffmpeg.git] / libavformat / mpegts.c
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-08-27 nicodvbscan s->probesize packets instead of MAX_SCAN_PACKETS...
2006-07-10 mruallow individual selection of muxers and demuxers
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-07-08 mruEtsi identifies DTS audio with stream_private+descripto...
2006-06-18 diegoAdd const to (mostly) char* and make some functions...
2006-04-01 mruThis patch simply adds demuxing support for AC-3 stream...
2006-04-01 mrufix memory leak on mpegts close
2006-03-06 michaelgeneric crc calculation code
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2006-01-02 nicodvbtry with auto_guess if first detection fails
2006-01-02 nicodvbadded support for DVHS (192) packet size
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-09-23 diegoReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-09-06 mruKill some compiler warnings. Compiled code verified...
2005-07-17 michaelchanging AVCodecContext codec -> *codec in AVStream...
2005-07-17 michaelDVB subtitle decoder by (Ian Caulfield: imc25, cam...
2005-05-26 michaelAVPacket.pos
2005-05-06 mruCorrect number of bits for PTS.
2005-04-30 michaelswitch to native time bases
2005-02-16 michaelWriting to freed memory in write_section_data() patch...
2004-10-10 michaeluse native timebase for seeking
2004-07-14 michaellibdts support by (Benjamin Zores <ben at geexbox dot...
2004-05-31 michaelfix playback of http://www.zonque.org/test-long.ps
2004-05-23 michaelstore index for seeking in the native timebase of each...
2004-05-21 michaelmove time_base (pts_num/pts_den) from AVFormatContext...
2004-04-13 michaelOff-by-two in mpegts.c patch by (Wolfram Gloger <wmglo...
2004-03-26 michaelSupport raw mpegts streams from dvr patch by (wmglo...
2004-02-20 michaelavsync patch by (Gildas Bazin <gbazin at altern dot...
2004-01-08 michaelmemleak patch by (Gildas Bazin <gbazin at altern dot...
2003-12-09 michaelbetter get_packet_size and probe
2003-11-12 michaelsupport more codecs in MPEG-TS patch by (mru at kth...
2003-11-10 bellardseek support
2003-10-29 bellardmpeg TS demux API (called from RTP layer) - raw mpeg...
2003-10-15 michaelEnable decoding of more mpeg-ts streams for pcHDTV...
2003-10-14 melansondisable encoders where appropriate (patch courtesy...
2003-07-15 bellardcosmetic change in resync code - added PAT scanning...
2003-07-10 michaelni- Looks a tiny bit harder in mpegps_probe() for a valid...
2003-06-28 michaelnitry to filter _all_ PATs if no SDT could be found patch...
2003-06-13 bellardmpeg ts demux uses DVB SI info and generates correct...
2003-04-18 mmu_manavoid detecting mpeg stream when other formats embed...
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2002-11-25 bellardrenamed libav to libavformat