14182 Commits (ca162a5004fcd2209b6ee1eeb92731cfe1142ca1)
 

Author SHA1 Message Date
Aurelien Jacobs ca162a5004 Ensure the first audio stream is selected as the default stream 17 years ago
Aurelien Jacobs 401cdd519c adjust comment to reality 17 years ago
Aurelien Jacobs 94f6c011d6 matroskadec: sane default value for track->time_scale 17 years ago
Diego Biurrun e85754cc36 small spelling/wording fixes 17 years ago
Michael Niedermayer ee3509d94e ff_fetch_timestamp() prototype 17 years ago
Michael Niedermayer d59591fb02 In mpeg1/2 timestamps are associated with the access unit which 17 years ago
Baptiste Coudurier d3ad044ad5 add pretty common .m2t as ts extension 17 years ago
Baptiste Coudurier 3654a16dc9 fix continuity counter to start at 0 17 years ago
Michael Niedermayer 820ad60cd9 Make update_initial_durations() also work if a dts occured before a 17 years ago
Michael Niedermayer 5853423c3f Do not set pts in update_initial_durations() if stream has b frames. 17 years ago
Måns Rullgård c9d1924884 improve installation path selection 17 years ago
Diego Biurrun 426be5dc83 cosmetics: Split all path variables into their own list. 17 years ago
Aurelien Jacobs ff2c222c37 matroskadec: fix potential mem leak 17 years ago
Aurelien Jacobs 34ae40971b matroskadec: avoid potential mem leak 17 years ago
Aurelien Jacobs fe53fa253f reorganize matroska_add_stream() to fix potential mem leak and buffer overflow 17 years ago
Aurelien Jacobs 4b3dc529f5 matroskadec: move ARRAY_SIZE() macro at top of the file 17 years ago
Aurelien Jacobs 9b85e378bf bump micro version after commit r13615 17 years ago
Måns Rullgård 968ae1d9cc fix servertest in out of tree builds 17 years ago
Baptiste Coudurier ce8f4fb388 print correct mpeg-2 broken_link value, and print closed_gop 17 years ago
Vitor Sessak 27ee9bcf36 Remove warning that could never be triggered. 17 years ago
Michael Niedermayer 44b79c6022 indent 17 years ago
Michael Niedermayer e4e3230ea5 Only store timestamps when there are timestamps. 17 years ago
Michael Niedermayer 05d1d160bc Our MPEG-TS demuxer does not send complete PES packets but sends them 17 years ago
Michael Niedermayer 5c027f8866 Move new field to the end to avoid ABI breakage, I thought this struct 17 years ago
Michael Niedermayer ebdd73778c cosmetic 17 years ago
Michael Niedermayer ec0c5d482e Allow matching timestamps to be removed by fetch_timestamp(). 17 years ago
Michael Niedermayer 21e305891c Add off argument so that fetch_timestamp can search for timestamps 17 years ago
Michael Niedermayer cd6144948a Factorize fetch_timestamp() into its own function 17 years ago
Michael Niedermayer 4791778579 unused variable 17 years ago
Andreas Öman 1686cce6e6 Audio channels and sample rate must be set in order to skip 17 years ago
Baptiste Coudurier c5577c403f rename last_frame_offset to next_frame_offset, due to r13615 17 years ago
Baptiste Coudurier b73e868b4e cosmetics, remove table_ prefix 17 years ago
Michael Niedermayer 591569b596 indent 17 years ago
Michael Niedermayer 26f237254d Rename last_frame_offset to next_frame_offset. 17 years ago
Baptiste Coudurier 556eec43ef optimize, merge offset bits in vlc code 17 years ago
Michael Niedermayer cb63a4b37c Simplify parser core. 17 years ago
Justin Ruggles 406113721f move some AC3HeaderInfo struct fields to the Coded elements group. 17 years ago
Baptiste Coudurier 892d226857 return if bitrate is not specified or too low 17 years ago
Baptiste Coudurier 778346e3da add context_to_name func for logging 17 years ago
Vitor Sessak 2d73e6c8d7 Replace comments by error messages. 17 years ago
Vitor Sessak c2a14bd72e Cosmetics 17 years ago
Vitor Sessak a00dc25547 Rename dec2() function 17 years ago
Vitor Sessak 07aee1a1f9 Rename var 17 years ago
Vitor Sessak aa3aaacb07 Rename dec1() to a more descriptive name 17 years ago
Vitor Sessak 50b8f2cf1c The function dec1() do two completly unrelated things. Split the rms calculation out of it. 17 years ago
Baptiste Coudurier ce3d365f2f restore needed cast to correct type with const 17 years ago
Panagiotis Issaris 437fd77b05 Check whether the memory allocation for extradata succeeded. Fixes issue 472. 17 years ago
Aurelien Jacobs 934b910ba0 matroskadec: use the proper timestamp scaling for index entries 17 years ago
Anton Khirnov 7ff9708585 matroskadec: read TrackTimecodeScale and set timebase accordingly 17 years ago
Anton Khirnov cdae8eec10 matroskadec: silently discard some element ID that we don't care about 17 years ago