summaryrefslogtreecommitdiffstats
path: root/libhb/stream.c
Commit message (Expand)AuthorAgeFilesLines
* Fix PGS subtitle decoding...John Stebbins2018-06-131-18/+42
* decssasub: Fix decoding SSA subtitlesJohn Stebbins2018-06-091-29/+10
* libhb: build: README: Replace instances of Libav with FFmpeg.Bradley Sepos2018-05-291-2/+2
* contrib: Use AV_CODEC_ID_ASS for FFmpeg.Bradley Sepos2018-05-281-2/+2
* Using AV_CODEC_ID_SUBRIP instead of AV_CODEC_ID_SRT (libav->ffmpeg)Sven Gothel2018-05-281-2/+2
* libhb: Increase maximum packet read size in stream.c.Bradley Sepos2018-05-131-1/+1
* Misc. typosluz.paz2018-02-201-2/+2
* libhb: fix a number of issues reported by clang.Damiano Galassi2018-01-121-3/+9
* Update copyright dates to 2018.Bradley Sepos2018-01-011-1/+1
* stream: better probing of PS filesJohn Stebbins2017-11-271-1/+1
* Auto-rotate video that has rotation tagJohn Stebbins2017-11-091-0/+2
* libhb: read video rotation from libav.Damiano Galassi2017-11-091-0/+31
* CLI: add option to log version, title, and progress in jsonJohn Stebbins2017-11-061-1/+10
* stream: Improve stream type detection through probingJohn Stebbins2017-05-251-39/+21
* stream: fix chapter marker durationsJohn Stebbins2017-04-281-5/+20
* Fix raw video timestampsJohn Stebbins2017-04-091-0/+4
* subtitles: simplify and shorten subtitle descriptions (#591)John Stebbins2017-03-101-10/+13
* decavcodec: drop initial_padding audio samplesJohn Stebbins2017-02-211-6/+7
* Update copyright dates to 2017.Bradley Sepos2017-01-011-1/+1
* stream: fix SRT subtitle durationJohn Stebbins2016-12-221-0/+1
* stream: fix SRT detectionJohn Stebbins2016-12-171-0/+1
* unref AVPackets, fix merge issuesJohn Stebbins2016-12-171-2/+0
* stream: fix use of deprecated libav interfacesJohn Stebbins2016-12-171-91/+87
* libhb: fix small leaksJohn Stebbins2016-12-141-0/+10
* libhb: Fix possible null pointer dereference in stream.c.midzer2016-12-141-6/+6
* stream: fix invalid ES packet generationJohn Stebbins2016-12-101-2/+2
* stream: be more forgiving of TS continuity errorsJohn Stebbins2016-11-211-4/+8
* libhb: use the new keyframe flag.Tim Walker2016-09-171-2/+3
* libhb: make hb_ps_read_packet() more robustSean McGovern2016-07-281-6/+13
* Revert "libhb: don't ignore the return result from fread()"Bradley Sepos2016-07-071-12/+7
* libhb: don't ignore the return result from fread()Sean McGovern2016-07-011-7/+12
* libhb: pass through "default" subtitle flag ... (#203)John Stebbins2016-05-281-0/+5
* stream: create default chapter names for empty chapter titlesJohn Stebbins2016-05-201-1/+1
* libhb: send initial chapter through pipelineJohn Stebbins2016-05-171-14/+45
* stream: fix libav initial timestamp calculationJohn Stebbins2016-05-171-1/+1
* remove dxva hw decode (#189)John Stebbins2016-05-171-4/+1
* stream: fix memory leak during PS stream probeJohn Stebbins2016-04-201-0/+7
* stream: fix negative array indexJohn Stebbins2016-03-251-1/+1
* stream: fix potential use of uninitialized variableJohn Stebbins2016-03-231-10/+18
* Update copyright dates to 2016.Bradley Sepos2016-01-011-1/+1
* libhb: use LL for int64 constants to make mingw happyJohn Stebbins2015-12-261-1/+1
* bd: fix discontinuity handlingJohn Stebbins2015-11-121-14/+17
* libhb: repair split packets in readerJohn Stebbins2015-11-101-0/+4
* libhb: make muxer, sync, and reader behave like other work objectsJohn Stebbins2015-11-091-1/+1
* stream: fix pts to buffer start conversionJohn Stebbins2015-11-051-6/+6
* libhb: add hb_buffer_listJohn Stebbins2015-09-241-45/+30
* stream: remove unused variable pix_fmtJohn Stebbins2015-09-201-2/+0
* libhb: detect read errors and propagatejstebbins2015-06-291-1/+31
* DXVA2: cleanup decode support checks.Rodeo2015-06-231-32/+2
* stream: fix TS parsing after a seekjstebbins2015-05-011-0/+1