summaryrefslogtreecommitdiffstats
path: root/libhb/stream.c
Commit message (Expand)AuthorAgeFilesLines
* libhb: passthru mastering display metadata and content light level metadata.Damiano Galassi2021-02-011-0/+13
* Update copyright dates to 2021.Bradley Sepos2021-01-011-1/+1
* libhb: Replace HB_ACODEC_FFMPEG with HB_ACODEC_MP2 in stream.c.Bradley Sepos2020-11-081-2/+2
* MP2 PassThru (libhb part)Nomis1012020-11-081-0/+5
* stream: don't reject video with pix_fmt AV_PIX_FMT_NONEJohn Stebbins2020-05-281-2/+6
* decavsub: remove dvb subtitle post-stuffing during demuxJohn Stebbins2020-03-291-1/+9
* decavsub: use libav to decode dvd subtitlesJohn Stebbins2020-03-291-10/+15
* decavsub: use libav to decode EIA 608 subtitlesJohn Stebbins2020-03-291-3/+8
* decavsub: add DVB subtitle *burn-only* supportJohn Stebbins2020-03-291-8/+51
* decavsub: add general purpose avcodec subtitle decoderJohn Stebbins2020-03-291-22/+54
* Update copyright dates to 2020.Bradley Sepos2020-01-011-1/+1
* bd: add processing of "secondary" audio tracksJohn Stebbins2019-12-221-6/+11
* Gardening: Clean up trailing whitespaceNomis1012019-11-041-1/+1
* fix warnings when compiling with clang.Damiano Galassi2019-09-261-18/+0
* libhb: resolve header conflicts with pango/harfbuzzJohn Stebbins2019-09-121-3/+3
* Resolve conflict with harfbuzz include file hb.hJohn Stebbins2019-09-101-1/+1
* stream: fix size of subtitle extradataJohn Stebbins2019-08-261-1/+1
* stream: fix subtitle extradata buffer over-readJohn Stebbins2019-08-261-1/+2
* libhb: eliminate file path length limitsJohn Stebbins2019-08-111-5/+9
* stream: improve track name selectionJohn Stebbins2019-08-111-13/+57
* add subtitle track name read/writeJohn Stebbins2019-08-111-3/+7
* libhb: make source audio track name available to frontendsJohn Stebbins2019-08-111-2/+7
* stream: fix building of subtitle list in PES filesJohn Stebbins2019-07-311-1/+1
* Fix some typos (#2202)Nomis1012019-07-311-3/+3
* stream: add support for eia 608 subtitle tracksJohn Stebbins2019-07-171-0/+7
* Fix dropped audio when embedded CC sub is selectedJohn Stebbins2019-07-151-2/+2
* libhb: pass AV_PKT_FLAG_DISCARD through to decoderJohn Stebbins2019-05-021-1/+5
* stream: Improve probing of unknown streamsJohn Stebbins2019-02-111-48/+146
* Add SSA subtitle importJohn Stebbins2019-01-141-1/+2
* fix missing frames when transcoding m2ts filesJohn Stebbins2019-01-071-1/+2
* Update copyright dates to 2019.Bradley Sepos2019-01-011-1/+1
* Fix rotation of video flagged with 0 rotationJohn Stebbins2018-12-251-0/+1
* stream: enable probing for all unrecognized stream typesJohn Stebbins2018-11-061-1/+1
* 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