summaryrefslogtreecommitdiff
path: root/libavformat/mpegts.c
Commit message (Expand)AuthorAgeFilesLines
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the defa...Nico Sabbi2006-08-271-3/+3
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-9/+0
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-3/+3
* Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT).Nico Sabbi2006-07-081-2/+6
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-181-6/+6
* This patch simply adds demuxing support for AC-3 streams in DVB TSMåns Rullgård2006-04-011-0/+5
* fix memory leak on mpegts closeMåns Rullgård2006-04-011-0/+8
* generic crc calculation codeMichael Niedermayer2006-03-061-2/+2
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* try with auto_guess if first detection failsNico Sabbi2006-01-021-2/+10
* added support for DVHS (192) packet sizeNico Sabbi2006-01-021-7/+11
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-47/+47
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-231-1/+1
* Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård2005-09-061-1/+1
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-6/+6
* DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)Michael Niedermayer2005-07-171-75/+151
* AVPacket.posMichael Niedermayer2005-05-261-0/+1
* Correct number of bits for PTS.Wolfram Gloger2005-05-061-1/+1
* switch to native time basesMichael Niedermayer2005-04-301-1/+1
* Writing to freed memory in write_section_data() patch by (Wolfram Gloger <wmg...Wolfram Gloger2005-02-161-9/+7
* use native timebase for seekingMichael Niedermayer2004-10-101-2/+2
* libdts support by (Benjamin Zores <ben at geexbox dot org>)Michael Niedermayer2004-07-141-0/+5
* fix playback of http://www.zonque.org/test-long.psMichael Niedermayer2004-05-311-14/+39
* store index for seeking in the native timebase of each streamMichael Niedermayer2004-05-231-115/+7
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-211-3/+2
* Off-by-two in mpegts.c patch by (Wolfram Gloger <wmglo at dent dot med dot un...Wolfram Gloger2004-04-131-1/+1
* Support raw mpegts streams from dvr patch by (wmglo at dent dot med dot uni-m...Wolfram Gloger2004-03-261-6/+11
* avsync patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin2004-02-201-0/+1
* memleak patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin2004-01-081-1/+4
* better get_packet_size and probeMichael Niedermayer2003-12-091-17/+48
* support more codecs in MPEG-TS patch by (mru at kth dot se (Måns Rullgård))Måns Rullgård2003-11-121-10/+45
* seek supportFabrice Bellard2003-11-101-1/+157
* mpeg TS demux API (called from RTP layer) - raw mpeg TS reader (uses fake cod...Fabrice Bellard2003-10-291-77/+295
* Enable decoding of more mpeg-ts streams for pcHDTV patch by (Doug Larrick <do...Doug Larrick2003-10-151-1/+7
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-141-0/+2
* cosmetic change in resync code - added PAT scanning code if no SDT is found (...Fabrice Bellard2003-07-151-36/+121
* - Looks a tiny bit harder in mpegps_probe() for a valid start code. This isIsaac Richards2003-07-101-4/+29
* try to filter _all_ PATs if no SDT could be found patch by (<gbazin at altern...Michael Niedermayer2003-06-281-17/+23
* mpeg ts demux uses DVB SI info and generates correct PTS info - added prototy...Fabrice Bellard2003-06-131-155/+775
* avoid detecting mpeg stream when other formats embed mp3 tracks.François Revol2003-04-181-1/+1
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-1/+1
* renamed libav to libavformatFabrice Bellard2002-11-251-0/+316