summaryrefslogtreecommitdiffstats
path: root/libhb/stream.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* libhb: improve preview generateion when there are no IDRsjstebbins2014-10-021-4/+0
* libhb: fix scanning of video that is a single GOPjstebbins2014-09-091-15/+5
* build: remove mp4v2 and libmkv dependenciesjstebbins2014-08-181-5/+1
* fix comment in isIframe()jstebbins2014-07-301-1/+1
* libhb: add i-frame detection for mpeg4 ts/ps streamsjstebbins2014-07-301-0/+15
* libhb: work around libav decoder error durint p-to-p encodingjstebbins2014-07-141-0/+24
* libhb: Fix decoding avi with palettejstebbins2014-05-291-0/+10
* demux: fix problem with widely spaced SCRsjstebbins2014-05-131-1/+5
* libhb: enable burn-in of all supported text subtitle formatsjstebbins2014-03-301-3/+6
* libhb: clean up handling dir directory separatorjstebbins2014-02-221-2/+2
* libhb: remove a52decjstebbins2014-02-201-3/+2
* Update some copyright dates to 2014.Rodeo2014-02-181-1/+1
* Replace invaled timestamp flag "-1" with AV_NOPTSjstebbins2014-01-261-15/+15
* libhb: set audio description in LookForAudio (scan.c).Rodeo2014-01-251-173/+4
* stream: fix a crash caused by assigning an audio work-object to some video tr...Rodeo2014-01-151-2/+2
* remove contrib mpeg2decjstebbins2014-01-131-4/+4
* stream: don't treat attached artwork as valid video tracks, which they aren't.Rodeo2013-12-051-0/+1
* libhb: fix a bunch of compiler warningsjstebbins2013-11-261-0/+2
* OpenCL: use the new library loading architecture for all OpenCL code.Rodeo2013-11-081-16/+1
* OpenCL: initial work on a new OpenCl wrapper, which will eventually phase out...Rodeo2013-11-021-2/+2
* libhb: fix another case of spurious "missing start code" messagesjstebbins2013-10-281-0/+11
* libhb: fix "missing start code" error message when encoding BDjstebbins2013-10-281-3/+9
* libhb: make libhb internal character code utf8jstebbins2013-09-221-1/+1
* Merging-in the OpenCL Scaling code from the OpenCL branch to trunk. sr552013-09-211-2/+54
* Refactor add_ffmpeg_audio.Rodeo2013-04-281-72/+50