82 Commits (c6e2f0831c604c5cf7c2c17e018fb9c7cb620117)

Author SHA1 Message Date
Nico Sabbi aa237f4535 associate to each AVProgram the indexes of the AVStreams contained in it 17 years ago
Nico Sabbi 172d1171d2 added structures and code to keep track of pids<->programs mapping: it's needed 17 years ago
Nico Sabbi 1d257254f1 replaced custom tracking of programs/services with calls to with av_new_program() 17 years ago
Aurelien Jacobs 6369638bf0 loosen dependencies over allformats.h 17 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
Alex Beregszaszi 5b83843f43 fix compilation with assert 17 years ago
Måns Rullgård b474d1f3fa update SectionCallback and PESCallback typedefs to match functions 17 years ago
Ronald S. Bultje 80fb82346e Use AV_RB* macros where appropriate. 17 years ago
Michael Niedermayer b3e104366a simplify 18 years ago
Michael Niedermayer 2bb486a5e6 remove now unused "global" pcr_pid 18 years ago
Michael Niedermayer dbf6b678fc proper per stream pcr_pid support by (Wolfram Gloger wmglo dent.med.uni-muenchen@de ) 18 years ago
Michael Niedermayer e39291dfcf partially revert r2931 (Support raw mpegts streams from dvr) 18 years ago
Michael Niedermayer 04ec18b8b3 harmless typo 18 years ago
Michael Niedermayer 28f03d0494 fix indention 18 years ago
Michael Niedermayer ad39abcdd9 remove duplicate PAT scaning code and actual PAT scan 18 years ago
Michael Niedermayer 4dc8a963d1 unused variables 18 years ago
Michael Niedermayer 90d13e30d5 dont rescan for information on each pid, but rather do it just once by 18 years ago
Michael Niedermayer ecc31d1d8e move structs and enums to top of file so they can be used 18 years ago
Michael Niedermayer 4d9a577e30 passing MpegTSFilter to the filters instead of a random void *opaque 18 years ago
Michael Niedermayer 37dfd6333d do not perform SDT scan at the begin (this avoids a timeconsuming search for 18 years ago
Michael Niedermayer 657ced8cdb make new_service() update existing info sanely 18 years ago
Michael Niedermayer 0618bb1c5b remove fake service/provider names used for PAT 18 years ago
Benoit Fouet a45ec41409 Indentation 18 years ago
Michael Niedermayer b91811af83 get rid of if(1) 18 years ago
Michael Niedermayer 9deb6d71b8 get rid of one layer of callback obfuscation 18 years ago
Michael Niedermayer b229219417 kill completely idiotic code which hides all but 2 streams 18 years ago
Michael Niedermayer 165f503a27 correct implementation of "try with auto_guess if first detection fails" 18 years ago
Michael Niedermayer d287b04b6d revert r4802 (try with auto_guess if first detection fails) 18 years ago
Michael Niedermayer 38c48be213 split mpeg2ts_raw mode into its own demuxer using such a flag is an incredibly dirty hack 18 years ago
Glenn A. Serre 828bb5f1f6 variable initialization (because of a gcc warning) 18 years ago
Aurelien Jacobs 57004ff1d7 add an enum for need_parsing 18 years ago
Panagiotis Issaris 750f0e1f8b Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() 18 years ago
François Revol 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
Nico Sabbi cf10ee184f demux VC1 in mpegts 18 years ago
Michel Bardiaux f0ee3ea619 Add some context to av_log calls. 18 years ago
Daniel Kristjansson e995cfca28 mpegts-documentation-only.patch -- adds documentation patch by Daniel Kristjansson / danielk mrl.nyu edu 18 years ago
Daniel Kristjansson 2ddb79befd "converts printf's to avlog's" patch by Daniel Kristjansson / danielk mrl.nyu edu 18 years ago
Måns Rullgård 1ed1a122a7 make some symbols static 18 years ago
Aurelien Jacobs 7fbde3431a replace coder/decoder file description in libavformat by muxer/demuxer 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Nico Sabbi ec6913d267 scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the default value) 18 years ago
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 18 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 18 years ago
Nico Sabbi 2eb1a65d91 Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT). 18 years ago
Stefan Huehner 7b49ce2e34 Add const to (mostly) char* and make some functions static, which aren't used 19 years ago
Måns Rullgård 9d9b432ae9 This patch simply adds demuxing support for AC-3 streams in DVB TS 19 years ago
Måns Rullgård 00a6b92bdd fix memory leak on mpegts close 19 years ago
Michael Niedermayer 43a80ccee5 generic crc calculation code 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Nico Sabbi 27c748b576 try with auto_guess if first detection fails 19 years ago