OSDN Git Service

bump ffmpeg from git-185a155 to git-0b32da9
[handbrake-jp/handbrake-jp-git.git] / libhb / stream.c
2011-02-27 jstebbinsbump ffmpeg from git-185a155 to git-0b32da9
2011-02-11 jstebbinsRemove unnecessary translation of string "LIBFAAD"...
2011-02-08 jstebbinsFix issue with decoding DTS-HD streams
2011-01-17 jstebbinsfix ffmpeg multiple audio decode issue
2011-01-02 jstebbinsfix a problem reading flv files that have null packets
2010-11-10 jstebbinsbump ffmpeg from r25374 to r25689
2010-11-07 jstebbinsFix use of uninitialized variable in mpeg PS detection.
2010-10-05 jstebbinsAdd code to recognize eac3 streams in TS
2010-10-02 jstebbinsfix ffmpeg locking issue
2010-09-28 jstebbinsSSA subtitle burn in
2010-09-14 jstebbinsfix a crash when a TS has no aspect ratio set in the...
2010-09-14 jstebbinsBump ffmpeg from 22950 to 25082
2010-09-08 jstebbinsAdd Bluray support
2010-06-28 jstebbinsImprove program stream detection
2010-06-01 jstebbinsAdd SSA subtitle support
2010-05-30 jstebbinsadd check for reasonable vobsub width/height values...
2010-05-30 jstebbinspreserve vobsub palette, width, and height from mkv...
2010-05-20 dynaflashSupport for reading VOB subtitle tracks from file input...
2010-05-04 dynaflashUniversal Text Subtitle Support Initial Implementation
2010-04-25 jstebbinsbump ffmpeg to rev 22950
2010-04-24 jstebbinsadd test to ensure that ffmpeg's reported audio layout...
2010-04-02 jstebbinsdownmix support for ffmpeg audio sources
2010-03-27 jstebbinshandle bluray LPCM streams
2010-03-13 jstebbinsextend search range for TS re-sync
2010-02-12 jstebbinsfix incorrect comment in PS detection function
2010-02-12 jstebbinstry harder to identify program streams that do not...
2010-02-06 jstebbinsuse DTS generated by x264 when computing duration and...
2010-01-31 jstebbinsosx doesn't have fread_unlocked
2010-01-31 jstebbinsfix problem with reading program streams
2009-12-23 jstebbinsadd point-to-point encoding
2009-12-14 jstebbinsbump ffmpeg to svn 20817
2009-11-25 jstebbinsbatch file scanning and scan cancel
2009-11-25 jstebbinsdon't read the entire file looking for audio in transpo...
2009-11-09 jstebbinsfix an off-by-one error in assignment of audio stream...
2009-10-23 jstebbinsfix a couple transport stream issues
2009-10-06 jstebbinsfix VC1 I-frame detection in ffmpeg_is_keyframe
2009-08-09 jstebbinslibhb: don't truncate last chapter of a stream
2009-07-13 van - Some DVB programs have a lot of streams (20 for...
2009-06-25 konablend- cleanup gcc format warnings showing up on linux 64-bit
2009-06-24 konablend- fixed gcc warnings for various unused vars, implicit...
2009-06-06 konablend- mingw fixes to use fopen() with 'b' flag.
2009-06-02 vanFix for New Zealand TV not following the mpeg2 standard
2009-05-17 vanGet rid of silence inserted at the beginning of mp4...
2009-05-11 vanMake chapters in mp4 & mkv ffmpeg input files work...
2009-05-09 ritsukaEnable chapter boundary check for ffmpeg input even...
2009-03-01 konablendBuildSystem: conversion from jam-based to make-based...
2009-01-28 vanDon't let an invalid PES header length (from a corrupte...
2009-01-14 ritsukaAdd importing of ffmpeg input chapters.
2009-01-10 vanGet previews from H.264 content even if it's missing...
2008-12-13 van - have to account for a non-zero start time when we...
2008-12-12 jstebbinsfix a threading issue with avcodec_open/close
2008-12-11 vanDon't reject MPEG PS files just because they're missing...
2008-12-10 jstebbinsImprove duration calculation for transport streams...
2008-12-05 vanMore code to deal with the flakey streams from NZ TV...
2008-12-04 van - Elementary streams that scan couldn't type as audio...
2008-12-03 jstebbinsFound the ffmpeg initialization problem with VC-1 video.
2008-12-02 vanI suspect that eddyg's r1987 didn't really want to...
2008-12-02 eddygAdd metadata support to libhb, add importing of MP4...
2008-11-25 van - add John A. Stebbins' changes to handle TrueHD and...
2008-11-19 van - get rid of an unnecessary seek that was messing...
2008-11-18 vanDon't abort when the ffmpeg vc1 decoder hands us a...
2008-11-16 van - search for IDR frames in blu-ray (m2ts) inputs so...
2008-11-11 jstebbinsfix pmt processing
2008-11-09 vanHack to make VC1 work: If we get a ts or m2ts with...
2008-11-08 van - Always use HandBrake's DTS decoder rather than ffmpe...
2008-10-11 vanMake DTS and HDMV DTS audio work in Transport and m2ts...
2008-10-03 van - Only do 'lost PCR' checks (r1712) when we're dealing...
2008-09-29 eddygUpdate ffmpeg from version r14737 to r15462.
2008-09-16 vanBug fix to r1691: had the offsets for PTS & DTS reverse...
2008-09-12 vanHD Home Run seems to strip the PCR from some streams...
2008-09-11 vanVarious fixes for ffmpeg input files (mp4, avi, mkv...
2008-08-18 van - To reliably find audio in 720p or 1080i TS streams...
2008-08-01 jbrjakeSplits the display of job settings off from the actual...
2008-07-02 eddygAdded Paul Kendalls ffmpeg AAC-LATM codec. Allows HB...
2008-06-01 vanDon't crash during scan when source not recognized...
2008-05-31 van- support blu-ray, avchd & dvb x264
2008-04-25 vanChanges to support unstructured program streams (such...
2008-04-15 vanMove clock recovery code from reader to demuxmpeg so...
2008-04-15 jbrjakeSaearch & Replace domain names to move from .m0k.org...
2008-04-11 eddygProvide more feedback as to the types of the streams...
2008-04-02 vanscan and pcm audio fixes.
2008-04-01 saintdevNew internal audio handling.
2008-03-20 vanFix two of my stupid bugs that prevented using the...
2008-03-15 van- Add mpeg2 "Standard Target Decoder" clock recovery...
2008-03-02 vanDVB teletext streams and ATSC AC3 audio streams use...
2008-02-29 vanIt's a good idea to have a buffer for every pid you...
2008-02-21 saintdevFormatting: Remove a lot of trailing whitespace.
2008-02-09 van- More robust stream duration estimation: take 16 ...
2008-01-22 van- Make MPEG audio (and other audio types besides AC3...
2008-01-06 van- figure out MPEG PS duration from stream rather than...
2008-01-01 dynaflashProgram Streams: Vans patch to set a fake duration...
2007-12-31 dynaflashProgram Stream Enhancements - Van: Libhb
2007-12-13 jbrjakeMPEG-2 stream reading fixes for missing audio, multiple...
2007-09-21 awkImproved PMT and PAT algorithms to work with streams...
2007-09-11 eddygAdded buffer management and changed fifo sizes. Changed...
2007-08-24 jbrjakeAllows stream.c to try to read .VOB, .TS, and .mpeg...
2007-07-26 saintdevThis should finally fix the PS stream language without...
2007-07-25 jbrjakeOk, this should fix compilation. Instead of using the...
2007-07-25 saintdevWe shouldn't assume that MPEG2-PS audio is English...
2007-07-04 awkImplement transport and program stream support. With...