История коммитов

Автор SHA1 Сообщение Дата
  Michael Niedermayer b8129b1a7a avformat/mpegts: Check desc_len / get8() return code 10 лет назад
  Ivan Schreter 4c6b49bf74 Change TS seeking so it returns position/timestamp of a key frame. 15 лет назад
  Aurelien Jacobs 0868119106 use new metadata API in mpegts demuxer 15 лет назад
  Jindřich Makovička dcd913d9ed Fix minor memory leak. 15 лет назад
  Michael Niedermayer 1558d0b910 Fix probe & demuxing of Topfield 58XXPVR and 68XXPVR (topfield.rec) 15 лет назад
  Baptiste Coudurier 14120c95f0 set pts and dts when only pts is present, according to specs 15 лет назад
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 лет назад
  Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 лет назад
  Måns Rullgård 8c39a7582d mpegts: replace Program_t typedef with "struct Program" 16 лет назад
  Diego Biurrun ecfb51d1c2 Add necessary header for av_set_program_name and av_program_add_stream_index. 16 лет назад
  Diego Biurrun bad4063740 Move declaration of av_set_program_name and av_program_add_stream_index 16 лет назад
  Diego Biurrun 9686df2be5 Delete unnecessary 'extern' keywords. 16 лет назад
  Diego Biurrun 910f02a054 spelling cosmetics 16 лет назад
  Diego Pettenò fb65d2ca84 Use enum typers instead of int. 16 лет назад
  Michael Niedermayer ff9c8d7c6f Add flag to mark demuxers that can output discontinuous timestamps. 16 лет назад
  Anuradha Suraparaju f4bba2015a Dirac encapsulation in MPEG-TS 16 лет назад
  Michael Niedermayer 452a398fd6 Fix misdetection of H.264 in mpegts as mpeg1video in mpegts. 16 лет назад
  Måns Rullgård c6002ea14d MPEGTS: Improve probe function 16 лет назад
  Erik Hovland 72e043dd0f One-bit bitfields should probably be unsigned. Unfortunately, it is left 16 лет назад
  Baptiste Coudurier ade8d8b939 uniformize AVStream->priv_data freeing in av_close_input_stream 16 лет назад
  Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 16 лет назад
  Diego Biurrun 245976da2a Use full path for #includes from another directory. 16 лет назад
  Diego Biurrun ccd425e799 Remove unnecessary parentheses from return calls. 16 лет назад
  Michael Niedermayer 81d5ae6dec Fixing memleaks. 16 лет назад
  Michael Niedermayer 5fd63f3c3b Ensure that the timestamp reading code used for seeking chooses a position 16 лет назад
  Michael Niedermayer 056f6b8f09 Using the same probe function in 2 formats is not a good idea. 16 лет назад
  Nico Sabbi a45b40c496 treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESCRIPTOR with the value HDMV; approved by Mans 16 лет назад
  Aurelien Jacobs 3abe5fbdc4 improve CRC API 17 лет назад
  Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 лет назад
  Jeff Downs 28af284cfb When new streams are detected, look for old filters and close them out. 17 лет назад
  Nico Sabbi aa237f4535 associate to each AVProgram the indexes of the AVStreams contained in it 17 лет назад
  Nico Sabbi 172d1171d2 added structures and code to keep track of pids<->programs mapping: it's needed 17 лет назад
  Nico Sabbi 1d257254f1 replaced custom tracking of programs/services with calls to with av_new_program() 17 лет назад
  Aurelien Jacobs 6369638bf0 loosen dependencies over allformats.h 17 лет назад
  Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 лет назад
  Alex Beregszaszi 5b83843f43 fix compilation with assert 17 лет назад
  Måns Rullgård b474d1f3fa update SectionCallback and PESCallback typedefs to match functions 17 лет назад
  Ronald S. Bultje 80fb82346e Use AV_RB* macros where appropriate. 17 лет назад
  Michael Niedermayer b3e104366a simplify 17 лет назад
  Michael Niedermayer 2bb486a5e6 remove now unused "global" pcr_pid 17 лет назад
  Michael Niedermayer dbf6b678fc proper per stream pcr_pid support by (Wolfram Gloger wmglo dent.med.uni-muenchen@de ) 17 лет назад
  Michael Niedermayer e39291dfcf partially revert r2931 (Support raw mpegts streams from dvr) 17 лет назад
  Michael Niedermayer 04ec18b8b3 harmless typo 17 лет назад
  Michael Niedermayer 28f03d0494 fix indention 17 лет назад
  Michael Niedermayer ad39abcdd9 remove duplicate PAT scaning code and actual PAT scan 17 лет назад
  Michael Niedermayer 4dc8a963d1 unused variables 17 лет назад
  Michael Niedermayer 90d13e30d5 dont rescan for information on each pid, but rather do it just once by 17 лет назад
  Michael Niedermayer ecc31d1d8e move structs and enums to top of file so they can be used 17 лет назад
  Michael Niedermayer 4d9a577e30 passing MpegTSFilter to the filters instead of a random void *opaque 17 лет назад
  Michael Niedermayer 37dfd6333d do not perform SDT scan at the begin (this avoids a timeconsuming search for 17 лет назад