]> git.sesse.net Git - ffmpeg/history - libavformat/mpegts.c
Take the target address family in account when determining the family of
[ffmpeg] / libavformat / mpegts.c
2007-10-20 Nico Sabbiassociate to each AVProgram the indexes of the AVStream...
2007-09-25 Nico Sabbiadded structures and code to keep track of pids<->progr...
2007-09-25 Nico Sabbireplaced custom tracking of programs/services with...
2007-09-16 Aurelien Jacobsloosen dependencies over allformats.h
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-07-13 Alex Beregszaszifix compilation with assert
2007-07-08 Måns Rullgårdupdate SectionCallback and PESCallback typedefs to...
2007-07-06 Ronald S. BultjeUse AV_RB* macros where appropriate.
2007-06-08 Michael Niedermayersimplify
2007-06-08 Michael Niedermayerremove now unused "global" pcr_pid
2007-06-08 Michael Niedermayerproper per stream pcr_pid support by (Wolfram Gloger...
2007-06-04 Michael Niedermayerpartially revert r2931 (Support raw mpegts streams...
2007-06-04 Michael Niedermayerharmless typo
2007-06-04 Michael Niedermayerfix indention
2007-06-04 Michael Niedermayerremove duplicate PAT scaning code and actual PAT scan
2007-06-04 Michael Niedermayerunused variables
2007-06-04 Michael Niedermayerdont rescan for information on each pid, but rather...
2007-06-04 Michael Niedermayermove structs and enums to top of file so they can be...
2007-06-04 Michael Niedermayerpassing MpegTSFilter to the filters instead of a random...
2007-06-04 Michael Niedermayerdo not perform SDT scan at the begin (this avoids a...
2007-06-04 Michael Niedermayermake new_service() update existing info sanely
2007-06-04 Michael Niedermayerremove fake service/provider names used for PAT
2007-06-04 Benoit FouetIndentation
2007-06-02 Michael Niedermayerget rid of if(1)
2007-06-02 Michael Niedermayerget rid of one layer of callback obfuscation
2007-06-02 Michael Niedermayerkill completely idiotic code which hides all but 2...
2007-06-02 Michael Niedermayercorrect implementation of "try with auto_guess if first...
2007-06-02 Michael Niedermayerrevert r4802 (try with auto_guess if first detection...
2007-06-02 Michael Niedermayersplit mpeg2ts_raw mode into its own demuxer using such...
2007-05-29 Glenn A. Serrevariable initialization (because of a gcc warning)
2007-04-15 Aurelien Jacobsadd an enum for need_parsing
2007-03-12 Panagiotis IssarisIntroduce two new logging functions av_hex_dump_log...
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2007-02-09 Nico Sabbidemux VC1 in mpegts
2007-01-31 Michel BardiauxAdd some context to av_log calls.
2007-01-23 Daniel Kristjanssonmpegts-documentation-only.patch -- adds documentation...
2007-01-23 Daniel Kristjansson"converts printf's to avlog's" patch by Daniel Kristjan...
2006-11-11 Måns Rullgårdmake some symbols static
2006-10-23 Aurelien Jacobsreplace coder/decoder file description in libavformat...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-08-27 Nico Sabbiscan s->probesize packets instead of MAX_SCAN_PACKETS...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-07-08 Nico SabbiEtsi identifies DTS audio with stream_private+descripto...
2006-06-18 Stefan HuehnerAdd const to (mostly) char* and make some functions...
2006-04-01 Måns RullgårdThis patch simply adds demuxing support for AC-3 stream...
2006-04-01 Måns Rullgårdfix memory leak on mpegts close
2006-03-06 Michael Niedermayergeneric crc calculation code
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2006-01-02 Nico Sabbitry with auto_guess if first detection fails
2006-01-02 Nico Sabbiadded support for DVHS (192) packet size
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-23 Diego BiurrunReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-09-06 Måns RullgårdKill some compiler warnings. Compiled code verified...
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-07-17 Michael NiedermayerDVB subtitle decoder by (Ian Caulfield: imc25, cam...
2005-05-26 Michael NiedermayerAVPacket.pos
2005-05-06 Wolfram GlogerCorrect number of bits for PTS.
2005-04-30 Michael Niedermayerswitch to native time bases
2005-02-16 Wolfram GlogerWriting to freed memory in write_section_data() patch...
2004-10-10 Michael Niedermayeruse native timebase for seeking
2004-07-14 Michael Niedermayerlibdts support by (Benjamin Zores <ben at geexbox dot...
2004-05-31 Michael Niedermayerfix playback of http://www.zonque.org/test-long.ps
2004-05-23 Michael Niedermayerstore index for seeking in the native timebase of each...
2004-05-21 Michael Niedermayermove time_base (pts_num/pts_den) from AVFormatContext...
2004-04-13 Wolfram GlogerOff-by-two in mpegts.c patch by (Wolfram Gloger <wmglo...
2004-03-26 Wolfram GlogerSupport raw mpegts streams from dvr patch by (wmglo...
2004-02-20 Gildas Bazinavsync patch by (Gildas Bazin <gbazin at altern dot...
2004-01-08 Gildas Bazinmemleak patch by (Gildas Bazin <gbazin at altern dot...
2003-12-09 Michael Niedermayerbetter get_packet_size and probe
2003-11-12 Måns Rullgårdsupport more codecs in MPEG-TS patch by (mru at kth...
2003-11-10 Fabrice Bellardseek support
2003-10-29 Fabrice Bellardmpeg TS demux API (called from RTP layer) - raw mpeg...
2003-10-15 Doug LarrickEnable decoding of more mpeg-ts streams for pcHDTV...
2003-10-14 Mike Melansondisable encoders where appropriate (patch courtesy...
2003-07-15 Fabrice Bellardcosmetic change in resync code - added PAT scanning...
2003-07-10 Isaac Richards- Looks a tiny bit harder in mpegps_probe() for a valid...
2003-06-28 Michael Niedermayertry to filter _all_ PATs if no SDT could be found patch...
2003-06-13 Fabrice Bellardmpeg ts demux uses DVB SI info and generates correct...
2003-04-18 François Revolavoid detecting mpeg stream when other formats embed...
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2002-11-25 Fabrice Bellardrenamed libav to libavformat