summaryrefslogtreecommitdiffstats
path: root/libhb/stream.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* libhb: Use a buffer flat to indicate EOFjstebbins2015-05-011-6/+3
* p-to-p: fix seek to start pts source initial PTS != 0jstebbins2015-04-241-3/+4
* stream: Improve transport stream PCR handlingjstebbins2015-04-221-233/+269
* libhb: Eliminate global variable hb_gui_use_hwd_flagjstebbins2015-03-291-13/+14
* json: automatically scan title when processing json jobsjstebbins2015-03-071-2/+0
* stream: fix potential overflow in pts calculationjstebbins2015-02-171-5/+5
* New audio output options.Rodeo2015-02-151-4/+20
* Update year to 2015.bradleys2015-02-011-1/+1
* Add support for open type font attachments.ritsuka2015-01-311-7/+12
* stream: Fix scanning files with large PNGsjstebbins2015-01-141-1/+15
* json: add json APIsjstebbins2014-12-161-2/+2