summaryrefslogtreecommitdiffstats
path: root/libhb/encavcodec.c
Commit message (Expand)AuthorAgeFilesLines
* libhb: use jansson for hb_dictjstebbins2015-03-091-3/+10
* json: automatically scan title when processing json jobsjstebbins2015-03-071-5/+7
* Update year to 2015.bradleys2015-02-011-1/+1
* json: add json APIsjstebbins2014-12-161-14/+11
* libhb: fix setting thread_count for libav encodingjstebbins2014-09-041-3/+1
* Add VP8 supportjstebbins2014-04-151-100/+160
* Update some copyright dates to 2014.Rodeo2014-02-181-1/+1
* libhb: make encoder options less x264-centric.Rodeo2014-02-131-3/+3
* bump libav, libav-v10_alpha1-90-g63debaajstebbins2014-01-121-2/+2
* Revert previous borked commit. Sorry!Rodeo2014-01-071-2/+2
* parsecsv: always check result of malloc()Rodeo2014-01-071-2/+2
* libhb: fix problem with gereration of dts for lavc encoded videojstebbins2013-11-191-14/+30
* libhb: Plug some leaks and clean up the buffer pool code a little.jstebbins2013-10-231-0/+1
* libhb: make libhb internal character code utf8jstebbins2013-09-221-2/+2
* libhb: add experimental avformat muxer for mkv and mp4jstebbins2013-06-301-11/+11
* Don't expose rate, mixdown, dither and encoder arrays to the UIs.Rodeo2013-05-301-4/+4
* Updated all the copyright headers to 2013.sr552013-03-091-1/+1
* Bump libav to v9_beta3.Rodeo2012-12-311-4/+4
* bump libav to libav-v0.8-2197-g1a068bfjstebbins2012-07-111-6/+14
* Updated file copyright / GPL headerssr552012-06-151-3/+6
* PGS (bluray) subtitle support \o/jstebbins2012-04-261-1/+0
* encx264: add functionality to retrieve the "preferred" option name for option...Rodeo2012-03-291-1/+1
* libhb: add basic dictionary implementation.Rodeo2012-03-281-42/+14
* Rework filter pipelinejstebbins2012-03-271-26/+27
* bump Libav from v0.7.1 to v0.7-1241-g5f3fb59jstebbins2011-10-151-11/+12
* libhb: fix setting Libav codec private optionsjstebbins2011-08-121-2/+4
* libhb: fix an avcodec error checkjstebbins2011-07-301-1/+1
* libhb: Enable multi-threaded decode in ffmpegjstebbins2011-06-081-1/+1
* fix up usage of deprecated libav symbols and clean up patch fuzzjstebbins2011-06-071-7/+7
* Fix problem with qt7 playback of mpeg4 videojstebbins2011-03-281-0/+7
* Remove legacy % to RF mapping.jstebbins2011-03-211-15/+2
* Add mpeg-2 encoding support to libhb, cli, and linguijstebbins2011-03-191-30/+69
* fix potential infinite loop in ffmpeg mpeg-4 b-frame handlingjstebbins2011-03-121-0/+1
* Add parameter parsing and b-frame support to ffmpeg mpeg-4 encoderjstebbins2011-03-111-42/+297
* make keyint match between 1st and 2nd passes of vfr and pfr encodes.jstebbins2011-03-081-3/+13
* clean up crufty legacy codejstebbins2010-10-231-6/+2
* SSA subtitle burn injstebbins2010-09-281-7/+16
* Organizes anamorphic parameters in a struct, requiring some minor search and ...jbrjake2009-01-261-4/+4
* Consolidate all the ffmpeg-related includes into libhb/hbffmpeg.h then protot...van2008-12-131-2/+1
* fix a threading issue with avcodec_open/closejstebbins2008-12-121-2/+2
* Correct chroma size for raw video frames - width & height need to be rounded ...van2008-11-081-1/+1
* After discussion with eddyg, extending verbose logging level 2 from just memo...jbrjake2008-10-091-1/+1
* ffmpeg requires framerate num/den to be reducable to 16 bit quanitites forjstebbins2008-09-301-2/+28
* - in encx264, if an video frame is larger than init_delay split it into piec...van2008-07-261-2/+4
* Improve image quality for ffmpeg constant qualityjstebbins2008-06-081-4/+23
* - support blu-ray, avchd & dvb x264van2008-05-311-1/+1
* Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only co...jbrjake2008-04-151-1/+1
* Formatting: Remove a lot of trailing whitespace.saintdev2008-02-211-5/+5
* Add Subtitle scanning for forced subtitles and normal subtitles from the CLIeddyg2007-08-211-1/+1
* Switch buf->key to buf->frametype which is a bitmask telling us what type of ...saintdev2007-06-171-1/+1