summaryrefslogtreecommitdiffstats
path: root/libhb/muxavformat.c
Commit message (Expand)AuthorAgeFilesLines
* muxavformat: add "creation_time" metadatajstebbins2015-03-151-0/+5
* json: automatically scan title when processing json jobsjstebbins2015-03-071-1/+1
* muxavformat: only set subtitle "forced" flag when *user* sets default trackjstebbins2015-02-251-3/+6
* mkv: mark "default" subtitle tracks with both default and forced flagsjstebbins2015-02-241-1/+2
* New audio output options.Rodeo2015-02-151-0/+6
* mux: remove obsolete comment about generation of AAC extradata from TS filesjstebbins2015-02-041-5/+0
* mux: fix chapter timestamps, factor in video encoder delayjstebbins2015-02-041-1/+22
* libhb: Fix AAC passthru from TS filesjstebbins2015-02-041-0/+21
* muxavformat: fix mp4 edit lists to eliminate initial black framesjstebbins2015-02-031-35/+0
* muxavformat: fix defaultduration in mkv filesjstebbins2015-02-011-0/+2
* Update year to 2015.bradleys2015-02-011-1/+1
* Add support for open type font attachments.ritsuka2015-01-311-2/+10
* muxavformat: fix avformat stream time_base warningjstebbins2015-01-301-0/+1
* mux: fix format of ssa preamblejstebbins2014-12-161-11/+12
* json: add json APIsjstebbins2014-12-161-31/+16
* libhb: plug memory leaksjstebbins2014-09-051-0/+1
* libhb: fix mp4 optimizejstebbins2014-09-011-2/+3
* libhb: don't set duration of PGS subtitlesjstebbins2014-08-301-2/+4
* libhb: fix small error in "empty" mp4 subtitle durationjstebbins2014-08-271-3/+1
* muxavformat: Fix muxing of AAC that is missing extradatajstebbins2014-08-201-26/+32
* build: remove mp4v2 and libmkv dependenciesjstebbins2014-08-181-4/+0
* libhb: fix mp4 audio track titlesjstebbins2014-08-061-0/+7
* libhb: fix mp4 post tagging problemsjstebbins2014-08-061-0/+1
* Add VP8 supportjstebbins2014-04-151-0/+6
* Convert all text subtitles to ASS subsjstebbins2014-04-131-20/+46
* muxavformat: override mp4 major brand, use "mp42"jstebbins2014-03-261-4/+5
* muxavformat: only do style processing of mp4 text subtitlesjstebbins2014-03-181-24/+28
* libhb: restore writing of encoding tool tag to output filejstebbins2014-03-061-0/+5
* Remove libfaacsr552014-03-021-1/+0
* Bump x265 to r6321 8a84c10e5116.Rodeo2014-02-281-0/+16
* Update some copyright dates to 2014.Rodeo2014-02-181-1/+1
* Replace invaled timestamp flag "-1" with AV_NOPTSjstebbins2014-01-261-7/+7
* muxavformat: don't overwrite the last track's parameters when adding attachme...Rodeo2014-01-081-3/+3
* muxavformat: print the actual error name, rather than a hard-to-lookup error ...Rodeo2014-01-021-2/+8
* Print the av_interleaved_write_frame error code in muxavformat.csr552013-12-291-2/+2
* RB626: return code support addedmaxd2013-11-051-0/+3
* libhb: check AVIOContext.error for errors while muxingjstebbins2013-10-211-1/+4
* Fix display size when anamorphic is disabled.Rodeo2013-08-251-4/+14
* Big merge, QSV to trunk: part 1 (tracked files).Rodeo2013-08-221-2/+3
* libhb: log avio_open2 error return codejstebbins2013-08-161-1/+1
* libhb: add experimental avformat muxer for mkv and mp4jstebbins2013-06-301-0/+1239