summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* sync: move chapter logging to sync.cJohn Stebbins2016-05-172-22/+30
* move cadence (Film->Video) logging to sync.cJohn Stebbins2016-05-172-91/+95
* libhb: remove unused hb_buffer_t sequence numberJohn Stebbins2016-05-177-38/+11
* decavcodec: remove unused frame_duration_setJohn Stebbins2016-05-171-5/+0
* decavcodec: cosmeticsJohn Stebbins2016-05-171-5/+5
* libhb: send initial chapter through pipelineJohn Stebbins2016-05-1712-319/+316
* deccc608sub: fix last_pts data typeJohn Stebbins2016-05-171-1/+1
* deccc608sub: remove function get_last_ptsJohn Stebbins2016-05-171-20/+12
* stream: fix libav initial timestamp calculationJohn Stebbins2016-05-171-1/+1
* muxavformat: fix last subtitle persistence in mp4John Stebbins2016-05-171-0/+22
* buffers: add more buffer allocation debuggingJohn Stebbins2016-05-171-0/+31
* demux: cosmeticsJohn Stebbins2016-05-171-6/+10
* demux: make demux functions staticJohn Stebbins2016-05-171-9/+9
* decpgssub: allow PGS to have negative timestampsJohn Stebbins2016-05-171-4/+12
* libhb: remove unused subtitle fifo_syncJohn Stebbins2016-05-172-3/+0
* libhb: add hb_buffer_list_rem()John Stebbins2016-05-172-0/+35
* libhb: fix buffer list size calculationJohn Stebbins2016-05-171-2/+2
* remove dxva hw decode (#189)John Stebbins2016-05-1722-2543/+65
* tx3g: fix conversion of empty SSA subtitleJohn Stebbins2016-05-161-0/+5
* remove debug printfJohn Stebbins2016-05-081-2/+0
* mux: eliminate 2048 byte size limit of SSA subtitlesJohn Stebbins2016-05-083-63/+158
* libhb: Expand default frame rates to include 72, 75, 90, 100, 120.Bradley Sepos2016-05-031-0/+5
* libhb: Describe NLMeans tunes Tape and Sprite in comments.Bradley Sepos2016-05-021-0/+2
* libhb: Add NLMeans tune Sprite.Bradley Sepos2016-05-021-0/+26
* libhb: Add NLMeans tune Tape.Bradley Sepos2016-05-021-0/+27
* decavcodec: fix audio decoder frame countJohn Stebbins2016-04-211-0/+5
* stream: fix memory leak during PS stream probeJohn Stebbins2016-04-201-0/+7
* buffers: add more buffer debugging supportJohn Stebbins2016-04-201-7/+33
* muxavformat: fix mp4 subtitle empty packet durationJohn Stebbins2016-04-141-1/+1
* Merge pull request #153 from jstebbins/qsv-freeJohn Stebbins2016-04-131-39/+39
|\
| * qsv: fix access to freed memory when interrupting encodeJohn Stebbins2016-04-131-39/+39
* | qsv_filter: fix crash when unpacking crop parametersJohn Stebbins2016-04-131-4/+4
|/
* bd: change angles before seekingJohn Stebbins2016-04-041-4/+4
* json: fix typo.Tim Walker2016-04-031-1/+1
* json: fix sanitization of vqualityTim Walker2016-04-031-4/+8
* json: fix sanitization of vqualityJohn Stebbins2016-04-032-24/+35
* filters: don't add disabled rotate filter to filter listJohn Stebbins2016-03-312-5/+33
* hb_json: sanitize JSON where both of video bitrate and quality are valid.Tim Walker2016-03-311-0/+6
* libhb: fix incorrect assumption that video quality is always positive.Tim Walker2016-03-3111-13/+16
* libhb: fix quality limits for high bit depth video encoders.Tim Walker2016-03-311-2/+25
* libhb: remove superfluous ifdefs.Tim Walker2016-03-311-4/+0
* x265: use more permissive x265_api_query instead of x265_api_getJohn Stebbins2016-03-302-3/+3
* QSV: better compatibility with recent SW libmaxd2016-03-301-1/+2
* libhb: fix x265 encoding with CRF == 0.0Tim Walker2016-03-291-1/+1
* presets: fix PictureRotate importJohn Stebbins2016-03-281-1/+2
* muxavformat: fix muxer interleaving in mkvJohn Stebbins2016-03-271-3/+5
* stream: fix negative array indexJohn Stebbins2016-03-251-1/+1
* hb: cosmetics, removing trailing whitespaceJohn Stebbins2016-03-231-15/+15
* muxavformat: fix sync issue when bframes are enabledJohn Stebbins2016-03-231-19/+16
* stream: fix potential use of uninitialized variableJohn Stebbins2016-03-231-10/+18