summaryrefslogtreecommitdiffstats
path: root/libhb/stream.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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