summaryrefslogtreecommitdiff
path: root/libavformat/mpegts.c
Commit message (Expand)AuthorAge
* add an enum for need_parsingAurelien Jacobs2007-04-15
* Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris2007-03-12
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* demux VC1 in mpegtsNico Sabbi2007-02-09
* Add some context to av_log calls.Michel Bardiaux2007-01-31
* mpegts-documentation-only.patch -- adds documentation patch by Daniel Kristj...Daniel Kristjansson2007-01-23
* "converts printf's to avlog's" patch by Daniel Kristjansson / danielk mrl.nyu...Daniel Kristjansson2007-01-23
* make some symbols staticMåns Rullgård2006-11-11
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the defa...Nico Sabbi2006-08-27
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT).Nico Sabbi2006-07-08
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
* This patch simply adds demuxing support for AC-3 streams in DVB TSMåns Rullgård2006-04-01
* fix memory leak on mpegts closeMåns Rullgård2006-04-01
* generic crc calculation codeMichael Niedermayer2006-03-06
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* try with auto_guess if first detection failsNico Sabbi2006-01-02
* added support for DVHS (192) packet sizeNico Sabbi2006-01-02
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-23
* Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård2005-09-06
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)Michael Niedermayer2005-07-17
* AVPacket.posMichael Niedermayer2005-05-26
* Correct number of bits for PTS.Wolfram Gloger2005-05-06
* switch to native time basesMichael Niedermayer2005-04-30
* Writing to freed memory in write_section_data() patch by (Wolfram Gloger <wmg...Wolfram Gloger2005-02-16
* use native timebase for seekingMichael Niedermayer2004-10-10
* libdts support by (Benjamin Zores <ben at geexbox dot org>)Michael Niedermayer2004-07-14
* fix playback of http://www.zonque.org/test-long.psMichael Niedermayer2004-05-31
* store index for seeking in the native timebase of each streamMichael Niedermayer2004-05-23
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-21
* Off-by-two in mpegts.c patch by (Wolfram Gloger <wmglo at dent dot med dot un...Wolfram Gloger2004-04-13
* Support raw mpegts streams from dvr patch by (wmglo at dent dot med dot uni-m...Wolfram Gloger2004-03-26
* avsync patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin2004-02-20
* memleak patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin2004-01-08
* better get_packet_size and probeMichael Niedermayer2003-12-09
* support more codecs in MPEG-TS patch by (mru at kth dot se (Måns Rullgård))Måns Rullgård2003-11-12
* seek supportFabrice Bellard2003-11-10
* mpeg TS demux API (called from RTP layer) - raw mpeg TS reader (uses fake cod...Fabrice Bellard2003-10-29
* Enable decoding of more mpeg-ts streams for pcHDTV patch by (Doug Larrick <do...Doug Larrick2003-10-15
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-14
* cosmetic change in resync code - added PAT scanning code if no SDT is found (...Fabrice Bellard2003-07-15
* - Looks a tiny bit harder in mpegps_probe() for a valid start code. This isIsaac Richards2003-07-10
* try to filter _all_ PATs if no SDT could be found patch by (<gbazin at altern...Michael Niedermayer2003-06-28
* mpeg ts demux uses DVB SI info and generates correct PTS info - added prototy...Fabrice Bellard2003-06-13
* avoid detecting mpeg stream when other formats embed mp3 tracks.François Revol2003-04-18