summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libhb: fix missing format specifier in printfjstebbins2014-01-261-1/+1
* decavcodec: DRC support, forgotten file.Rodeo2014-01-261-0/+44
* libhb: set audio description in LookForAudio (scan.c).Rodeo2014-01-255-221/+122
* decavcodec: DRC support.Rodeo2014-01-2510-16/+119
* decavcodec: prefer AVFrame fields over their AVCodecContext equivalent.Rodeo2014-01-2510-80/+31
* Bump libav to v10_alpha2.Rodeo2014-01-257-96/+55
* documentation: fix compatibility with makeinfo 5.1jstebbins2014-01-2513-80/+82
* WinGui: Tidy up a few cosmetic issues and enable the picture preview code in ...sr552014-01-259-168/+136
* CLI: fix compiler warningjstebbins2014-01-241-1/+1
* libhb: fix double free in decavcodec during scanjstebbins2014-01-241-3/+3
* WinGui: Make the Preset Plist importer a bit more robust by checking versions...sr552014-01-215-8/+92
* LinGui: fix some trailing white spacejstebbins2014-01-201-6/+6
* LinGui: fix more damage caused by gladejstebbins2014-01-201-114/+272
* MacGui: fixy a crash when opening an external SRT file.Rodeo2014-01-191-2/+2
* WinGui: Few minor UI tweaks.sr552014-01-192-38/+61
* LinGui: fix problem with un-editable GtkEntry fieldsjstebbins2014-01-181-5/+5
* QSV: update libmfx to v2014.Rodeo2014-01-171-1/+1
* LinGui: fix deprecated GtkTable, GtkHBox, GtkVBox, GtkHSeparatorjstebbins2014-01-161-1087/+1152
* LinGui: update ubuntu 12.04 build to gtk-3jstebbins2014-01-161-2/+2
* LinGui: update linux build instructionsjstebbins2014-01-162-39/+34
* LinGui: fix formatting of icon lists in UI xmljstebbins2014-01-161-10/+10
* LinGui: fix incompatibility with older versions of gtkjstebbins2014-01-151-36/+0
* Remove some leftovers from the mpeg2dec contrib removal.Rodeo2014-01-152-3/+2
* stream: fix a crash caused by assigning an audio work-object to some video tr...Rodeo2014-01-151-2/+2
* LinGui: fix deprecation of GtkAction and GtkUIManagerjstebbins2014-01-157-3665/+4604
* decavcodec: only allow in-decoder downmix if it matches the requested mix lev...Rodeo2014-01-151-19/+46
* LinGui: fix deprecated g_type_init()jstebbins2014-01-141-0/+3
* LinGui: fix deprecated gtk_widget_get_style()jstebbins2014-01-142-1/+24
* LinGui: Fix deprecated GtkHScalejstebbins2014-01-142-10/+18
* LinGui: fix deprecated gtk_widget_modify_fontjstebbins2014-01-142-1/+5
* LinGui: fix deprecated GTK_STOCK_*jstebbins2014-01-143-6/+16
* LinGui: fix some deprications in gtk 3.10jstebbins2014-01-142-5/+14
* remove contrib mpeg2decjstebbins2014-01-1330-1355/+20
* Revert previous commit, sorry.Rodeo2014-01-123-48/+0
* QSV: add an option to select the preferred implementation at runtime.Rodeo2014-01-123-0/+48
* QSV: base the B-pyramid check on the presence of B-references, rather than th...Rodeo2014-01-121-7/+9
* bump libav, libav-v10_alpha1-90-g63debaajstebbins2014-01-1223-1101/+423
* muxavformat: don't overwrite the last track's parameters when adding attachme...Rodeo2014-01-081-3/+3
* CLI: use proper system headers.Rodeo2014-01-071-0/+2
* parsecsv: always check result of malloc()Rodeo2014-01-071-0/+10
* Revert previous borked commit. Sorry!Rodeo2014-01-0721-331/+1095
* parsecsv: always check result of malloc()Rodeo2014-01-0721-1095/+331
* encoders: save chapter markers in a list.Rodeo2014-01-072-25/+121
* libhb: don't forget to delete chapter markers after saving them in filter_loop.Rodeo2014-01-071-0/+2
* libhb: use av_pix_fmt_desc_getjstebbins2014-01-061-3/+3
* WinGui: Fix a number of styles that were not obeying the Use System Colours o...sr552014-01-028-18/+101
* WinGui: cleanup some warnings.sr552014-01-0219-46/+54
* qsv: log occurrences of invalid DTS (i.e. DTS > PTS) in the encoder.Rodeo2014-01-021-0/+9
* qsv: add some frame type helper functions.Rodeo2014-01-023-11/+64
* muxavformat: print the actual error name, rather than a hard-to-lookup error ...Rodeo2014-01-021-2/+8