summaryrefslogtreecommitdiffstats
path: root/libhb/stream.c
Commit message (Expand)AuthorAgeFilesLines
* Add Bluray supportjstebbins2010-09-081-492/+633
* Improve program stream detectionjstebbins2010-06-281-17/+49
* Add SSA subtitle supportjstebbins2010-06-011-3/+4
* add check for reasonable vobsub width/height values when parsing out of mp4jstebbins2010-05-301-2/+10
* preserve vobsub palette, width, and height from mkv and mp4 vobsub tracksjstebbins2010-05-301-20/+67
* Support for reading VOB subtitle tracks from file inputs initital implementat...dynaflash2010-05-201-5/+76
* Universal Text Subtitle Support Initial Implementationdynaflash2010-05-041-0/+74
* bump ffmpeg to rev 22950jstebbins2010-04-251-3/+18
* add test to ensure that ffmpeg's reported audio layout agrees with channel countjstebbins2010-04-241-2/+8
* downmix support for ffmpeg audio sourcesjstebbins2010-04-021-13/+14
* handle bluray LPCM streamsjstebbins2010-03-271-20/+63
* extend search range for TS re-syncjstebbins2010-03-131-14/+24
* fix incorrect comment in PS detection functionjstebbins2010-02-121-3/+2
* try harder to identify program streams that do not begin with a pack headerjstebbins2010-02-121-8/+22
* use DTS generated by x264 when computing duration and offset in muxmp4jstebbins2010-02-061-0/+11
* osx doesn't have fread_unlockedjstebbins2010-01-311-1/+1
* fix problem with reading program streamsjstebbins2010-01-311-1/+33
* add point-to-point encodingjstebbins2009-12-231-0/+23
* bump ffmpeg to svn 20817jstebbins2009-12-141-0/+4
* batch file scanning and scan canceljstebbins2009-11-251-0/+2
* don't read the entire file looking for audio in transport streamsjstebbins2009-11-251-1/+1
* fix an off-by-one error in assignment of audio stream registration descriptorjstebbins2009-11-091-26/+28
* fix a couple transport stream issuesjstebbins2009-10-231-9/+46
* fix VC1 I-frame detection in ffmpeg_is_keyframejstebbins2009-10-061-1/+1
* libhb: don't truncate last chapter of a streamjstebbins2009-08-091-1/+2
* - Some DVB programs have a lot of streams (20 for BBC HD) so up max from 16 ...van2009-07-131-1/+5
* - cleanup gcc format warnings showing up on linux 64-bitkonablend2009-06-251-9/+12
* - fixed gcc warnings for various unused vars, implicit function decls, signed...konablend2009-06-241-1/+1
* - mingw fixes to use fopen() with 'b' flag.konablend2009-06-061-1/+1
* Fix for New Zealand TV not following the mpeg2 standardvan2009-06-021-1/+7
* Get rid of silence inserted at the beginning of mp4/mov/mkv files. GENPTS see...van2009-05-171-3/+0
* Make chapters in mp4 & mkv ffmpeg input files work again (not sure when they ...van2009-05-111-80/+38
* Enable chapter boundary check for ffmpeg input even when chapters marker are ...ritsuka2009-05-091-1/+0
* BuildSystem: conversion from jam-based to make-based system.konablend2009-03-011-0/+0
* Don't let an invalid PES header length (from a corrupted packet) cause us to ...van2009-01-281-8/+9
* Add importing of ffmpeg input chapters.ritsuka2009-01-141-7/+32
* Get previews from H.264 content even if it's missing IDR frames (e.g., NZ TV ...van2009-01-101-147/+136
* - have to account for a non-zero start time when we're seeking in ffmpeg files.van2008-12-131-13/+60
* fix a threading issue with avcodec_open/closejstebbins2008-12-121-1/+1
* Don't reject MPEG PS files just because they're missing a SYS header (clips w...van2008-12-111-7/+7
* Improve duration calculation for transport streams. Streams that havejstebbins2008-12-101-3/+5
* More code to deal with the flakey streams from NZ TV. They like to change the...van2008-12-051-7/+0
* - Elementary streams that scan couldn't type as audio streams have to be com...van2008-12-041-15/+56
* Found the ffmpeg initialization problem with VC-1 video. jstebbins2008-12-031-8/+16
* I suspect that eddyg's r1987 didn't really want to totally break transport an...van2008-12-021-0/+5
* Add metadata support to libhb, add importing of MP4 metadata, add export of M...eddyg2008-12-021-10/+136
* - add John A. Stebbins' changes to handle TrueHD and DTS-HD multiplexed stre...van2008-11-251-310/+290
* - get rid of an unnecessary seek that was messing up either mkv or vc1 decod...van2008-11-191-2/+16
* Don't abort when the ffmpeg vc1 decoder hands us a bogus packet sizevan2008-11-181-0/+7
* - search for IDR frames in blu-ray (m2ts) inputs so we get useful previewsvan2008-11-161-5/+35